Class BTTransferTimeTypeSearch
java.lang.Object
overit.geocall.bl.BusinessTask<TransferTimeTypeSearchEvent>
overit.geocallapp.wfm.scheduling.bl.transfertimetype.task.BTTransferTimeTypeSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(TransferTimeTypeSearchEvent.class)
public class BTTransferTimeTypeSearch
extends BusinessTask<TransferTimeTypeSearchEvent>
Business task in order to search a
BOTransferTimeType.
When the TransferTimeTypeSearchEvent is launched
the BT notices the call and searches the BOTransferTimeType basing on the event's input.- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(TransferTimeTypeSearchEvent event, PoolKit pk) Writes the searched transfer time type into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTTransferTimeTypeSearch
public BTTransferTimeTypeSearch()
-
-
Method Details
-
body
protected void body(TransferTimeTypeSearchEvent event, PoolKit pk) throws DAException, DAValidateException Writes the searched transfer time type into the event journal.- Specified by:
bodyin classBusinessTask<TransferTimeTypeSearchEvent>- Parameters:
event- theTransferTimeTypeSearchEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-