Class BTCatalogCodeLoad
java.lang.Object
overit.geocall.bl.BusinessTask<CatalogCodeLoadEvent>
overit.geocallapp.wfm.catalogs.bl.catalogcode.task.BTCatalogCodeLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(CatalogCodeLoadEvent.class)
public class BTCatalogCodeLoad
extends BusinessTask<CatalogCodeLoadEvent>
Business task in order to load a
When the
BOCatalogCode. When the
CatalogCodeLoadEvent is launched the BT notices the call
and loads the BOCatalogCode according to the event's input. - Since:
- 20.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(CatalogCodeLoadEvent event, PoolKit pk) Writes the loaded catalog code into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCatalogCodeLoad
public BTCatalogCodeLoad()
-
-
Method Details
-
body
Writes the loaded catalog code into the event journal.- Specified by:
bodyin classBusinessTask<CatalogCodeLoadEvent>- Parameters:
event- theCatalogCodeLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-