|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClockLogDao
Method Summary | |
---|---|
ClockLog |
getClockLog(String tkClockLogId)
Fetch clock log by id |
ClockLog |
getLastClockLog(String principalId)
Get last ClockLog for a given principalId |
ClockLog |
getLastClockLog(String principalId,
String clockAction)
Get last ClockLog for a given principalId and clockAction |
List<ClockLog> |
getOpenClockLogs(CalendarEntries payCalendarEntry)
Return a list of all open clock logs |
void |
saveOrUpdate(ClockLog clockLog)
Save or update ClockLog passed in |
void |
saveOrUpdate(List<ClockLog> clockLogList)
Save or update List of ClockLogs passed in |
Method Detail |
---|
void saveOrUpdate(ClockLog clockLog)
clockLog
- void saveOrUpdate(List<ClockLog> clockLogList)
clockLogList
- ClockLog getLastClockLog(String principalId)
principalId
-
ClockLog getLastClockLog(String principalId, String clockAction)
principalId
- clockAction
-
List<ClockLog> getOpenClockLogs(CalendarEntries payCalendarEntry)
payCalendarEntry
-
ClockLog getClockLog(String tkClockLogId)
tkClockLogId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |