Class BTBundleOperationSearch
java.lang.Object
overit.geocall.bl.BusinessTask<BundleOperationSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleOperationSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleOperationSearchEvent>
overit.geocallapp.wfm.bundler.bl.operation.task.BTBundleOperationSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleOperationSearchEvent.class)
public class BTBundleOperationSearch
extends BTBundler<BundleOperationSearchEvent>
Business task in order to search a
When the
BOBundleOperation. When the
BundleOperationSearchEvent is launched the BT notices the
call and searches the BOBundleOperation basing on the event's input.
Visibility:
- work order operations filtered by their ids
- Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleOperationSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searchedBOBundleOperations 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
-
BTBundleOperationSearch
public BTBundleOperationSearch()
-
-
Method Details
-
execute
protected void execute(BundleOperationSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof the searchedBOBundleOperations into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleOperationSearchEvent>- Parameters:
event- theBundleOperationSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-