|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeSummaryContract
TimeSummaryContract interface
Method Summary | |
---|---|
Map<String,BigDecimal> |
getFlsaWeekTotalMap()
TODO: Put a better comment The flsaWeekTotalMap associated with the TimeSummaryContract |
List<? extends LeaveSummaryRowContract> |
getMaxedLeaveRows()
The list of LeaveSummaryRow objects associated with the TimeSummaryContract |
List<? extends EarnGroupSectionContract> |
getSections()
The list of EarnGroupSection objects associated with the TimeSummaryContract |
List<String> |
getSummaryHeader()
The summaryHeader associated with the TimeSummaryContract |
Map<String,BigDecimal> |
getWeekTotalMap()
TODO: Put a better comment The weekTotalMap associated with the TimeSummaryContract |
List<BigDecimal> |
getWorkedHours()
The list of worked hours associated with the TimeSummaryContract |
Method Detail |
---|
List<String> getSummaryHeader()
summaryHeader for TimeSummaryContract
List<? extends EarnGroupSectionContract> getSections()
sections for TimeSummaryContract
List<BigDecimal> getWorkedHours()
workedHours for TimeSummaryContract
List<? extends LeaveSummaryRowContract> getMaxedLeaveRows()
maxedLeaveRows for TimeSummaryContract
Map<String,BigDecimal> getWeekTotalMap()
weekTotalMap for TimeSummaryContract
Map<String,BigDecimal> getFlsaWeekTotalMap()
flsaWeekTotalMap for TimeSummaryContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |