Class BTBundlingRuleOrderingSearch
java.lang.Object
overit.geocall.bl.BusinessTask<BundlingRuleOrderingSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundlingRuleOrderingSearchEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundlingRuleOrderingSearchEvent>
overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.ordering.task.BTBundlingRuleOrderingSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundlingRuleOrderingSearchEvent.class)
public class BTBundlingRuleOrderingSearch
extends BTBundler<BundlingRuleOrderingSearchEvent>
Business task that searches
When the
BOBundlingRuleOrdering. When the
BundlingRuleOrderingSearchEvent is launched the BT notices
the call and searches the BOBundlingRuleOrdering based on the event's
input. - Since:
- 11.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundlingRuleOrderingSearchEvent event, PoolKit poolKit) Writes thePageResponseof the searchedBOBundlingRuleOrderinginto 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
-
BTBundlingRuleOrderingSearch
public BTBundlingRuleOrderingSearch()
-
-
Method Details
-
execute
protected void execute(BundlingRuleOrderingSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes thePageResponseof the searchedBOBundlingRuleOrderinginto the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundlingRuleOrderingSearchEvent>- Parameters:
event- theBundlingRuleOrderingSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-