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