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