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