Class BTCancelSuspendReasonSearch
java.lang.Object
overit.geocall.bl.BusinessTask<CancelSuspendReasonSearchEvent>
overit.geocallapp.wfm.workorders.bl.cancelsuspendreason.task.BTCancelSuspendReasonSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(CancelSuspendReasonSearchEvent.class)
public class BTCancelSuspendReasonSearch
extends BusinessTask<CancelSuspendReasonSearchEvent>
Business task in order to search a
When the
BOCancelSuspendReason. When the
CancelSuspendReasonSearchEvent is launched
the BT notices the call and searches the BOCancelSuspendReason basing on the event's input. - Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(CancelSuspendReasonSearchEvent event, PoolKit pk) Starting from the givenCancelSuspendReasonSearchFilter, it searches the corresponding list ofBOCancelSuspendReasonand presents them as aPageResponsewhich is then written into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCancelSuspendReasonSearch
public BTCancelSuspendReasonSearch()
-
-
Method Details
-
body
protected void body(CancelSuspendReasonSearchEvent event, PoolKit pk) throws DAException, DAValidateException Starting from the givenCancelSuspendReasonSearchFilter, it searches the corresponding list ofBOCancelSuspendReasonand presents them as aPageResponsewhich is then written into the event journal.- Specified by:
bodyin classBusinessTask<CancelSuspendReasonSearchEvent>- Parameters:
event- theCancelSuspendReasonSearchEventpk- thePoolKito- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-