Uses of Class
org.openurp.edu.program.model.ShareCourseGroup
Packages that use ShareCourseGroup
-
Uses of ShareCourseGroup in org.openurp.edu.program.model
Fields in org.openurp.edu.program.model declared as ShareCourseGroupFields in org.openurp.edu.program.model with type parameters of type ShareCourseGroupMethods in org.openurp.edu.program.model that return ShareCourseGroupMethods in org.openurp.edu.program.model that return types with arguments of type ShareCourseGroupModifier and TypeMethodDescriptionShareCourseGroup.getChildren()SharePlan.getGroups()SharePlan.getTopCourseGroups()Methods in org.openurp.edu.program.model with parameters of type ShareCourseGroupModifier and TypeMethodDescriptionvoidSharePlan.addGroup(ShareCourseGroup group)voidSharePlanCourse.setGroup(ShareCourseGroup group)voidShareCourseGroup.setParent(ShareCourseGroup parent)Method parameters in org.openurp.edu.program.model with type arguments of type ShareCourseGroupModifier and TypeMethodDescriptionvoidShareCourseGroup.setChildren(List<ShareCourseGroup> children)voidSharePlan.setGroups(List<ShareCourseGroup> groups)