Class BTBundleSearch
java.lang.Object
overit.geocall.bl.BusinessTask<BundleSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleSearchEvent>
overit.geocallapp.wfm.core.bl.bundler.task.BTBundleSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
Business task in order to search a
When the
The search is accomplished by carrying out several steps:
Bundle. When the
BundleSearchEvent is launched the BT notices the call and
searches the Bundle basing on the event's input. The search is accomplished by carrying out several steps:
- firstly, we searched for the list of
BOBundleHeaderthat correspond to the givenBundleSearchFilter. - after that, all the related list of
BOBundleOperationare loaded (one list for everyBOBundleHeader) - finally a new
PageResponseof the just createdBundleis generated and returned into the event's journal
- Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searched bundles 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
-
BTBundleSearch
public BTBundleSearch()
-
-
Method Details
-
execute
protected void execute(BundleSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof the searched bundles into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleSearchEvent>- Parameters:
event- theBundleSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-