public interface PositionContract extends PositionBaseContract
PositionContract interface
| Modifier and Type | Method and Description | 
|---|---|
| String | getBenefitsEligible()The flag indicating if the position is eligible for benefits | 
| String | getCampus()The campus associated with the Position | 
| org.kuali.rice.location.api.campus.CampusContract | getCampusObj()The Campus Business Object associated with the Position | 
| String | getCategory()The category associated with the Position | 
| String | getClassificationTitle()The classification title associated with the Position | 
| List<? extends PositionDutyContract> | getDutyList()The list of PositionDuty objects associated with the Position | 
| List<? extends PstnFlagContract> | getFlagList()The list of PositionFlag objects associated with the Position | 
| List<? extends PositionFundingContract> | getFundingList()The list of PositionFunding objects associated with the Position | 
| String | getInstitution()The institution associated with the Position | 
| String | getLeaveEligible()The flag indicating if the position is eligible for leave benefits | 
| String | getLeavePlan()The leave plan associated with the Position | 
| int | getMaxPoolHeadCount()Indicates the maximum number of pooled positions to associate with the Position | 
| BigDecimal | getPercentTime()The maximum percentage of time worked for the position | 
| String | getPmPositionClassId()The position class id associated with the Position | 
| String | getPoolEligible()The flag indicating if the position classification is eligible to be used for pooled position | 
| String | getPositionReportGroup()The position reporting group associated with the Position | 
| List<? extends PositionResponsibilityContract> | getPositionResponsibilityList()The list of PositionResponsibility objects associated with the Position | 
| String | getPositionType()The grouping of positions to determine routing for position maintenance | 
| List<? extends PositionQualificationContract> | getQualificationList()The list of PositionQualification objects associated with the Position | 
| List<? extends ClassificationQualificationContract> | getRequiredQualList()The list of ClassificationQualification objects associated with the Position | 
| String | getSalaryGroup()The salary group associated with the Position | 
| String | getTenureEligible()The flag indicating if the position classification is eligible for tenure | 
| String | getWorkingPositionTitle()The descriptive title for the Position | 
| int | getWorkMonths()The number of months in the year the position for the salary group works | 
getDescription, getHistory, getHrPositionId, getPositionNumbergetEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestampList<? extends PositionDutyContract> getDutyList()
dutyList of a Position.
List<? extends PositionResponsibilityContract> getPositionResponsibilityList()
positionResponsibilityList of a Position.
List<? extends PositionQualificationContract> getQualificationList()
qualificationList of a Position.
List<? extends PstnFlagContract> getFlagList()
flagList of a Position.
String getPmPositionClassId()
pmPositionClassId of a Position.
List<? extends ClassificationQualificationContract> getRequiredQualList()
requiredQualList of a Position.
List<? extends PositionFundingContract> getFundingList()
requiredQualList of a Position.
String getCategory()
category of a Position.
String getInstitution()
institution of a Position.
String getCampus()
campus of a Position.
org.kuali.rice.location.api.campus.CampusContract getCampusObj()
campusObj of a Position.
String getSalaryGroup()
salaryGroup of a Position.
String getClassificationTitle()
classificationTitle of a Position.
String getWorkingPositionTitle()
workingPositionTitle of a Position.
BigDecimal getPercentTime()
percentTime of a Position.
String getBenefitsEligible()
benefitsEligible of a Position.
String getLeaveEligible()
leaveEligible of a Position.
String getLeavePlan()
leavePlan of a Position.
String getPositionReportGroup()
positionReportGroup of a Position.
String getPositionType()
positionType of a Position.
String getPoolEligible()
poolEligible of a Position.
int getMaxPoolHeadCount()
maxPoolHeadCount of a Position.
String getTenureEligible()
tenureEligible of a Position.
int getWorkMonths()
workMonths of a Position.
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.