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