com.retek.rcom.gui.screen.activityrequest
Class CustomerViewHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.activityrequest.ActivityRequestViewHandler
          extended bycom.retek.rcom.gui.screen.activityrequest.CustomerViewHandler

public class CustomerViewHandler
extends ActivityRequestViewHandler


Field Summary
 
Fields inherited from class com.retek.rcom.gui.screen.activityrequest.ActivityRequestViewHandler
activityRequest, customer
 
Constructor Summary
CustomerViewHandler()
           
 
Method Summary
 boolean customerHasAddresses()
           
 java.lang.String getAddressDayExtension()
           
 java.lang.String getAddressDayPhone()
           
 java.lang.String getAddressEmail()
           
 java.lang.String getAddressEveningExtension()
           
 java.lang.String getAddressEveningPhone()
           
 java.lang.String getAddressLineOne()
           
 java.lang.String getAddressLineThree()
           
 java.lang.String getAddressLineTwo()
           
 java.lang.String getAddressName()
           
 java.lang.String getCity()
           
 java.lang.Object getContactTime()
           
 java.util.List getContactTimes()
          SELECTION LISTS METHODS
 java.lang.String getCreateDate()
           
 java.lang.String getCreatedByUser()
           
 java.lang.String getCreateUserLocation()
           
 java.lang.Object getCustomer()
           
 java.lang.Object getCustomerAddress()
           
 java.lang.String getDayExtension()
           
 java.lang.String getDayPhone()
           
 java.lang.String getEmail()
           
 java.lang.String getEveningExtension()
           
 java.lang.String getEveningPhone()
           
 java.lang.String getLabel()
           
 java.lang.String getLastModifiedByUser()
           
 java.lang.String getLastModifiedDate()
           
 java.lang.String getLastModifyUserLocation()
           
 java.lang.String getPostalCode()
           
 java.lang.String getState()
           
 boolean hasAddress()
           
 boolean hasPersistedActivityRequest()
           
 boolean isAddressModifiable()
           
 boolean isEmailPrefer()
           
 boolean isFaxPrefer()
           
 boolean isMailPrefer()
           
 boolean isPhonePrefer()
           
 boolean isRequestClosed()
           
 boolean isRequestModifiable()
          ACTIVITY REQUEST METHODS
 void setActivityRequest(java.lang.Object object)
          STATE MANAGEMENT METHODS
 void setAddress(java.lang.Object object)
          ADDRESS METHODS
 void setContactTime(java.lang.Object object)
           
 void setCurrentCustomer(java.lang.Object object)
          CUSTOMER METHODS
 void setCustomer()
           
 void setCustomerAddress()
           
 void setEmailPreference(boolean pref)
           
 void setFaxPreference(boolean pref)
           
 void setMailPreference(boolean pref)
           
 void setPhonePreference(boolean pref)
           
 
Methods inherited from class com.retek.rcom.gui.screen.activityrequest.ActivityRequestViewHandler
getActivityRequestOrderId, getMaintOrderNumber, hasCustomer, hasOrder, isActivityRequestClosed, isPersistedActivityRequest
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerViewHandler

public CustomerViewHandler()
Method Detail

setActivityRequest

public void setActivityRequest(java.lang.Object object)
                        throws SystemException,
                               BusinessException
STATE MANAGEMENT METHODS

Overrides:
setActivityRequest in class ActivityRequestViewHandler
Throws:
SystemException
BusinessException

customerHasAddresses

public boolean customerHasAddresses()
                             throws SystemException
Throws:
SystemException

getCustomer

public java.lang.Object getCustomer()

isAddressModifiable

public boolean isAddressModifiable()
                            throws SystemException
Throws:
SystemException

getContactTimes

public java.util.List getContactTimes()
SELECTION LISTS METHODS


setCurrentCustomer

public void setCurrentCustomer(java.lang.Object object)
CUSTOMER METHODS


getDayPhone

public java.lang.String getDayPhone()
                             throws SystemException
Throws:
SystemException

getDayExtension

public java.lang.String getDayExtension()
                                 throws SystemException
Throws:
SystemException

getEveningPhone

public java.lang.String getEveningPhone()
                                 throws SystemException
