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

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

public class CustomerEmailHandler
extends ScreenHandler


Constructor Summary
CustomerEmailHandler()
           
 
Method Summary
 java.lang.Object addEmailToCustomer(java.lang.String email)
           
 java.lang.String getEmailAddress()
           
 java.util.List getEmailAddresses()
           
 boolean isEmailInactive()
           
 boolean isEmailPrimary()
           
 void retrieveDataFromRepository()
           
 void setEmail(java.lang.Object email)
           
 void setEmailAddress(java.lang.String email)
           
 void setEmailIsInactive(boolean isInactive)
           
 void setPrimaryEmail(java.lang.Object email)
           
 
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

CustomerEmailHandler

public CustomerEmailHandler()
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()

setPrimaryEmail

public void setPrimaryEmail(java.lang.Object email)
                     throws SystemException
Throws:
SystemException

setEmail

public void setEmail(java.lang.Object email)

setEmailAddress

public void setEmailAddress(java.lang.String email)
                     throws SystemException
Throws:
SystemException

setEmailIsInactive

public void setEmailIsInactive(boolean isInactive)
                        throws SystemException
Throws:
SystemException

getEmailAddress

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

getEmailAddresses

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

isEmailInactive

public boolean isEmailInactive()
                        throws SystemException
Throws:
SystemException

isEmailPrimary

public boolean isEmailPrimary()
                       throws SystemException
Throws:
SystemException

addEmailToCustomer

public java.lang.Object addEmailToCustomer(java.lang.String email)
                                    throws SystemException,
                                           UiBusinessException
Throws:
SystemException
UiBusinessException


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