Class BTFeatureUsageSearch
java.lang.Object
overit.geocall.bl.BusinessTask<FeatureUsageSearchEvent>
overit.geocallapp.wfm.core.bl.features.usage.task.BTFeatureUsageSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(FeatureUsageSearchEvent.class)
public class BTFeatureUsageSearch
extends BusinessTask<FeatureUsageSearchEvent>
Business task in order to search a
When the
BOFeatureUsage. When the
FeatureUsageSearchEvent is launched
the BT notices the call and searches the BOFeatureUsage basing on the event's input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(FeatureUsageSearchEvent event, PoolKit poolKit) Writes the loaded feature usages into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTFeatureUsageSearch
public BTFeatureUsageSearch()
-
-
Method Details
-
body
protected void body(FeatureUsageSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the loaded feature usages into the event journal.- Specified by:
bodyin classBusinessTask<FeatureUsageSearchEvent>- Parameters:
event- theFeatureUsageSearchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-