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