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)
EnrollmentStatusHelperpopulateEnrollmentFields in interface EnrollmentStatusHelperpublic String populateMaxEnrollmentField(ActivityOffering offering)
EnrollmentStatusHelperpopulateMaxEnrollmentField in interface EnrollmentStatusHelperpublic String populateCurrentEnrollmentField(ActivityOffering offering)
EnrollmentStatusHelperpopulateCurrentEnrollmentField in interface EnrollmentStatusHelperpublic String populateEstimatedEnrollmentField(ActivityOffering offering)
EnrollmentStatusHelperpopulateEstimatedEnrollmentField in interface EnrollmentStatusHelperpublic EnrollmentStatusHelper.CourseCode getCourseDivisionAndNumber(String courseCode)
getCourseDivisionAndNumber in interface EnrollmentStatusHelpercourseCode - public String getCourseId(String subjectArea, String number)
getCourseId in interface EnrollmentStatusHelpersubjectArea - number - Copyright © 2004–2014 The Kuali Foundation. All rights reserved.