Class BTBundleStatusSearch
java.lang.Object
overit.geocall.bl.BusinessTask<BundleStatusSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleStatusSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleStatusSearchEvent>
overit.geocallapp.wfm.bundler.bl.header.status.task.BTBundleStatusSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleStatusSearchEvent.class)
public class BTBundleStatusSearch
extends BTBundler<BundleStatusSearchEvent>
Business task in order to search a
When the
BOBundleStatus. When the
BundleStatusSearchEvent is launched
the BT notices the call and searches the BOBundleStatus basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleStatusSearchEvent event, PoolKit poolKit) Starting from the givenBundleStatusSearchFilter, it searches the corresponding list ofBOBundleStatusand 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
-
BTBundleStatusSearch
public BTBundleStatusSearch()
-
-
Method Details
-
execute
protected void execute(BundleStatusSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the givenBundleStatusSearchFilter, it searches the corresponding list ofBOBundleStatusand it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleStatusSearchEvent>- Parameters:
event- theBundleStatusSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-