public interface PChangeStatusBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentAccountStatus(PModelHandle handle) |
ReasonCodeData[] |
getReasonCodesForStatus(int iStatus,
Locale l) |
LifeCycleStates |
getServiceLifeCycleState(Poid serv) |
PModelHandle |
getServiceModel(PModelHandle hAccount,
boolean showService)
Commit the status changes in the given account
|
int |
getServicesCount()
Returns the total number of services found.
|
PModelHandle |
retrieveServices(PModelHandle hAccount,
boolean showService)
This method retrieves the services for the passed account model handle.
|
Object |
save(PModelHandle hSave) |
PModelHandle getServiceModel(PModelHandle hAccount, boolean showService) throws RemoteException
act - The PModelHandle for the account being savedtoSave - PModelHandle containing data to modify (from collectData())RemoteExceptionObject save(PModelHandle hSave) throws RemoteException
RemoteExceptionReasonCodeData[] getReasonCodesForStatus(int iStatus, Locale l) throws RemoteException
RemoteExceptionInteger getCurrentAccountStatus(PModelHandle handle) throws RemoteException
RemoteExceptionPModelHandle retrieveServices(PModelHandle hAccount, boolean showService)
hAccount - showService - if this is true, then only services will be added in the drop down.int getServicesCount()
LifeCycleStates getServiceLifeCycleState(Poid serv) throws RemoteException
RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.