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