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