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

All Superinterfaces:
Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
All Known Implementing Classes:
ActivityOfferingDisplayInfo

public interface ActivityOfferingDisplay
extends IdEntity

An adminsitrative view of the ActivityOffering.

Author:
tom

Method Summary
 String getActivityOfferingCode()
          Alphanumeric character that identifies the section of the course offering.
 String getCourseOfferingCode()
          Identifies the number of a course as reflected in the course catalog.
 String getCourseOfferingTitle()
          Name of the course used in the college catalog.
 String getFormatOfferingId()
          The Format Offering Id used to create this ActivityOffering.
 String getFormatOfferingName()
          A display name for the Format Offering.
 String getInstructorId()
          Gets the instructor of record for this ActivityOffering.
 String getInstructorName()
          Gets the name of the instructor of record for this ActivityOffering.
 Boolean getIsHonorsOffering()
          Indicates that the Activity Offering is an Honors option
 Integer getMaximumEnrollment()
          Total maximum number of "seats" or enrollment slots that can be filled for the offering.
 ScheduleDisplay getScheduleDisplay()
          Gets the schedule information for this ActivityOffering
 String getStateName()
          A display name for the activity Offering State.
 String getTypeName()
          A display name for the Activity Offering Type.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
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

getTypeName

String getTypeName()
A display name for the Activity Offering Type.


getStateName

String getStateName()
A display name for the activity Offering State.


getCourseOfferingTitle

String getCourseOfferingTitle()
Name of the course used in the college catalog. Initially copied from the course catalog but then, depending on the configuration it may be updatable. For regular courses this is not generally allowed to be updated on the offering, but for special topics courses this is often overridden to capture the particular topic being taught offered this term. Note: the configuration of the validation for titles is typically restricted to exclude line breaks. This may have to be loosened as some schools may want the particular topic to appear on a 2nd line. For example: SPECIAL TOPICS: AN EXPLORATION OF DEEP SPACE ARTIFACTS


getCourseOfferingCode

String getCourseOfferingCode()
Identifies the number of a course as reflected in the course catalog. This typically must be unique across all courses offered during that term. If the user wants to create two separate offerings for the same course they must modify this code to make it unique. For example: An on-line offering of the course might have an "O" appended to it to distinguish it from the face to face offering, i.e. ENG101 and ENG101O Initially copied from the course catalog but then, depending on the configuration it may be updatable. Often this field is configured so that it is not not directly updatable but rather is calculated from it's two constituent parts, the subject area and the course number suffix. For example: Subject Area = "ENG" and Suffix = "101" then code = "ENG101"


getFormatOfferingId

String getFormatOfferingId()
The Format Offering Id used to create this ActivityOffering.


getFormatOfferingName

String getFormatOfferingName()
A display name for the Format Offering.


getActivityOfferingCode

String getActivityOfferingCode()
Alphanumeric character that identifies the section of the course offering.


getInstructorId

String getInstructorId()
Gets the instructor of record for this ActivityOffering.


getInstructorName

String getInstructorName()
Gets the name of the instructor of record for this ActivityOffering.


getIsHonorsOffering

Boolean getIsHonorsOffering()
Indicates that the Activity Offering is an Honors option


getScheduleDisplay

ScheduleDisplay getScheduleDisplay()
Gets the schedule information for this ActivityOffering


getMaximumEnrollment

Integer getMaximumEnrollment()
Total maximum number of "seats" or enrollment slots that can be filled for the offering. Calculated based on sum of all the maximum seats of primary activity type offerings



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