|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClockLog | |
---|---|
org.kuali.hr.time.clock.location.service | |
org.kuali.hr.time.clock.web | |
org.kuali.hr.time.clocklog.dao | |
org.kuali.hr.time.clocklog.service | |
org.kuali.hr.time.clocklog.validation |
Uses of ClockLog in org.kuali.hr.time.clock.location.service |
---|
Methods in org.kuali.hr.time.clock.location.service with parameters of type ClockLog | |
---|---|
void |
ClockLocationRuleServiceImpl.processClockLocationRule(ClockLog clockLog,
Date asOfDate)
|
void |
ClockLocationRuleService.processClockLocationRule(ClockLog clockLog,
Date asOfDate)
Process clock location rule based on clock log passed in |
Uses of ClockLog in org.kuali.hr.time.clock.web |
---|
Methods in org.kuali.hr.time.clock.web that return ClockLog | |
---|---|
ClockLog |
ClockActionForm.getClockLog()
|
Methods in org.kuali.hr.time.clock.web with parameters of type ClockLog | |
---|---|
void |
ClockActionForm.setClockLog(ClockLog clockLog)
|
Uses of ClockLog in org.kuali.hr.time.clocklog.dao |
---|
Methods in org.kuali.hr.time.clocklog.dao that return ClockLog | |
---|---|
ClockLog |
ClockLogDao.getClockLog(String tkClockLogId)
Fetch clock log by id |
ClockLog |
ClockLogDaoSpringOjbImpl.getClockLog(String tkClockLogId)
|
ClockLog |
ClockLogDao.getLastClockLog(String principalId)
Get last ClockLog for a given principalId |
ClockLog |
ClockLogDaoSpringOjbImpl.getLastClockLog(String principalId)
|
ClockLog |
ClockLogDao.getLastClockLog(String principalId,
String clockAction)
Get last ClockLog for a given principalId and clockAction |
ClockLog |
ClockLogDaoSpringOjbImpl.getLastClockLog(String principalId,
String clockAction)
|
ClockLog |
ClockLogDao.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 |
ClockLog |
ClockLogDaoSpringOjbImpl.getLastClockLog(String principalId,
String jobNumber,
String workArea,
String task,
CalendarEntries calendarEntry)
|
Methods in org.kuali.hr.time.clocklog.dao with parameters of type ClockLog | |
---|---|
void |
ClockLogDao.saveOrUpdate(ClockLog clockLog)
Save or update ClockLog passed in |
void |
ClockLogDaoSpringOjbImpl.saveOrUpdate(ClockLog clockLog)
|
Method parameters in org.kuali.hr.time.clocklog.dao with type arguments of type ClockLog | |
---|---|
void |
ClockLogDao.saveOrUpdate(List<ClockLog> clockLogList)
Save or update List of ClockLogs passed in |
void |
ClockLogDaoSpringOjbImpl.saveOrUpdate(List<ClockLog> clockLogList)
|
Uses of ClockLog in org.kuali.hr.time.clocklog.service |
---|
Methods in org.kuali.hr.time.clocklog.service that return ClockLog | |
---|---|
ClockLog |
ClockLogService.getClockLog(String tkClockLogId)
Fetch clock log by id |
ClockLog |
ClockLogServiceImpl.getClockLog(String tkClockLogId)
|
ClockLog |
ClockLogService.getLastClockLog(String principalId)
Fetch last clock log for principal id |
ClockLog |
ClockLogServiceImpl.getLastClockLog(String principalId)
|
ClockLog |
ClockLogService.getLastClockLog(String principalId,
String clockAction)
Fetch last clock log for principal id and clock action |
ClockLog |
ClockLogServiceImpl.getLastClockLog(String principalId,
String clockAction)
|
ClockLog |
ClockLogService.getLastClockLog(String principalId,
String jobNumber,
String workArea,
String task,
CalendarEntries calendarEntry)
Fetch last clock log for principal id, assignment details, and calendar entry |
ClockLog |
ClockLogServiceImpl.getLastClockLog(String principalId,
String jobNumber,
String workArea,
String task,
CalendarEntries calendarEntry)
|
ClockLog |
ClockLogService.processClockLog(Timestamp clockTimestamp,
Assignment assignment,
CalendarEntries pe,
String ip,
Date asOfDate,
TimesheetDocument td,
String clockAction,
boolean runRules,
String principalId)
Process clock log created |
ClockLog |
ClockLogServiceImpl.processClockLog(Timestamp clockTimeStamp,
Assignment assignment,
CalendarEntries pe,
String ip,
Date asOfDate,
TimesheetDocument td,
String clockAction,
boolean runRules,
String principalId)
|
ClockLog |
ClockLogService.processClockLog(Timestamp clockTimeStamp,
Assignment assignment,
CalendarEntries pe,
String ip,
Date asOfDate,
TimesheetDocument td,
String clockAction,
boolean runRules,
String principalId,
String userPrincipalId)
|
ClockLog |
ClockLogServiceImpl.processClockLog(Timestamp clockTimeStamp,
Assignment assignment,
CalendarEntries pe,
String ip,
Date asOfDate,
TimesheetDocument td,
String clockAction,
boolean runRules,
String principalId,
String userPrincipalId)
|
ClockLog |
ClockLogService.saveClockLog(ClockLog clockLog)
Save clock log |
ClockLog |
ClockLogServiceImpl.saveClockLog(ClockLog clockLog)
|
Methods in org.kuali.hr.time.clocklog.service with parameters of type ClockLog | |
---|---|
String |
ClockLogService.buildUnapprovedIPWarning(ClockLog cl)
Build an unapproved IP address warning message for based on given ClockLog |
String |
ClockLogServiceImpl.buildUnapprovedIPWarning(ClockLog cl)
|
ClockLog |
ClockLogService.saveClockLog(ClockLog clockLog)
Save clock log |
ClockLog |
ClockLogServiceImpl.saveClockLog(ClockLog clockLog)
|
Uses of ClockLog in org.kuali.hr.time.clocklog.validation |
---|
Methods in org.kuali.hr.time.clocklog.validation with parameters of type ClockLog | |
---|---|
protected boolean |
ClockLogRule.validateTask(ClockLog clockLog)
|
protected boolean |
ClockLogRule.validateWorkArea(ClockLog clockLog)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |