| java.lang.Object org.sakaiproject.component.section.AbstractPersistentObject org.sakaiproject.component.section.LearningContextImpl org.sakaiproject.component.section.CourseSectionImpl
Constructor Summary | |
public | CourseSectionImpl() | public | CourseSectionImpl(CourseSection section) | 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(Course course, String title, String uuid, String category, Integer maxEnrollments, List meetings) |
CourseSectionImpl | public CourseSectionImpl()(Code) | | Default constructor needed by hibernate
|
CourseSectionImpl | public CourseSectionImpl(CourseSection section)(Code) | | Converts an arbitrary CourseSection into an instance of this class
|
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 - |
compareTo | public int compareTo(Object o)(Code) | | Compares CourseSectionImpls based on their category ID and title. Sections
without a category are sorted last.
|
getEid | public String getEid()(Code) | | Standalone does not support the notion of enterprise-defined CourseSections.
|
setMaxEnrollments | public void setMaxEnrollments(Integer maxEnrollments)(Code) | | |
setMeetings | public void setMeetings(List meetings)(Code) | | |
|
|