Package com.portal.app.ccare.comp
Interface PChangeStatusBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PChangeStatusBeanImpl
Generic interface for commit status changes
- Version:
- %version:4 % %date_modified: Thu Jan 31 15:25:44 2002 %
- Author:
- dachywan
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentAccountStatus
(PModelHandle handle) getReasonCodesForStatus
(int iStatus, Locale l) getServiceLifeCycleState
(Poid serv) getServiceModel
(PModelHandle hAccount, boolean showService) Commit the status changes in the given accountint
Returns the total number of services found.retrieveServices
(PModelHandle hAccount, boolean showService) This method retrieves the services for the passed account model handle.save
(PModelHandle hSave)
-
Method Details
-
getServiceModel
Commit the status changes in the given account- Parameters:
act
- The PModelHandle for the account being savedtoSave
- PModelHandle containing data to modify (from collectData())- Throws:
RemoteException
-
save
- Throws:
RemoteException
-
getReasonCodesForStatus
- Throws:
RemoteException
-
getCurrentAccountStatus
- Throws:
RemoteException
-
retrieveServices
This method retrieves the services for the passed account model handle.- Parameters:
hAccount
-showService
- if this is true, then only services will be added in the drop down.- Returns:
- PModelHandle
-
getServicesCount
int getServicesCount()Returns the total number of services found.- Returns:
-
getServiceLifeCycleState
- Throws:
RemoteException
-