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