public class DefaultEnrollmentStatusHelper extends Object implements EnrollmentStatusHelper
EnrollmentStatusHelper.CourseCode
Constructor and Description |
---|
DefaultEnrollmentStatusHelper() |
Modifier and Type | Method and Description |
---|---|
EnrollmentStatusHelper.CourseCode |
getCourseDivisionAndNumber(String courseCode)
Used to Split the course code into division and Code.
|
String |
getCourseId(String subjectArea,
String number)
Used to get the course Id for the given subject area and course number
(CHEM, 120)
|
String |
populateCurrentEnrollmentField(ActivityOffering offering)
Finds and returns the current enrollment value for a class section of a course.
|
String[] |
populateEnrollmentFields(ActivityOffering offering)
This was changed form taking an ActivityOfferingItem to simply returning a string array.
|
String |
populateEstimatedEnrollmentField(ActivityOffering offering)
Finds and returns the estimated enrollment value for a class section of a course.
|
String |
populateMaxEnrollmentField(ActivityOffering offering)
Finds and returns the max.
|
public DefaultEnrollmentStatusHelper()
public String[] populateEnrollmentFields(ActivityOffering offering)
EnrollmentStatusHelper
populateEnrollmentFields
in interface EnrollmentStatusHelper
public String populateMaxEnrollmentField(ActivityOffering offering)
EnrollmentStatusHelper
populateMaxEnrollmentField
in interface EnrollmentStatusHelper
public String populateCurrentEnrollmentField(ActivityOffering offering)
EnrollmentStatusHelper
populateCurrentEnrollmentField
in interface EnrollmentStatusHelper
public String populateEstimatedEnrollmentField(ActivityOffering offering)
EnrollmentStatusHelper
populateEstimatedEnrollmentField
in interface EnrollmentStatusHelper
public EnrollmentStatusHelper.CourseCode getCourseDivisionAndNumber(String courseCode)
getCourseDivisionAndNumber
in interface EnrollmentStatusHelper
courseCode
- public String getCourseId(String subjectArea, String number)
getCourseId
in interface EnrollmentStatusHelper
subjectArea
- number
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.