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