Uses of Class
org.openurp.edu.course.model.Clazz
-
Packages that use Clazz Package Description org.openurp.edu.course.model org.openurp.edu.exam.model org.openurp.edu.grade.course.model -
-
Uses of Clazz in org.openurp.edu.course.model
Fields in org.openurp.edu.course.model declared as Clazz Modifier and Type Field Description protected ClazzSession. clazz教学任务Methods in org.openurp.edu.course.model that return Clazz Modifier and Type Method Description ClazzClazz. clone()id为null 课程序号为nullClazzCourseTaker. getClazz()ClazzMaterial. getClazz()ClazzRestriction. getClazz()ClazzSession. getClazz()static ClazzClazz. getDefault()Methods in org.openurp.edu.course.model that return types with arguments of type Clazz Modifier and Type Method Description Set<Clazz>ClazzGroup. getClazzes()Methods in org.openurp.edu.course.model with parameters of type Clazz Modifier and Type Method Description booleanClazzGroup. addClazz(Clazz clazz)voidEnrollment. addLimitGroups(Clazz clazz, List<Restriction> groups)voidEnrollment. addLimitGroups(Clazz clazz, Restriction... groups)booleanClazzGroup. removeClazz(Clazz clazz)voidCourseTaker. setClazz(Clazz task)voidMaterial. setClazz(Clazz clazz)voidRestriction. setClazz(Clazz clazz)voidSession. setClazz(Clazz clazz)Method parameters in org.openurp.edu.course.model with type arguments of type Clazz Modifier and Type Method Description voidClazzGroup. setClazzes(Set<Clazz> clazzes)Constructors in org.openurp.edu.course.model with parameters of type Clazz Constructor Description CourseTaker(Clazz task, Student student, CourseTakeType courseTakeType) -
Uses of Clazz in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as Clazz Modifier and Type Field Description protected ClazzExamActivity. clazz教学任务Methods in org.openurp.edu.exam.model that return Clazz Modifier and Type Method Description ClazzExamActivity. getClazz()ClazzExamClazz. getClazz()ClazzExamTaker. getClazz()ClazzInvigilationClazzQuota. getClazz()Methods in org.openurp.edu.exam.model that return types with arguments of type Clazz Modifier and Type Method Description Set<Clazz>ExamRoom. getClazzes()List<Clazz>ExamTask. getClazzes()Methods in org.openurp.edu.exam.model with parameters of type Clazz Modifier and Type Method Description voidExamActivity. setClazz(Clazz clazz)voidExamClazz. setClazz(Clazz clazz)voidExamTaker. setClazz(Clazz clazz)voidInvigilationClazzQuota. setClazz(Clazz clazz)Constructors in org.openurp.edu.exam.model with parameters of type Clazz Constructor Description InvigilationClazzQuota(Clazz clazz, Teacher teacher) -
Uses of Clazz in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return Clazz Modifier and Type Method Description ClazzCourseGrade. getClazz()ClazzCourseGradeState. getClazz()Methods in org.openurp.edu.grade.course.model with parameters of type Clazz Modifier and Type Method Description voidCourseGrade. setClazz(Clazz clazz)voidCourseGradeState. setClazz(Clazz clazz)Constructors in org.openurp.edu.grade.course.model with parameters of type Clazz Constructor Description CourseGradeState(Clazz clazz)
-