|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LeaveSummaryRowContract
LeaveSummaryRowContract interface
Method Summary | |
---|---|
String |
getAccrualCategory()
The AccrualCategory name associated with the LeaveSummaryRow |
String |
getAccrualCategoryId()
The AccrualCategory id associated with the LeaveSummaryRow |
String |
getAccrualCategoryRuleId()
The AccrualCategoryRule id associated with the LeaveSummaryRow |
BigDecimal |
getAccruedBalance()
The accrued balance associated with the LeaveSummaryRow |
BigDecimal |
getCarryOver()
TODO: Make sure this comment is right The amount user can carry over to next year associated with the LeaveSummaryRow |
BigDecimal |
getFmlaUsage()
The fmla usage associated with the LeaveSummaryRow |
String |
getInfractingLeaveBlockId()
TODO: Put a better comment The infractingLeaveBlockId associated with the LeaveSummaryRow |
BigDecimal |
getLeaveBalance()
The leave balance associated with the LeaveSummaryRow |
BigDecimal |
getMaxCarryOver()
The max carry over associated with the LeaveSummaryRow |
BigDecimal |
getPendingAvailableUsage()
The pending available usage associated with the LeaveSummaryRow |
BigDecimal |
getPendingLeaveAccrual()
The pending leave accrual associated with the LeaveSummaryRow |
BigDecimal |
getPendingLeaveBalance()
The pending leave balance associated with the LeaveSummaryRow |
BigDecimal |
getPendingLeaveRequests()
The pending leave requests associated with the LeaveSummaryRow |
SortedMap<String,BigDecimal> |
getPriorYearsTotalAccrued()
The map of prior years accrued total associated with the LeaveSummaryRow |
SortedMap<String,BigDecimal> |
getPriorYearsUsage()
The map of prior year usage associated with the LeaveSummaryRow |
BigDecimal |
getUsageLimit()
The usage limit associated with the LeaveSummaryRow |
BigDecimal |
getYtdAccruedBalance()
The year to date accrued balance associated with the LeaveSummaryRow |
BigDecimal |
getYtdApprovedUsage()
The year to date approved usage associated with the LeaveSummaryRow |
boolean |
isPayoutable()
The flag that indicates if accrued balance is eligible for payout |
boolean |
isTransferable()
The flag that indicates if accrued balance is eligible for transfer |
Method Detail |
---|
String getAccrualCategory()
accrualCategory of a LeaveSummaryRow
String getAccrualCategoryId()
accrualCategoryId of a LeaveSummaryRow - used as a very simple means of getting the AccrualCategory object
String getAccrualCategoryRuleId()
accrualCategoryRuleId of a LeaveSummaryRow
BigDecimal getCarryOver()
carryOver of a LeaveSummaryRow
BigDecimal getYtdAccruedBalance()
ytdAccruedBalance of a LeaveSummaryRow
BigDecimal getYtdApprovedUsage()
ytdApprovedUsage of a LeaveSummaryRow
BigDecimal getLeaveBalance()
leaveBalance of a LeaveSummaryRow
BigDecimal getPendingLeaveAccrual()
pendingLeaveAccrual of a LeaveSummaryRow
BigDecimal getPendingLeaveRequests()
pendingLeaveRequests of a LeaveSummaryRow
BigDecimal getPendingLeaveBalance()
pendingLeaveBalance of a LeaveSummaryRow
BigDecimal getPendingAvailableUsage()
pendingAvailableUsage of a LeaveSummaryRow
BigDecimal getUsageLimit()
usageLimit of a LeaveSummaryRow
BigDecimal getFmlaUsage()
fmlaUsage of a LeaveSummaryRow
BigDecimal getAccruedBalance()
carryOver + ytdAccruedBalance - ytdApprovedUsage
boolean isTransferable()
transferable flag of a ShiftDifferentialRule
boolean isPayoutable()
payoutable flag of a ShiftDifferentialRule
SortedMap<String,BigDecimal> getPriorYearsUsage()
priorYearsUsage of a LeaveSummaryRow
SortedMap<String,BigDecimal> getPriorYearsTotalAccrued()
priorYearsTotalAccrued of a LeaveSummaryRow
BigDecimal getMaxCarryOver()
maxCarryOver of a LeaveSummaryRow
String getInfractingLeaveBlockId()
infractingLeaveBlockId of a LeaveSummaryRow
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |