Class BTBundleExistsForWorkOrder
java.lang.Object
overit.geocall.bl.BusinessTask<BundleExistsForWorkOrderEvent>
overit.geocallapp.wfm.core.bl.bundler.header.task.BTBundleExistsForWorkOrder
- All Implemented Interfaces:
Serializable,Tool
@Event(BundleExistsForWorkOrderEvent.class)
public class BTBundleExistsForWorkOrder
extends BusinessTask<BundleExistsForWorkOrderEvent>
Business task in order to return a
When the
Boolean. When the
BundleExistsForWorkOrderEvent is launched
the BT notices the call and loads the Boolean basing on the event's input. - Since:
- 14.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(BundleExistsForWorkOrderEvent event, PoolKit poolKit) Writes theBooleanof to check if the wo or wo operation is contained in a bundle into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTBundleExistsForWorkOrder
public BTBundleExistsForWorkOrder()
-
-
Method Details
-
body
protected void body(BundleExistsForWorkOrderEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes theBooleanof to check if the wo or wo operation is contained in a bundle into the event journal.- Specified by:
bodyin classBusinessTask<BundleExistsForWorkOrderEvent>- Parameters:
event- theBundleExistsForWorkOrderEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-