Class BTOssResponseLogInsert
java.lang.Object
overit.geocall.bl.BusinessTask<OssResponseLogInsertEvent>
overit.geocallapp.wfm.scheduling.bl.oss.response.task.BTOssResponseLogInsert
- All Implemented Interfaces:
Serializable,Tool
@Event(OssResponseLogInsertEvent.class)
public class BTOssResponseLogInsert
extends BusinessTask<OssResponseLogInsertEvent>
Business task in order to insert a
When the
BOOssResponseLog. When the
OssResponseLogInsertEvent is launched
the BT notices the call and inserts the BOOssResponseLog basing on the event's input. - Since:
- 22.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(OssResponseLogInsertEvent event, PoolKit pk) Inserts theBOOssResponseLogand writes the result into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTOssResponseLogInsert
public BTOssResponseLogInsert()
-
-
Method Details
-
body
protected void body(OssResponseLogInsertEvent event, PoolKit pk) throws DAException, DAValidateException Inserts theBOOssResponseLogand writes the result into the event journal.- Specified by:
bodyin classBusinessTask<OssResponseLogInsertEvent>- Parameters:
event- theOssResponseLogInsertEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-