Class BTReceiptUpdate
java.lang.Object
overit.geocall.bl.BusinessTask<ReceiptUpdateEvent>
overit.geocallapp.wfm.core.bl.workshift.receipt.task.BTReceiptUpdate
- All Implemented Interfaces:
Serializable,Tool
@Event(ReceiptUpdateEvent.class)
public class BTReceiptUpdate
extends BusinessTask<ReceiptUpdateEvent>
Business task in order to insert a
BOReceipt.
When the ReceiptUpdateEvent is launched
the BT notices the call and inserts the BOReceipt basing on the event's input.
- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ReceiptUpdateEvent event, PoolKit pk) Inserts the givenBOReceiptand writes the newly generated id into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTReceiptUpdate
public BTReceiptUpdate()
-
-
Method Details
-
body
Inserts the givenBOReceiptand writes the newly generated id into the event journal.- Specified by:
bodyin classBusinessTask<ReceiptUpdateEvent>- Parameters:
event- theReceiptUpdateEventpk- the pk- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
getNotUpdatableFields
-