public interface MissedPunchService
Modifier and Type | Method and Description |
---|---|
MissedPunch |
addClockLog(MissedPunch missedPunch,
String ipAddress)
Add a Clock Log to the specified Missed Punch
|
MissedPunch |
getMissedPunchByClockLogId(String clockLogId)
Get a Missed Punch by its unique Clock Log id.
|
List<MissedPunch> |
getMissedPunchByTimesheetDocumentId(String timesheetDocumentId)
Get a list of Missed Punches by Timesheet document ids.
|
MissedPunch |
updateClockLog(MissedPunch missedPunch,
String ipAddress)
Update the Clock Log (and any Time Blocks if necessary) for the given Missed Punch.
|
List<MissedPunch> getMissedPunchByTimesheetDocumentId(String timesheetDocumentId)
timesheetDocumentId
- The Timesheet document id to look upMissedPunch getMissedPunchByClockLogId(String clockLogId)
clockLogId
- The Clock Log id to look upMissedPunch addClockLog(MissedPunch missedPunch, String ipAddress)
missedPunch
- The Missed Punch to add the Clock Log toipAddress
- The IP address of the userMissedPunch updateClockLog(MissedPunch missedPunch, String ipAddress)
missedPunch
- The Missed Punch to update the Clock Logs foripAddress
- The IP address of the userCopyright © 2004–2014 The Kuali Foundation. All rights reserved.