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