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