|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.hr.time.timesummary.service.TimeSummaryServiceImpl
public class TimeSummaryServiceImpl
Constructor Summary | |
---|---|
TimeSummaryServiceImpl()
|
Method Summary | |
---|---|
List<EarnGroupSection> |
getEarnGroupSections(TkTimeBlockAggregate tkTimeBlockAggregate,
int numEntries,
List<Boolean> dayArrangements,
Date asOfDate)
Aggregates timeblocks into the appropriate earngroup-> earncode -> assignment rows |
List<String> |
getHeaderForSummary(CalendarEntries cal,
List<Boolean> dayArrangements)
Handles the generation of the display header for the time summary. |
protected List<String> |
getSummaryHeader(CalendarEntries payCalEntry)
Generate a list of string describing this pay calendar entry for the summary |
TimeSummary |
getTimeSummary(TimesheetDocument timesheetDocument)
Fetch TimeSummary |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeSummaryServiceImpl()
Method Detail |
---|
public TimeSummary getTimeSummary(TimesheetDocument timesheetDocument)
TimeSummaryService
getTimeSummary
in interface TimeSummaryService
public List<EarnGroupSection> getEarnGroupSections(TkTimeBlockAggregate tkTimeBlockAggregate, int numEntries, List<Boolean> dayArrangements, Date asOfDate)
tkTimeBlockAggregate
- numEntries
- dayArrangements
- asOfDate
-
protected List<String> getSummaryHeader(CalendarEntries payCalEntry)
payCalEntry
-
public List<String> getHeaderForSummary(CalendarEntries cal, List<Boolean> dayArrangements)
getHeaderForSummary
in interface TimeSummaryService
cal
- The PayCalendarEntries object we are using to derive information.dayArrangements
- Container passed in to store the position of week / period aggregate sums
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |