Class BTDistrictLoad
java.lang.Object
overit.geocall.bl.BusinessTask<DistrictLoadEvent>
overit.geocallapp.wfm.locations.bl.district.task.BTDistrictLoad
- All Implemented Interfaces:
Serializable,Tool
Business task in order to load a
When the
BODistrict. When the
DistrictLoadEvent is launched
the BT notices the call and loads the BODistrict basing on the event's input. - Since:
- 16.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(DistrictLoadEvent event, PoolKit pk) Writes the loaded district into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDistrictLoad
public BTDistrictLoad()
-
-
Method Details
-
body
Writes the loaded district into the event journal.- Specified by:
bodyin classBusinessTask<DistrictLoadEvent>- Parameters:
event- the eventpk- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-