com.retek.rcom.gui.screen.customermain
Class CustomerPhoneHandler
java.lang.Object
com.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.customermain.CustomerPhoneHandler
- public class CustomerPhoneHandler
- extends ScreenHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerPhoneHandler
public CustomerPhoneHandler()
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