Package org.ametys.odf.courselist
Interface CourseListContainer
- All Known Implementing Classes:
AbstractProgram,Container,Course,Program,SubProgram
public interface CourseListContainer
Interface representing a container of
CourseList-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsCourseList(String clId) Determines if thisCourseListContainercontains the given course list as childReturns the child course listsbooleanDetermines if thisCourseListContainercontains child course list
-
Method Details
-
getCourseLists
Returns the child course lists- Returns:
- the child course lists
-
containsCourseList
Determines if thisCourseListContainercontains the given course list as child- Parameters:
clId- id of theCourseListto test- Returns:
- true if the course list is part of this
CourseListContainer
-
hasCourseLists
boolean hasCourseLists()Determines if thisCourseListContainercontains child course list- Returns:
- true if this
CourseListContainercontains at least a child course list
-