Package org.openurp.edu.clazz.util
Class ProjectUtils
java.lang.Object
org.openurp.edu.clazz.util.ProjectUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Department> getColleges(Project project) 获得项目下的院系static List<Department> getTeachDeparts(Project project) 获得项目下的开课院系
-
Constructor Details
-
ProjectUtils
public ProjectUtils()
-
-
Method Details
-
getColleges
获得项目下的院系- Parameters:
project-- Returns:
-
getTeachDeparts
获得项目下的开课院系- Parameters:
project-- Returns:
-