Members
# getCourseForecast
Returns the enrollment forecast for the given courseID.
# getCoursesForecast
Returns the enrollment forecasts for all non retired courses.
# getOpportunitiesForecast
Returns the enrollment forecasts for all non retired opportunities.
# getOpportunityForecast
Returns the enrollment forecast for the given opportunityID.
Methods
# getCourseForecast(courseID) → {CourseEnrollmentForecast}
Returns the enrollment forecast for the given courseID.
Parameters:
Name | Type | Description |
---|---|---|
courseID |
string | the id of the course. |
CourseEnrollmentForecast
# getCoursesForecast() → {Array.<CourseEnrollmentForecast>}
Returns the enrollment forecasts for all non retired courses.
Array.<CourseEnrollmentForecast>
# getOpportunitiesForecast() → {Array.<OpportunityEnrollmentForecast>}
Returns the enrollment forecasts for all non retired opportunities.
Array.<OpportunityEnrollmentForecast>
# getOpportunityForecast(opportunityID) → {OpportunityEnrollmentForecast}
Returns the enrollment forecast for the given opportunityID.
Parameters:
Name | Type | Description |
---|---|---|
opportunityID |
string | the id of the opportunity. |
OpportunityEnrollmentForecast