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