|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kpme.tklm.time.missedpunch.service.MissedPunchServiceImpl
public class MissedPunchServiceImpl
| Constructor Summary | |
|---|---|
MissedPunchServiceImpl()
|
|
| 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. |
AssignmentService |
getAssignmentService()
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
|
ClockLogService |
getClockLogService()
|
org.kuali.rice.krad.service.DocumentService |
getDocumentService()
|
org.kuali.rice.kim.api.identity.IdentityService |
getIdentityService()
|
MissedPunch |
getMissedPunchByClockLogId(String clockLogId)
Get a Missed Punch by its unique Clock Log id. |
MissedPunchDao |
getMissedPunchDao()
|
MissedPunchDocument |
getMissedPunchDocumentByMissedPunchId(String tkMissedPunchId)
|
List<MissedPunchDocument> |
getMissedPunchDocumentsByTimesheetDocumentId(String timesheetDocumentId)
Get a list of Missed Punch Documents by Timesheet document ids. |
TimeBlockService |
getTimeBlockService()
|
TimesheetService |
getTimesheetService()
|
TimezoneService |
getTimezoneService()
|
TkRuleControllerService |
getTkRuleControllerService()
|
void |
setAssignmentService(AssignmentService assignmentService)
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
|
void |
setClockLogService(ClockLogService clockLogService)
|
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
|
void |
setIdentityService(org.kuali.rice.kim.api.identity.IdentityService identityService)
|
void |
setMissedPunchDao(MissedPunchDao missedPunchDao)
|
void |
setTimeBlockService(TimeBlockService timeBlockService)
|
void |
setTimesheetService(TimesheetService timesheetService)
|
void |
setTimezoneService(TimezoneService timezoneService)
|
void |
setTkRuleControllerService(TkRuleControllerService tkRuleControllerService)
|
void |
updateClockLog(MissedPunch missedPunch,
String ipAddress)
Update the Clock Log (and any Time Blocks if necessary) for the given Missed Punch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MissedPunchServiceImpl()
| Method Detail |
|---|
public List<MissedPunchDocument> getMissedPunchDocumentsByTimesheetDocumentId(String timesheetDocumentId)
MissedPunchService
getMissedPunchDocumentsByTimesheetDocumentId in interface MissedPunchServicetimesheetDocumentId - The Timesheet document id to look up
public MissedPunch getMissedPunchByClockLogId(String clockLogId)
MissedPunchService
getMissedPunchByClockLogId in interface MissedPunchServiceclockLogId - The Clock Log id to look up
public void addClockLog(MissedPunch missedPunch,
String ipAddress)
MissedPunchService
addClockLog in interface MissedPunchServicemissedPunch - The Missed Punch to add the Clock Log toipAddress - The IP address of the user
public void updateClockLog(MissedPunch missedPunch,
String ipAddress)
MissedPunchService
updateClockLog in interface MissedPunchServicemissedPunch - The Missed Punch to update the Clock Logs foripAddress - The IP address of the userpublic void approveMissedPunchDocument(MissedPunchDocument missedPunchDocument)
MissedPunchService
approveMissedPunchDocument in interface MissedPunchServicemissedPunchDocument - The Missed Punch Document to approvepublic MissedPunchDao getMissedPunchDao()
public void setMissedPunchDao(MissedPunchDao missedPunchDao)
public AssignmentService getAssignmentService()
public void setAssignmentService(AssignmentService assignmentService)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public ClockLogService getClockLogService()
public void setClockLogService(ClockLogService clockLogService)
public org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
public org.kuali.rice.kim.api.identity.IdentityService getIdentityService()
public void setIdentityService(org.kuali.rice.kim.api.identity.IdentityService identityService)
public TimeBlockService getTimeBlockService()
public void setTimeBlockService(TimeBlockService timeBlockService)
public TimesheetService getTimesheetService()
public void setTimesheetService(TimesheetService timesheetService)
public TimezoneService getTimezoneService()
public void setTimezoneService(TimezoneService timezoneService)
public TkRuleControllerService getTkRuleControllerService()
public void setTkRuleControllerService(TkRuleControllerService tkRuleControllerService)
public MissedPunchDocument getMissedPunchDocumentByMissedPunchId(String tkMissedPunchId)
getMissedPunchDocumentByMissedPunchId in interface MissedPunchService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||