Class BTDataTypeLoad
java.lang.Object
overit.geocall.bl.BusinessTask<DataTypeLoadEvent>
overit.geocallapp.wfm.systemsettings.bl.datatype.task.BTDataTypeLoad
- All Implemented Interfaces:
Serializable,Tool
Business task in order to load a
When the
BODataType. When the
DataTypeLoadEvent is launched the BT notices the call and
loads the BODataType basing on the event's input. Required fields:
- data type id
- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(DataTypeLoadEvent event, PoolKit pk) Writes the loaded data type into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataTypeLoad
public BTDataTypeLoad()
-
-
Method Details
-
body
Writes the loaded data type into the event journal.- Specified by:
bodyin classBusinessTask<DataTypeLoadEvent>- Parameters:
event- theDataTypeLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-