public interface PDeferredActionBean extends Remote
Modifier and Type | Method and Description |
---|---|
void |
deleteItem(PModelHandle hDelete)
delete the scheduled item
|
void |
dumpModel(PModelHandle mh,
String mesg)
For debugging only.
|
void |
executeItem(PModelHandle hExecute)
execute the scheduled item immidiately
|
PModelHandle |
getFilteredScheduledItems(String sType)
filter the scheduled items
|
Date |
getHierarchyChangeScheduled(PModelHandle acctModel)
checks whether a deferred move has been scheduled using
the opcode PCM_OP_CUSTCARE_MOVE_ACCT
|
PModelHandle |
getScheduledItems()
get all scheduled objects from Portal
|
Object[] |
getScheduledTypes()
get all poid types of the scheduled items
|
PModelHandle getScheduledItems() throws RemoteException
RemoteException
PModelHandle getFilteredScheduledItems(String sType) throws RemoteException
sType
- == null to get all scheduled itemsRemoteException
Object[] getScheduledTypes() throws RemoteException
RemoteException
void executeItem(PModelHandle hExecute) throws RemoteException
hExecute
- : PModelHandle to the itemRemoteException
void deleteItem(PModelHandle hDelete) throws RemoteException
hDelete
- : PModelHandle to the itemRemoteException
Date getHierarchyChangeScheduled(PModelHandle acctModel) throws RemoteException
acctModel
- The PModelHandle of the account of interest
returns the date if the move has been deferred, null otherwiseRemoteException
void dumpModel(PModelHandle mh, String mesg) throws RemoteException
mh
- : PModelHandle to the itemsRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.