Uses of Class
org.kuali.hr.time.clocklog.ClockLog

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)
           
 

Methods in org.kuali.hr.time.clocklog.dao that return types with arguments of type ClockLog
 List<ClockLog> ClockLogDao.getOpenClockLogs(CalendarEntries payCalendarEntry)
          Return a list of all open clock logs
 List<ClockLog> ClockLogDaoSpringOjbImpl.getOpenClockLogs(CalendarEntries payCalendarEntry)
           
 

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.buildClockLog(Timestamp clockTimestamp, Timestamp originalTimestamp, Assignment assignment, TimesheetDocument timesheetDocument, String clockAction, String ip)
          Build ClockLog based on criteria passed in
 ClockLog ClockLogServiceImpl.buildClockLog(Timestamp clockTimestamp, Timestamp originalTimestamp, Assignment assignment, TimesheetDocument timesheetDocument, String clockAction, String ip)
           
 ClockLog ClockLogService.buildClockLog(Timestamp clockTimestamp, Timestamp originalTimestamp, Assignment assignment, TimesheetDocument timesheetDocument, String clockAction, String ip, String userPrincipalId)
           
 ClockLog ClockLogServiceImpl.buildClockLog(Timestamp clockTimestamp, Timestamp originalTimestamp, Assignment assignment, TimesheetDocument timesheetDocument, String clockAction, String ip, String userPrincipalId)
           
 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.processClockLog(Timestamp clockTimestamp, Assignment assignment, CalendarEntries pe, String ip, Date asOfDate, TimesheetDocument td, String clockAction, String principalId)
          Process clock log created
 ClockLog ClockLogServiceImpl.processClockLog(Timestamp clockTimeStamp, Assignment assignment, CalendarEntries pe, String ip, Date asOfDate, TimesheetDocument td, String clockAction, String principalId)
           
 ClockLog ClockLogService.processClockLog(Timestamp clockTimeStamp, Assignment assignment, CalendarEntries pe, String ip, Date asOfDate, TimesheetDocument td, String clockAction, String principalId, String userPrincipalId)
           
 ClockLog ClockLogServiceImpl.processClockLog(Timestamp clockTimeStamp, Assignment assignment, CalendarEntries pe, String ip, Date asOfDate, TimesheetDocument td, String clockAction, String principalId, String userPrincipalId)
           
 

Methods in org.kuali.hr.time.clocklog.service that return types with arguments of type ClockLog
 List<ClockLog> ClockLogService.getOpenClockLogs(CalendarEntries payCalendarEntry)
          Fetch open clock logs by pay calendar entry
 List<ClockLog> ClockLogServiceImpl.getOpenClockLogs(CalendarEntries payCalendarEntry)
           
 

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)
           
 void ClockLogService.saveClockLog(ClockLog clockLog)
          Save clock log
 void 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)
           
 



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.