Class BTBundleHeaderSearch
java.lang.Object
overit.geocall.bl.BusinessTask<BundleHeaderSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleHeaderSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleHeaderSearchEvent>
overit.geocallapp.wfm.bundler.bl.header.task.BTBundleHeaderSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleHeaderSearchEvent.class)
public class BTBundleHeaderSearch
extends BTBundler<BundleHeaderSearchEvent>
Business task in order to search a
When the
BOBundleHeader. When the
BundleHeaderSearchEvent is launched the BT notices the call
and searches the BOBundleHeader basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleHeaderSearchEvent event, PoolKit poolKit) Starting from the givenBundleHeaderSearchFilter, it searches the corresponding list ofBOBundleHeaderand 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
-
BTBundleHeaderSearch
public BTBundleHeaderSearch()
-
-
Method Details
-
execute
protected void execute(BundleHeaderSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the givenBundleHeaderSearchFilter, it searches the corresponding list ofBOBundleHeaderand it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleHeaderSearchEvent>- Parameters:
event- theBundleHeaderSearchEventpoolKit- thePoolKit- Throws:
DAException- if a data access error occurs during executionDAValidateException- if validation fails during execution
-