|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RateRangeContract
RateRangeContract interface
Method Summary | |
---|---|
BigDecimal |
getAccrualRatePercentageModifier()
The fte sum of jobs that are associated with the RateRange |
List<? extends AccrualCategoryContract> |
getAcList()
The list of AccrualCaegory objects associated with the RateRange |
List<? extends AccrualCategoryRuleContract> |
getAcRuleList()
The list of AccrualCaegoryRule objects associated with the RateRange |
PrincipalHRAttributesContract |
getEndPrincipalHRAttributes()
The inactive PrincipalHRAttributes associated with the RateRange |
List<? extends JobContract> |
getJobs()
The list of active jobs associated with the RateRange |
String |
getLeaveCalendarDocumentId()
The leaveCalendarDocumentId associated with the RateRange |
LeavePlanContract |
getLeavePlan()
The LeavePlan object associated with the RateRange |
PrincipalHRAttributesContract |
getPrincipalHRAttributes()
The active PrincipalHRAttributes associated with the RateRange |
org.joda.time.Interval |
getRange()
The date range of the RateRane |
BigDecimal |
getStandardHours()
The standard hours sum of jobs that are associated with the RateRange |
SystemScheduledTimeOffContract |
getSysScheTimeOff()
The SystemScheduledTimeOff object associated with the RateRange |
boolean |
isStatusChanged()
The statusChanged flag of the RateRange |
Method Detail |
---|
org.joda.time.Interval getRange()
range of a RateRange
List<? extends JobContract> getJobs()
jobs of a RateRange
BigDecimal getAccrualRatePercentageModifier()
accrualRatePercentageModifier of a RateRange
boolean isStatusChanged()
statusChanged flag of a RateRange
BigDecimal getStandardHours()
standardHours of a RateRange
PrincipalHRAttributesContract getPrincipalHRAttributes()
The active principalHRAttributes of jobs that are associated with the RateRange that has max effective date
PrincipalHRAttributesContract getEndPrincipalHRAttributes()
The inactive principalHRAttributes of jobs that are associated with the RateRange that has max effective date
LeavePlanContract getLeavePlan()
leavePlan of a RateRange
List<? extends AccrualCategoryContract> getAcList()
accrualCategories of a RateRange
List<? extends AccrualCategoryRuleContract> getAcRuleList()
accrualCategoryRules of a RateRange
SystemScheduledTimeOffContract getSysScheTimeOff()
sysScheTimeOff of a RateRange
String getLeaveCalendarDocumentId()
leaveCalendarDocumentId of a RateRange, which will be assigned to leave blocks created at this rate range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |