public interface ActivityOffering extends IdEntity
Modifier and Type | Method and Description |
---|---|
String |
getActivityCode()
Alphanumeric character that identifies the section of the
course offering.
|
String |
getActivityId()
Canonical activity whose instance is this activity offering.
|
String |
getActivityOfferingURL()
Gets the URL for this offering.
|
String |
getCourseOfferingCode()
Course Offering code the activity is being offered in.
|
String |
getCourseOfferingId()
Course Offering id the activity is being offered in.
|
String |
getCourseOfferingTitle()
Course Offering title the activity is being offered in.
|
String |
getFormatOfferingId()
Format offering Id used to create this activity
|
String |
getFormatOfferingName()
Format offering Name used to create this activity
|
List<String> |
getGradingOptionKeys()
The options/scales that indicate the allowable grades that can
be awarded.
|
List<? extends OfferingInstructor> |
getInstructors()
Instructors for the activity.
|
Boolean |
getIsColocated()
Indicates that the activity offering has one or more shared delivery logistics.
|
Boolean |
getIsEvaluated()
Is there an instructor evaluation for this activity offering.
|
Boolean |
getIsHonorsOffering()
Indicates that the course is an Honors Course.
|
Boolean |
getIsMaxEnrollmentEstimate()
Is maximum enrollment estimate flag
|
Integer |
getMaximumEnrollment()
Total maximum number of "seats" or enrollment slots that can be
filled for the offering.
|
Integer |
getMinimumEnrollment()
Total minimum number of seats that must be filled for the
offering not to be canceled.
|
List<String> |
getScheduleIds()
Gets the schedule Ids for this activity offering.
|
String |
getSchedulingStateKey()
Indicates where this activity offering is in the scheduling process.
|
String |
getTermCode()
Academic term code the activity is being offered in.
|
String |
getTermId()
Academic term the activity is being offered in.
|
String |
getWeeklyInclassContactHours()
When/for how long does the offering meet in class.
|
String |
getWeeklyOutofclassContactHours()
When/for how long does the offering meet out of class.
|
String |
getWeeklyTotalContactHours()
When/for how long does the offering meet in total.
|
getType, getTypeKey
getState, getStateKey
getAttributes
String getFormatOfferingId()
String getFormatOfferingName()
String getActivityId()
String getTermId()
String getTermCode()
String getActivityCode()
List<String> getScheduleIds()
String getSchedulingStateKey()
Boolean getIsHonorsOffering()
List<String> getGradingOptionKeys()
List<? extends OfferingInstructor> getInstructors()
String getCourseOfferingId()
String getCourseOfferingCode()
String getCourseOfferingTitle()
String getWeeklyInclassContactHours()
String getWeeklyOutofclassContactHours()
String getWeeklyTotalContactHours()
Integer getMaximumEnrollment()
Integer getMinimumEnrollment()
Boolean getIsMaxEnrollmentEstimate()
Boolean getIsEvaluated()
String getActivityOfferingURL()
Boolean getIsColocated()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.