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