org.kuali.student.enrollment.courseoffering.infc
Interface CourseOfferingCrossListing

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
All Known Implementing Classes:
CourseOfferingCrossListingInfo

public interface CourseOfferingCrossListing
extends IdNamelessEntity


Method Summary
 String getCode()
          The course offering code of the cross listing (not the original course it refers to).
 String getCourseNumberSuffix()
          The "extra" portion of the code, which usually corresponds with the most detailed part of the number (i.e., everything besides the subject area/code).
 String getDepartmentOrgId()
          Deprecated. 
 String getSubjectArea()
          The subject area/code for this cross listing.
 String getSubjectOrgId()
          This is the ID for that subject code as an org within the Org Service.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

getCode

String getCode()
The course offering code of the cross listing (not the original course it refers to). This is a concatentation of the subject area/code and the course number suffix This is the alias E.g., ENGL101A, CHEM250


getSubjectArea

String getSubjectArea()
The subject area/code for this cross listing. Example: In ENGL101A, the subject area/code is ENGL


getDepartmentOrgId

@Deprecated
String getDepartmentOrgId()
Deprecated. 

Deprecated The department for this cross listing. This will return the same thing as getSubjectOrgId


getSubjectOrgId

String getSubjectOrgId()
This is the ID for that subject code as an org within the Org Service. Subject codes are stored in the Org table as an organization. Note: subject org id and subject area/code should be kept aligned (in case the subject code changes, but its ID stays the same).


getCourseNumberSuffix

String getCourseNumberSuffix()
The "extra" portion of the code, which usually corresponds with the most detailed part of the number (i.e., everything besides the subject area/code). See comments in getCode(). E.g., from ENGL101A, it's 101A. E.g., from CHEM200, it's 200.



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.