Class BTBundleOperationStatusSearch
java.lang.Object
overit.geocall.bl.BusinessTask<BundleOperationStatusSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleOperationStatusSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleOperationStatusSearchEvent>
overit.geocallapp.wfm.bundler.bl.operation.status.task.BTBundleOperationStatusSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleOperationStatusSearchEvent.class)
public class BTBundleOperationStatusSearch
extends BTBundler<BundleOperationStatusSearchEvent>
Business task in order to search a
When the
BOBundleOperationStatus. When the
BundleOperationStatusSearchEvent is launched
the BT notices the call and searches the BOBundleOperationStatus basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleOperationStatusSearchEvent event, PoolKit poolKit) Starting from the givenBundleOperationStatusSearchFilter, it searches the corresponding list ofBOBundleOperationStatusand it presents them as aPageResponsewhich is then written into the event journal.Methods inherited from class overit.geocallapp.wfm.bundler.bl.task.BTBundler
getException, isValidExecution, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, checkValidExecution, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTBundleOperationStatusSearch
public BTBundleOperationStatusSearch()
-
-
Method Details
-
execute
protected void execute(BundleOperationStatusSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the givenBundleOperationStatusSearchFilter, it searches the corresponding list ofBOBundleOperationStatusand it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleOperationStatusSearchEvent>- Parameters:
event- theBundleOperationStatusSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-