|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MissedPunchService
Method Summary | |
---|---|
void |
addClockLog(MissedPunch missedPunch,
String ipAddress)
Add a Clock Log to the specified Missed Punch |
void |
approveMissedPunchDocument(MissedPunchDocument missedPunchDocument)
Approve a Missed Punch Document. |
MissedPunch |
getMissedPunchByClockLogId(String clockLogId)
Get a Missed Punch by its unique Clock Log id. |
MissedPunchDocument |
getMissedPunchDocumentByMissedPunchId(String tkMissedPunchId)
|
List<MissedPunchDocument> |
getMissedPunchDocumentsByTimesheetDocumentId(String timesheetDocumentId)
Get a list of Missed Punch Documents by Timesheet document ids. |
void |
updateClockLog(MissedPunch missedPunch,
String ipAddress)
Update the Clock Log (and any Time Blocks if necessary) for the given Missed Punch. |
Method Detail |
---|
List<MissedPunchDocument> getMissedPunchDocumentsByTimesheetDocumentId(String timesheetDocumentId)
timesheetDocumentId
- The Timesheet document id to look up
MissedPunch getMissedPunchByClockLogId(String clockLogId)
clockLogId
- The Clock Log id to look up
void addClockLog(MissedPunch missedPunch, String ipAddress)
missedPunch
- The Missed Punch to add the Clock Log toipAddress
- The IP address of the uservoid updateClockLog(MissedPunch missedPunch, String ipAddress)
missedPunch
- The Missed Punch to update the Clock Logs foripAddress
- The IP address of the uservoid approveMissedPunchDocument(MissedPunchDocument missedPunchDocument)
missedPunchDocument
- The Missed Punch Document to approveMissedPunchDocument getMissedPunchDocumentByMissedPunchId(String tkMissedPunchId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |