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