Class BTBundleOperationOrderingSearch
java.lang.Object
overit.geocall.bl.BusinessTask<BundleOperationOrderingSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleOperationOrderingSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleOperationOrderingSearchEvent>
overit.geocallapp.wfm.bundler.bl.configuration.bundling.ordering.task.BTBundleOperationOrderingSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleOperationOrderingSearchEvent.class)
public class BTBundleOperationOrderingSearch
extends BTBundler<BundleOperationOrderingSearchEvent>
Business task that searches
When the
BOBundleOperationOrdering. When the
BundleOperationOrderingSearchEvent is launched the BT
notices the call and searches the BOBundleOperationOrdering based on
the event's input. - Since:
- 11.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleOperationOrderingSearchEvent event, PoolKit poolKit) Starting from the givenBundleOperationOrderingSearchEvent, it searches the corresponding list ofBOBundleOperationOrderingand 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
-
BTBundleOperationOrderingSearch
public BTBundleOperationOrderingSearch()
-
-
Method Details
-
execute
protected void execute(BundleOperationOrderingSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the givenBundleOperationOrderingSearchEvent, it searches the corresponding list ofBOBundleOperationOrderingand it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleOperationOrderingSearchEvent>- Parameters:
event- theBundleOperationOrderingSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-