Package com.portal.app.ccare.comp
Class PUpdateCustomerBeanImpl
java.lang.Object
com.portal.app.ccare.comp.PUpdateCustomerBeanImpl
Controller class for basic account object changes. This class calls the
PortalOp.CUST_UPDATE_CUSTOMER to commit changes made to the account.
- Version:
- , %version: 5 % %date_modified: Fri Dec 07 15:20:31 2001 %
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPhoneData
(PModelHandle data) Retrives data related to Phone numbers and type and stores in to TreeMapgetPhoneTypeFromID
(int typeID) Retrives the types of phone using the ID from the propertycom.portal.app.util.CustomerValErrorData[]
save
(PModelHandle act, PModelHandle toSave)
-
Constructor Details
-
PUpdateCustomerBeanImpl
public PUpdateCustomerBeanImpl()Creates an instance of this controller class
-
-
Method Details
-
save
-
getPhoneData
Retrives data related to Phone numbers and type and stores in to TreeMap- Parameters:
data
- PModelHandle of type /account- Returns:
- TreeMap containing Phone type and Phone numbers of the account in a sorted manner
- Throws:
RemoteException
-
getPhoneTypeFromID
Retrives the types of phone using the ID from the property- Parameters:
typeID
-- Returns:
- type string
-