Class BTBundlingRuleHeaderUpdate
java.lang.Object
overit.geocall.bl.BusinessTask<BundlingRuleHeaderUpdateEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundlingRuleHeaderUpdateEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundlingRuleHeaderUpdateEvent>
overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.header.task.BTBundlingRuleHeaderUpdate
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundlingRuleHeaderUpdateEvent.class)
public class BTBundlingRuleHeaderUpdate
extends BTBundler<BundlingRuleHeaderUpdateEvent>
Business task in order to update a
When the
BOBundlingRuleHeader. When the
BundlingRuleHeaderUpdateEvent is launched the BT notices the
call and updates the BOBundlingRuleHeader basing on the event's
input. Required fields:
- bungling rule header id
- Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundlingRuleHeaderUpdateEvent event, PoolKit pk) Updates theBOBundlingRuleHeaderwith all its needed components.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
-
BTBundlingRuleHeaderUpdate
public BTBundlingRuleHeaderUpdate()
-
-
Method Details
-
execute
protected void execute(BundlingRuleHeaderUpdateEvent event, PoolKit pk) throws DAException, DAValidateException Updates theBOBundlingRuleHeaderwith all its needed components.- Specified by:
executein classValidExecutionBusinessTask<BundlingRuleHeaderUpdateEvent>- Parameters:
event- theBundlingRuleHeaderUpdateEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-