Class BTMobileCardConfigurationInterventionGroupLoad
java.lang.Object
overit.geocall.bl.BusinessTask<MobileCardConfigurationInterventionGroupLoadEvent>
overit.geocallapp.wfm.core.bl.mobilecard.configurationinterventiongroup.task.BTMobileCardConfigurationInterventionGroupLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(MobileCardConfigurationInterventionGroupLoadEvent.class)
public class BTMobileCardConfigurationInterventionGroupLoad
extends BusinessTask<MobileCardConfigurationInterventionGroupLoadEvent>
Business task in order to load a
When the
MobileCardConfigurationInterventionGroup. When the
MobileCardConfigurationInterventionGroupLoadEvent is launched the BT notices the call
and loads the MobileCardConfigurationInterventionGroup basing on the event's input. Required fields:
- intervention group id
- Since:
- 13.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(MobileCardConfigurationInterventionGroupLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingMobileCardConfigurationInterventionGroupand writes it into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTMobileCardConfigurationInterventionGroupLoad
public BTMobileCardConfigurationInterventionGroupLoad()
-
-
Method Details
-
body
protected void body(MobileCardConfigurationInterventionGroupLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from the given id, it loads the correspondingMobileCardConfigurationInterventionGroupand writes it into the event journal.- Specified by:
bodyin classBusinessTask<MobileCardConfigurationInterventionGroupLoadEvent>- Parameters:
event- theMobileCardConfigurationInterventionGroupLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-