|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlsaWeek | |
---|---|
org.kuali.hr.time.overtime.weekly.rule.service | |
org.kuali.hr.time.util |
Uses of FlsaWeek in org.kuali.hr.time.overtime.weekly.rule.service |
---|
Methods in org.kuali.hr.time.overtime.weekly.rule.service that return types with arguments of type FlsaWeek | |
---|---|
protected List<List<FlsaWeek>> |
WeeklyOvertimeRuleServiceImpl.getFlsaWeeks(String principalId,
Date beginDate,
Date endDate,
TkTimeBlockAggregate aggregate)
Get the list of all FlsaWeek lists for this period. |
Method parameters in org.kuali.hr.time.overtime.weekly.rule.service with type arguments of type FlsaWeek | |
---|---|
protected void |
WeeklyOvertimeRuleServiceImpl.applyOvertimeToFlsaWeeks(List<FlsaWeek> flsaWeeks,
WeeklyOvertimeRule weeklyOvertimeRule,
Date asOfDate,
Set<String> convertFromEarnCodes,
BigDecimal overtimeHours)
Applies overtime to the given FlsaWeeks. |
protected List<FlsaDay> |
WeeklyOvertimeRuleServiceImpl.getFlsaDays(List<FlsaWeek> flsaWeeks)
Gets the list of FlsaDays in the given FlsaWeek. |
protected BigDecimal |
WeeklyOvertimeRuleServiceImpl.getMaxHours(List<FlsaWeek> flsaWeeks,
Set<String> maxHoursEarnCodes)
Get the maximum worked hours for the given FlsaWeeks. |
protected void |
WeeklyOvertimeRuleServiceImpl.savePreviousNextCalendarTimeBlocks(List<List<FlsaWeek>> flsaWeeks)
Saves the TimeBlocks from both the previous and next CalendarEntries, since these are not saved automatically by calling methods. |
Uses of FlsaWeek in org.kuali.hr.time.util |
---|
Methods in org.kuali.hr.time.util that return types with arguments of type FlsaWeek | |
---|---|
List<FlsaWeek> |
TkTimeBlockAggregate.getFlsaWeeks(org.joda.time.DateTimeZone zone)
When consuming these weeks, you must be aware that you could be on a virtual day, ie noon to noon schedule and have your FLSA time start before the virtual day start, but still have a full 7 days for your week. |
List<List<FlsaWeek>> |
TkTimeBlockAggregate.getFlsaWeeks(org.joda.time.DateTimeZone zone,
String principalId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |