Class BTBundleHeaderInsert
java.lang.Object
overit.geocall.bl.BusinessTask<BundleHeaderInsertEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<BundleHeaderInsertEvent>
overit.geocallapp.wfm.bundler.bl.task.BTBundler<BundleHeaderInsertEvent>
overit.geocallapp.wfm.bundler.bl.header.task.BTBundleHeaderInsert
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BundleHeaderInsertEvent.class)
public class BTBundleHeaderInsert
extends BTBundler<BundleHeaderInsertEvent>
Business task in order to insert a
When the
BOBundleHeader. When the
BundleHeaderInsertEvent is launched the BT notices the call
and inserts the BOBundleHeader basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BundleHeaderInsertEvent event, PoolKit pk) Inserts the givenBOBundleHeaderand writes the newly generated id 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
-
BTBundleHeaderInsert
public BTBundleHeaderInsert()
-
-
Method Details
-
execute
protected void execute(BundleHeaderInsertEvent event, PoolKit pk) throws DAException, DAValidateException Inserts the givenBOBundleHeaderand writes the newly generated id into the event journal.- Specified by:
executein classValidExecutionBusinessTask<BundleHeaderInsertEvent>- Parameters:
event- theBundleHeaderInsertEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-