Class BTBundlingRuleHeaderLoad
java.lang.Object
overit.geocall.bl.BusinessTask<BundlingRuleHeaderLoadEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundlingRuleHeaderLoadEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundlingRuleHeaderLoadEvent>
overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task.BTBundlingRuleHeaderLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundlingRuleHeaderLoadEvent.class)
public class BTBundlingRuleHeaderLoad
extends BTBundler<BundlingRuleHeaderLoadEvent>
Business task in order to load a
When the
BOBundlingRuleHeader. When the
BundlingRuleHeaderLoadEvent is launched the BT notices the
call and loads the BOBundlingRuleHeader basing on the event's input.
Required fields:
- bundling rule header id
- Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundlingRuleHeaderLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOBundlingRuleHeaderand writes it 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
-
BTBundlingRuleHeaderLoad
public BTBundlingRuleHeaderLoad()
-
-
Method Details
-
execute
protected void execute(BundlingRuleHeaderLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the given id, it loads the correspondingBOBundlingRuleHeaderand writes it into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundlingRuleHeaderLoadEvent>- Parameters:
event- theBundlingRuleHeaderLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-