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