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