|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DepartmentContract
DepartmentContract interface.
Method Summary | |
---|---|
String |
getChart()
Chart value under which the Department is defined |
ChartContract |
getChartObj()
Chart object under which the Department is defined |
String |
getDept()
Text field used to identify the Department |
String |
getDescription()
Text which describes the department value |
String |
getHistory()
History flag for Department lookups |
String |
getHrDeptId()
The Primary Key of a Department entry saved in a database |
List<? extends DepartmentPrincipalRoleMemberBoContract> |
getInactiveRoleMembers()
List of Inactive principal role approvers for this Department |
String |
getLocation()
The name of the Location object associated with this Department |
LocationContract |
getLocationObj()
Location object associated with this Department |
String |
getOrg()
Organization value under which the Department is defined |
OrganizationContract |
getOrgObj()
Organization under which the Department is defined |
List<? extends DepartmentPrincipalRoleMemberBoContract> |
getRoleMembers()
List of Active principal role approvers for this Department |
boolean |
isPayrollApproval()
Indicates if this Department needs payroll approval |
Methods inherited from interface org.kuali.kpme.core.api.bo.HrBusinessObjectContract |
---|
getEffectiveDate, getEffectiveLocalDate, getId, getRelativeEffectiveDate, getTimestamp |
Methods inherited from interface org.kuali.rice.krad.bo.PersistableBusinessObject |
---|
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
---|
refresh |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
---|
isActive |
Method Detail |
---|
String getHrDeptId()
hrDeptId of Department
String getDept()
dept of Department
String getDescription()
description of Department
String getLocation()
location of Department
String getChart()
chart of Department
String getOrg()
org of Department
LocationContract getLocationObj()
locationObj of Department
ChartContract getChartObj()
chartObj of Department
OrganizationContract getOrgObj()
org of Department
List<? extends DepartmentPrincipalRoleMemberBoContract> getRoleMembers()
roleMembers of WorkArea
List<? extends DepartmentPrincipalRoleMemberBoContract> getInactiveRoleMembers()
inactiveRoleMembers of WorkArea
String getHistory()
history of Department
boolean isPayrollApproval()
payrollApproval of Department
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |