Package com.portal.app.cc.comp
Interface PDeferredActionBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PDeferredActionBeanImpl
Generic interface for processing deferred action items
- Version:
- %version:2 % %date_modified: Mon Jun 18 10:50:13 2001 %
- Author:
- dachywan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteItem
(PModelHandle hDelete) delete the scheduled itemvoid
dumpModel
(PModelHandle mh, String mesg) For debugging only.void
executeItem
(PModelHandle hExecute) execute the scheduled item immidiatelygetFilteredScheduledItems
(String sType) filter the scheduled itemsgetHierarchyChangeScheduled
(PModelHandle acctModel) checks whether a deferred move has been scheduled using the opcode PCM_OP_CUSTCARE_MOVE_ACCTget all scheduled objects from PortalObject[]
get all poid types of the scheduled items
-
Method Details
-
getScheduledItems
get all scheduled objects from Portal- Throws:
RemoteException
-
getFilteredScheduledItems
filter the scheduled items- Parameters:
sType
- == null to get all scheduled items- Throws:
RemoteException
-
getScheduledTypes
get all poid types of the scheduled items- Throws:
RemoteException
-
executeItem
execute the scheduled item immidiately- Parameters:
hExecute
- : PModelHandle to the item- Throws:
RemoteException
-
deleteItem
delete the scheduled item- Parameters:
hDelete
- : PModelHandle to the item- Throws:
RemoteException
-
getHierarchyChangeScheduled
checks whether a deferred move has been scheduled using the opcode PCM_OP_CUSTCARE_MOVE_ACCT- Parameters:
acctModel
- The PModelHandle of the account of interest returns the date if the move has been deferred, null otherwise- Throws:
RemoteException
-
dumpModel
For debugging only.- Parameters:
mh
- : PModelHandle to the items- Throws:
RemoteException
-