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