| Added Methods |
ListFilter createChangeCourseNameFilter(List<CourseMembership>)
|
This filter doesn't actually filter any courses - instead, it actually _MODIFIES_
the course title and courseid for the passed in Course objects if the course
represents a master course which the user is enrolled in as a result of being
a member in a child course. |
long getAssessmentUpgradeFlags()
|
Returns the assessment upgrade flags for this Course. |
Id getCourseThemeId()
|
Returns the course theme Id associated with this Course. |
String getDisplayTitle()
|
Returns the Course title to display to the current user. |
Duration getDurationType(boolean)
|
Returns the duration type for this Course. |
Calendar getEndDate(boolean)
|
Returns the date on which this Course will/has end(ed). |
boolean getHonorTermAvailability()
|
Returns the honor term availability for this Course. |
Id getImportTaskId()
|
Returns the Id associated with the latest import task which is importing/restoring this Course. |
boolean getIsAvailable(boolean)
|
Returns the availability flag for this Course. |
int getNumDaysOfUse(boolean)
|
Returns the number of days this Course can be used. |
Calendar getStartDate(boolean)
|
Returns the date on which this Course will/has start(ed). |
boolean isChild()
|
Whether the Course acts as a child for a parent Course. |
boolean isParent()
|
Whether the Course has at least one child course. |
void setAssessmentUpgradeFlags(long)
|
Sets the assessment upgrade flags for this Course. |
void setCourseThemeId(Id)
|
Sets the course theme Id value for this Course. |
void setHonorTermAvailability(boolean)
|
Sets the honor term availability flag for this Course. |
void setImportTaskId(Id)
|
Sets the Id associated with the latest import task which is importing/restoring this Course. |