Class BTTaskStateSearch
java.lang.Object
overit.geocall.bl.BusinessTask<TaskStateSearchEvent>
overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.task.BTTaskStateSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(TaskStateSearchEvent.class)
public class BTTaskStateSearch
extends BusinessTask<TaskStateSearchEvent>
Business task in order to search a
When the
BOTaskState. When the
TaskStateSearchEvent is launched
the BT notices the call and searches the BOTaskState basing on the event's input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(TaskStateSearchEvent event, PoolKit pk) Writes the searched task state into the event journalMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTTaskStateSearch
public BTTaskStateSearch()
-
-
Method Details
-
body
Writes the searched task state into the event journal- Specified by:
bodyin classBusinessTask<TaskStateSearchEvent>- Parameters:
event- theTaskStateSearchEventto search the task statepk- thePoolKit- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-