Class BTReceiptLoad
java.lang.Object
overit.geocall.bl.BusinessTask<ReceiptLoadEvent>
overit.geocallapp.wfm.core.bl.workshift.receipt.task.BTReceiptLoad
- All Implemented Interfaces:
Serializable,Tool
Business task in order to load a
When the
BOReceipt. When the
ReceiptLoadEvent is launched
the BT notices the call and loads the BOReceipt basing on the event's input. Required fields:
- id of the receipt to load
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ReceiptLoadEvent event, PoolKit poolKit) Writes the loaded receipt into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTReceiptLoad
public BTReceiptLoad()
-
-
Method Details
-
body
protected void body(ReceiptLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the loaded receipt into the event journal.- Specified by:
bodyin classBusinessTask<ReceiptLoadEvent>- Parameters:
event- the eventpoolKit- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-