Class BTCancelSuspendReasonLoad
java.lang.Object
overit.geocall.bl.BusinessTask<CancelSuspendReasonLoadEvent>
overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.task.BTCancelSuspendReasonLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(CancelSuspendReasonLoadEvent.class)
public class BTCancelSuspendReasonLoad
extends BusinessTask<CancelSuspendReasonLoadEvent>
Business task in order to load a
When the
BOCancelSuspendReason. When the
CancelSuspendReasonLoadEvent is launched
the BT notices the call and loads the BOCancelSuspendReason basing on the event's input. - Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(CancelSuspendReasonLoadEvent event, PoolKit pk) Starting from the given id, it loads the correspondingBOCancelSuspendReasonand writes it into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCancelSuspendReasonLoad
public BTCancelSuspendReasonLoad()
-
-
Method Details
-
body
protected void body(CancelSuspendReasonLoadEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the given id, it loads the correspondingBOCancelSuspendReasonand writes it into the event journal.- Specified by:
bodyin classBusinessTask<CancelSuspendReasonLoadEvent>- Parameters:
event- theCancelSuspendReasonLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-