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

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

public class CustomerPhoneHandler
extends ScreenHandler


Constructor Summary
CustomerPhoneHandler()
           
 
Method Summary
 java.lang.Object addPhoneToCustomer(java.lang.String phone, java.lang.String extension)
           
 java.util.List getCustomerTelephones()
           
 java.lang.String getPhoneExtension()
           
 java.lang.String getPhoneNumber()
           
 boolean isPhoneInactive()
           
 boolean isPrimaryDayPhone()
           
 boolean isPrimaryEveningPhone()
           
 void retrieveDataFromRepository()
           
 void setPhone(java.lang.Object object)
           
 void setPhoneExtension(java.lang.String extension)
           
 void setPhoneIsInactive(java.lang.Object phone, boolean inactive)
           
 void setPhoneNumber(java.lang.String phone)
           
 void setPrimaryDayPhone(java.lang.Object object)
           
 void setPrimaryEveningPhone(java.lang.Object object)
           
 
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

CustomerPhoneHandler

public CustomerPhoneHandler()
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()

getCustomerTelephones

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

addPhoneToCustomer

public java.lang.Object addPhoneToCustomer(java.lang.String phone,
                                           java.lang.String extension)
                                    throws SystemException,
                                           BusinessException
Throws:
SystemException
BusinessException

setPhone

public void setPhone(java.lang.Object object)

getPhoneNumber

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

getPhoneExtension

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

isPrimaryDayPhone

public boolean isPrimaryDayPhone()
                          throws SystemException
Throws:
SystemException

isPrimaryEveningPhone

public boolean isPrimaryEveningPhone()
                              throws SystemException
Throws:
SystemException

isPhoneInactive

public boolean isPhoneInactive()
                        throws SystemException
Throws:
SystemException

setPhoneNumber

public void setPhoneNumber(java.lang.String phone)
                    throws SystemException
Throws:
SystemException

setPhoneExtension

public void setPhoneExtension(java.lang.String extension)
                       throws SystemException
Throws:
SystemException

setPhoneIsInactive

public void setPhoneIsInactive(java.lang.Object phone,
                               boolean inactive)
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

setPrimaryDayPhone

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

setPrimaryEveningPhone

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


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25