Throws:
SystemException

getEveningExtension

public java.lang.String getEveningExtension()
                                     throws SystemException
Throws:
SystemException

getEmail

public java.lang.String getEmail()
                          throws SystemException
Throws:
SystemException

getContactTime

public java.lang.Object getContactTime()
                                throws SystemException
Throws:
SystemException

setContactTime

public void setContactTime(java.lang.Object object)
                    throws SystemException
Throws:
SystemException

setAddress

public void setAddress(java.lang.Object object)
ADDRESS METHODS


hasAddress

public boolean hasAddress()
                   throws SystemException
Throws:
SystemException

getCustomerAddress

public java.lang.Object getCustomerAddress()

getAddressName

public java.lang.String getAddressName()
                                throws SystemException
Throws:
SystemException

getAddressLineOne

public java.lang.String getAddressLineOne()
                                   throws SystemException
Throws:
SystemException

getAddressLineTwo

public java.lang.String getAddressLineTwo()
                                   throws SystemException
Throws:
SystemException

getAddressLineThree

public java.lang.String getAddressLineThree()
                                     throws SystemException
Throws:
SystemException

getCity

public java.lang.String getCity()
                         throws SystemException
Throws:
SystemException

getState

public java.lang.String getState()
                          throws SystemException
Throws:
SystemException

getPostalCode

public java.lang.String getPostalCode()
                               throws SystemException
Throws:
SystemException

getLabel

public java.lang.String getLabel()
                          throws SystemException
Throws:
SystemException

getAddressDayPhone

public java.lang.String getAddressDayPhone()
                                    throws SystemException
Throws:
SystemException

getAddressDayExtension

public java.lang.String getAddressDayExtension()
                                        throws SystemException
Throws:
SystemException

getAddressEveningPhone

public java.lang.String getAddressEveningPhone()
                                        throws SystemException
Throws:
SystemException

getAddressEveningExtension

public java.lang.String getAddressEveningExtension()
                                            throws SystemException
Throws:
SystemException

getAddressEmail

public java.lang.String getAddressEmail()
                                 throws SystemException
Throws:
SystemException

isRequestModifiable

public boolean isRequestModifiable()
                            throws SystemException
ACTIVITY REQUEST METHODS

Throws:
SystemException

setCustomer

public void setCustomer()
                 throws SystemException
Throws:
SystemException

setCustomerAddress

public void setCustomerAddress()
                        throws SystemException
Throws:
SystemException

setMailPreference

public void setMailPreference(boolean pref)
                       throws SystemException
Throws:
SystemException

setFaxPreference

public void setFaxPreference(boolean pref)
                      throws SystemException
Throws:
SystemException

setPhonePreference

public void setPhonePreference(boolean pref)
                        throws SystemException
Throws:
SystemException

setEmailPreference

public void setEmailPreference(boolean pref)
                        throws SystemException
Throws:
SystemException

isMailPrefer

public boolean isMailPrefer()
                     throws SystemException
Throws:
SystemException

isFaxPrefer

public boolean isFaxPrefer()
                    throws SystemException
Throws:
SystemException

isPhonePrefer

public boolean isPhonePrefer()
                      throws SystemException
Throws:
SystemException

isEmailPrefer

public boolean isEmailPrefer()
                      throws SystemException
Throws:
SystemException

hasPersistedActivityRequest

public boolean hasPersistedActivityRequest()

isRequestClosed

public boolean isRequestClosed()
                        throws SystemException
Throws:
SystemException

getCreatedByUser

public java.lang.String getCreatedByUser()
                                  throws SystemException
Throws:
SystemException

getCreateDate

public java.lang.String getCreateDate()
                               throws SystemException
Throws:
SystemException

getLastModifiedByUser

public java.lang.String getLastModifiedByUser()
                                       throws SystemException
Throws:
SystemException

getLastModifyUserLocation

public java.lang.String getLastModifyUserLocation()
                                           throws SystemException
Throws:
SystemException

getCreateUserLocation

public java.lang.String getCreateUserLocation()
                                       throws SystemException
Throws:
SystemException

getLastModifiedDate

public java.lang.String getLastModifiedDate()
                                     throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28