com.retek.rcom.gui.screen.customermain
Class CustomerMainPreferencesHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.customermain.CustomerMainPreferencesHandler

public class CustomerMainPreferencesHandler
extends ScreenHandler


Constructor Summary
CustomerMainPreferencesHandler()
           
 
Method Summary
 java.lang.String getBannerDescription()
           
 java.lang.Object getContactMethod()
           
 java.util.List getContactMethods()
          LISTS
 java.lang.Object getContactTime()
           
 java.util.List getContactTimes()
           
 boolean getCreditCardOptOut()
           
 java.util.List getCustomerPreferences()
           
 boolean getDoNotCall()
           
 boolean getDoNotEmail()
           
 boolean getDoNotMail()
           
 boolean getDoNotShareAddress()
           
 boolean getDoNotShareEmail()
           
 boolean getMailPerSeason()
           
 void retrieveDataFromRepository()
          STATE MANAGEMENTS
 void setCreditCardOptOut(boolean creditCardOptOut)
           
 void setCustomerPreference(java.lang.Object preference)
          CUSTOMER PREFERENCE METHODS
 void setDoNotCall(boolean doNotCall)
           
 void setDoNotEmail(boolean doNotEmail)
           
 void setDoNotMail(boolean doNotMail)
           
 void setDoNotShareAddress(boolean doNotShareAddress)
           
 void setDoNotShareEmail(boolean doNotShareEmail)
           
 void setMailPerSeason(boolean mailPerSeason)
           
 void setPreferredContactMethod(java.lang.Object preferredContactMethod)
           
 void setPreferredContactTime(java.lang.Object preferredContactTime)
           
 void submitCustomer()
          CUSTOMER METHODS
 
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

CustomerMainPreferencesHandler

public CustomerMainPreferencesHandler()
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()
STATE MANAGEMENTS


submitCustomer

public void submitCustomer()
                    throws SystemException,
                           BusinessException
CUSTOMER METHODS

Throws:
SystemException
BusinessException

getCustomerPreferences

public java.util.List getCustomerPreferences()
                                      throws SystemException
Throws:
SystemException

getContactMethods

public java.util.List getContactMethods()
LISTS


getContactTimes

public java.util.List getContactTimes()

setCustomerPreference

public void setCustomerPreference(java.lang.Object preference)
CUSTOMER PREFERENCE METHODS


setMailPerSeason

public void setMailPerSeason(boolean mailPerSeason)
                      throws SystemException
Throws:
SystemException

setDoNotShareAddress

public void setDoNotShareAddress(boolean doNotShareAddress)
                          throws SystemException
Throws:
SystemException

setDoNotShareEmail

public void setDoNotShareEmail(boolean doNotShareEmail)
                        throws SystemException
Throws:
SystemException

setDoNotMail

public void setDoNotMail(boolean doNotMail)
                  throws SystemException
Throws:
SystemException

setDoNotCall

public void setDoNotCall(boolean doNotCall)
                  throws SystemException
Throws:
SystemException

setDoNotEmail

public void setDoNotEmail(boolean doNotEmail)
                   throws SystemException
Throws:
SystemException

setCreditCardOptOut

public void setCreditCardOptOut(boolean creditCardOptOut)
                         throws SystemException
Throws:
SystemException

setPreferredContactMethod

public void setPreferredContactMethod(java.lang.Object preferredContactMethod)
                               throws SystemException
Throws:
SystemException

setPreferredContactTime

public void setPreferredContactTime(java.lang.Object preferredContactTime)
                             throws SystemException
Throws:
SystemException

getBannerDescription

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

getMailPerSeason

public boolean getMailPerSeason()
                         throws SystemException
Throws:
SystemException

getDoNotShareAddress

public boolean getDoNotShareAddress()
                             throws SystemException
Throws:
SystemException

getDoNotShareEmail

public boolean getDoNotShareEmail()
                           throws SystemException
Throws:
SystemException

getDoNotMail

public boolean getDoNotMail()
                     throws SystemException
Throws:
SystemException

getCreditCardOptOut

public boolean getCreditCardOptOut()
                            throws SystemException
Throws:
SystemException

getDoNotCall

public boolean getDoNotCall()
                     throws SystemException
Throws:
SystemException

getDoNotEmail

public boolean getDoNotEmail()
                      throws SystemException
Throws:
SystemException

getContactMethod

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

getContactTime

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


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