Class BTSearchReceipt
java.lang.Object
overit.geocall.bl.BusinessTask<ReceiptSearchEvent>
overit.geocallapp.wfm.core.bl.workshift.receipt.task.BTSearchReceipt
- All Implemented Interfaces:
Serializable,Tool
@Event(ReceiptSearchEvent.class)
public class BTSearchReceipt
extends BusinessTask<ReceiptSearchEvent>
Business task in order to search a
When the
BOReceipt. When the
ReceiptSearchEvent is launched
the BT notices the call and receipts the BOReceipt basing on the event's input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ReceiptSearchEvent event, PoolKit pk) Writes the searched receipts into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSearchReceipt
public BTSearchReceipt()
-
-
Method Details
-
body
Writes the searched receipts into the event journal.- Specified by:
bodyin classBusinessTask<ReceiptSearchEvent>- Parameters:
event- the eventpk- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-