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