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