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