Class BTXlsxDocumentRead
java.lang.Object
overit.geocall.bl.BusinessTask<XlsxDocumentReadEvent>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.task.BTXlsxDocumentRead
- All Implemented Interfaces:
Serializable,Tool
@Event(XlsxDocumentReadEvent.class)
public class BTXlsxDocumentRead
extends BusinessTask<XlsxDocumentReadEvent>
Business task in order to read a xlsx document .
When the
When the
XlsxDocumentReadEvent is launched
the BT notices the call and reads the document basing on the event's input. Permission:
- Since:
- 19.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(XlsxDocumentReadEvent xlsxDocumentReadEvent, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTXlsxDocumentRead
public BTXlsxDocumentRead()
-
-
Method Details
-
body
protected void body(XlsxDocumentReadEvent xlsxDocumentReadEvent, PoolKit pk) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<XlsxDocumentReadEvent>- Parameters:
xlsxDocumentReadEvent- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-