| java.lang.Object org.sakaiproject.component.section.sakai.CourseSectionImpl
Constructor Summary | |
public | CourseSectionImpl(Course course, String title, String uuid, String category, Integer maxEnrollments, String location, Time startTime, Time endTime, boolean monday, boolean tuesday, boolean wednesday, boolean thursday, boolean friday, boolean saturday, boolean sunday) Convenience constructor to create a CourseSection with a single meeting. | public | CourseSectionImpl(Group group) |
MAX_ENROLLMENTS | final public static String MAX_ENROLLMENTS(Code) | | |
CourseSectionImpl | public CourseSectionImpl(Course course, String title, String uuid, String category, Integer maxEnrollments, String location, Time startTime, Time endTime, boolean monday, boolean tuesday, boolean wednesday, boolean thursday, boolean friday, boolean saturday, boolean sunday)(Code) | | Convenience constructor to create a CourseSection with a single meeting.
Parameters: course - Parameters: title - Parameters: uuid - Parameters: category - Parameters: maxEnrollments - Parameters: location - Parameters: startTime - Parameters: endTime - Parameters: monday - Parameters: tuesday - Parameters: wednesday - Parameters: thursday - Parameters: friday - Parameters: saturday - Parameters: sunday - |
CourseSectionImpl | public CourseSectionImpl(Group group)(Code) | | |
compareTo | public int compareTo(CourseSection other)(Code) | | Compares CourseSectionImpls based on their category ID and title. Sections
without a category are sorted last.
|
convertStringToTime | final public static Time convertStringToTime(String str)(Code) | | |
convertTimeToString | final public static String convertTimeToString(Time time)(Code) | | |
decorateGroup | public void decorateGroup(Group group)(Code) | | Decorates the framework's section (group) with metadata from this CourseSection.
Parameters: group - The framework group |
getGroup | public Group getGroup()(Code) | | Access the group object being decorated. This field is transient, so this
is likely to return null. This method should not be added to the CourseSection
interface, since it is implementation dependent.
The transient Group object being modeled. |
hashCode | public int hashCode()(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setMaxEnrollments | public void setMaxEnrollments(Integer maxEnrollments)(Code) | | |
|
|