|
||||||||||
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 |
ClockLog |
getLastClockLog(String principalId,
String jobNumber,
String workArea,
String task,
CalendarEntries payCalendarEntry)
Returns the last clock log for this user's assignment in a certain period |
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
-
ClockLog getLastClockLog(String principalId, String jobNumber, String workArea, String task, CalendarEntries payCalendarEntry)
principalId
- jobNumber
- workArea
- task
- calendarEntry
-
ClockLog getClockLog(String tkClockLogId)
tkClockLogId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |