Class TimesheetsEventProvider
java.lang.Object
overit.geocallapp.wfm.timesheets.integration.TimesheetsEventProvider
- All Implemented Interfaces:
TimesheetsProvider
Provider for integration with team fsm module that use the events' mechanism.
- Since:
- 17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckTaskWorkShiftDelete(Long workShiftId) static TimesheetsEventProvidermakeInstance(PoolKit poolKit) searchClockings(ClockingSearchFilter filter)
-
Constructor Details
-
TimesheetsEventProvider
public TimesheetsEventProvider()
-
-
Method Details
-
makeInstance
-
searchClockings
public List<BOClocking> searchClockings(ClockingSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchClockingsin interfaceTimesheetsProvider- Throws:
DAValidateExceptionDAException
-
checkTaskWorkShiftDelete
- Specified by:
checkTaskWorkShiftDeletein interfaceTimesheetsProvider- Throws:
DAValidateExceptionDAException
-
searchClockingTypes
public List<BOClockingType> searchClockingTypes(ClockingTypeSearchFilter filter) throws DAValidateException, DAException - Specified by:
searchClockingTypesin interfaceTimesheetsProvider- Throws:
DAValidateExceptionDAException
-