|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SystemScheduledTimeOffService
| Method Summary | |
|---|---|
BigDecimal |
calculateSysSchTimeOffHours(Job job,
BigDecimal sstoHours)
Calculate System Scheduled Time Off hours based on given hours and fte of job |
Assignment |
getAssignmentToApplyHolidays(TimesheetDocument timesheetDocument,
Date payEndDate)
|
SystemScheduledTimeOff |
getSystemScheduledTimeOff(String lmSystemScheduledTimeOffId)
Fetch SystemScheduledTimeOff by id |
SystemScheduledTimeOff |
getSystemScheduledTimeOffByDate(String leavePlan,
Date startDate)
|
List<SystemScheduledTimeOff> |
getSystemScheduledTimeOffForPayPeriod(String leavePlan,
Date startDate,
Date endDate)
|
List<SystemScheduledTimeOff> |
getSystemScheduledTimeOffs(Date fromEffdt,
Date toEffdt,
String earnCode,
Date fromAccruedDate,
Date toAccruedDate,
Date fromSchTimeOffDate,
Date toSchTimeOffDate,
String active,
String showHist)
|
List<SystemScheduledTimeOff> |
getSystemScheduledTimeOffsForLeavePlan(Date fromAccruedDate,
Date toAccruedDate,
String leavePlan)
Get the list of all active system scheduled time off for the given leave plan and dates |
| Method Detail |
|---|
@Cacheable(value="KPME/SystemScheduledTimeOff",
key="\'lmSystemScheduledTimeOffId=\' + #p0")
SystemScheduledTimeOff getSystemScheduledTimeOff(String lmSystemScheduledTimeOffId)
lmSystemScheduledTimeOffId -
List<SystemScheduledTimeOff> getSystemScheduledTimeOffForPayPeriod(String leavePlan,
Date startDate,
Date endDate)
SystemScheduledTimeOff getSystemScheduledTimeOffByDate(String leavePlan,
Date startDate)
Assignment getAssignmentToApplyHolidays(TimesheetDocument timesheetDocument,
Date payEndDate)
BigDecimal calculateSysSchTimeOffHours(Job job,
BigDecimal sstoHours)
job - sstoHours -
List<SystemScheduledTimeOff> getSystemScheduledTimeOffs(Date fromEffdt,
Date toEffdt,
String earnCode,
Date fromAccruedDate,
Date toAccruedDate,
Date fromSchTimeOffDate,
Date toSchTimeOffDate,
String active,
String showHist)
List<SystemScheduledTimeOff> getSystemScheduledTimeOffsForLeavePlan(Date fromAccruedDate,
Date toAccruedDate,
String leavePlan)
fromEffdt - toEffdt - fromAccruedDate - toAccruedDate - leavePlan -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||