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())RemoteException
Object save(PModelHandle hSave) throws RemoteException
RemoteException
ReasonCodeData[] getReasonCodesForStatus(int iStatus, Locale l) throws RemoteException
RemoteException
Integer getCurrentAccountStatus(PModelHandle handle) throws RemoteException
RemoteException
PModelHandle 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
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.