|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LeaveSummaryContract
LeaveSummaryContract interface
Method Summary | |
---|---|
List<String> |
getApprovalHeaders()
The list of approval headers associated with the LeaveSummary |
LeaveSummaryRowContract |
getLeaveSummaryRowForAccrualCategory(String accrualCategoryId)
The LeaveSummaryRow object associated with the LeaveSummary |
LeaveSummaryRowContract |
getLeaveSummaryRowForAccrualCtgy(String accrualCategory)
The LeaveSummaryRow object associated with the LeaveSummary |
List<? extends LeaveSummaryRowContract> |
getLeaveSummaryRows()
The list of LeaveSummaryRow objects associated with the LeaveSummary |
String |
getNote()
The note associated with the LeaveSummary |
String |
getPendingDatesString()
TODO: Put a better comment The pending dates String associated with the LeaveSummary |
String |
getYtdDatesString()
TODO: Put a better comment The year to date dates string associated with the LeaveSummary |
Method Detail |
---|
List<? extends LeaveSummaryRowContract> getLeaveSummaryRows()
leaveSummaryRows of a LeaveSummary
LeaveSummaryRowContract getLeaveSummaryRowForAccrualCtgy(String accrualCategory)
leaveSummaryRow of a LeaveSummary
accrualCategory
- name to retrieve LeaveSummaryRow objects from leaveSummaryRows
String getYtdDatesString()
ytdDatesString of a LeaveSummary
String getPendingDatesString()
pendingDatesString of a LeaveSummary
List<String> getApprovalHeaders()
approvalHeaders of a LeaveSummary
LeaveSummaryRowContract getLeaveSummaryRowForAccrualCategory(String accrualCategoryId)
leaveSummaryRow of a LeaveSummary
accrualCategory
- id to retrieve LeaveSummaryRow object from leaveSummaryRows
String getNote()
note of a LeaveSummary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |