Uses of Class
org.kuali.hr.time.util.TkTimeBlockAggregate

Packages that use TkTimeBlockAggregate
org.kuali.hr.time.approval.service   
org.kuali.hr.time.calendar   
org.kuali.hr.time.overtime.daily.rule.service   
org.kuali.hr.time.overtime.weekly.rule.service   
org.kuali.hr.time.shiftdiff.rule.service   
org.kuali.hr.time.timesummary.service   
 

Uses of TkTimeBlockAggregate in org.kuali.hr.time.approval.service
 

Methods in org.kuali.hr.time.approval.service with parameters of type TkTimeBlockAggregate
 List<Map<String,Map<String,BigDecimal>>> TimeApproveServiceImpl.getHoursByDayAssignmentBuckets(TkTimeBlockAggregate aggregate, List<Assignment> approverAssignments, List<String> payCalendarLabels)
           
 

Uses of TkTimeBlockAggregate in org.kuali.hr.time.calendar
 

Methods in org.kuali.hr.time.calendar with parameters of type TkTimeBlockAggregate
static TkCalendar TkCalendar.getCalendar(TkTimeBlockAggregate aggregate)
           
 

Uses of TkTimeBlockAggregate in org.kuali.hr.time.overtime.daily.rule.service
 

Methods in org.kuali.hr.time.overtime.daily.rule.service with parameters of type TkTimeBlockAggregate
 void DailyOvertimeRuleServiceImpl.processDailyOvertimeRules(TimesheetDocument timesheetDocument, TkTimeBlockAggregate timeBlockAggregate)
           
 void DailyOvertimeRuleService.processDailyOvertimeRules(TimesheetDocument timesheetDocument, TkTimeBlockAggregate aggregate)
          Process DailyOvertimeRules for the given TkTimeBlockAggregate
 

Uses of TkTimeBlockAggregate in org.kuali.hr.time.overtime.weekly.rule.service
 

Methods in org.kuali.hr.time.overtime.weekly.rule.service with parameters of type TkTimeBlockAggregate
 void WeeklyOvertimeRuleService.processWeeklyOvertimeRule(TimesheetDocument timesheetDocument, TkTimeBlockAggregate aggregate)
          Process weekly overtime rules for a given TkTimeBlockAggregate
 void WeeklyOvertimeRuleServiceImpl.processWeeklyOvertimeRule(TimesheetDocument timesheetDocument, TkTimeBlockAggregate aggregate)
           
 

Uses of TkTimeBlockAggregate in org.kuali.hr.time.shiftdiff.rule.service
 

Methods in org.kuali.hr.time.shiftdiff.rule.service with parameters of type TkTimeBlockAggregate
 void ShiftDifferentialRuleService.processShiftDifferentialRules(TimesheetDocument timesheetDocument, TkTimeBlockAggregate aggregate)
          Process a given TkTimeBlockAggregate with appropriate shift differential rules
 void ShiftDifferentialRuleServiceImpl.processShiftDifferentialRules(TimesheetDocument timesheetDocument, TkTimeBlockAggregate aggregate)
           
 

Uses of TkTimeBlockAggregate in org.kuali.hr.time.timesummary.service
 

Methods in org.kuali.hr.time.timesummary.service with parameters of type TkTimeBlockAggregate
 List<EarnGroupSection> TimeSummaryServiceImpl.getEarnGroupSections(TkTimeBlockAggregate tkTimeBlockAggregate, int numEntries, List<Boolean> dayArrangements, Date asOfDate)
          Aggregates timeblocks into the appropriate earngroup-> earncode -> assignment rows
 



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.