Uses of Class
org.openurp.base.model.User
| Package | Description |
|---|---|
| org.openurp.base.edu.model | |
| org.openurp.edu.clazz.model | |
| org.openurp.edu.exam.model | |
| org.openurp.edu.grade.course.model |
-
Uses of User in org.openurp.base.edu.model
Fields in org.openurp.base.edu.model declared as User Modifier and Type Field Description protected UserInstructor. user人员信息protected UserStudent. user用户protected UserTeacher. user -
Uses of User in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return User Modifier and Type Method Description UserTeachingPlan. getAuditor()UserTeachingPlan. getAuthor()Methods in org.openurp.edu.clazz.model with parameters of type User Modifier and Type Method Description voidTeachingPlan. setAuditor(User auditor)voidTeachingPlan. setAuthor(User author) -
Uses of User in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as User Modifier and Type Field Description protected UserInvigilation. invigilator监考老师Methods in org.openurp.edu.exam.model that return User Modifier and Type Method Description UserInvigilation. getInvigilator()UserInvigilationQuota. getInvigilator()Methods in org.openurp.edu.exam.model with parameters of type User Modifier and Type Method Description voidInvigilation. setInvigilator(User invigilator)voidInvigilationQuota. setInvigilator(User invigilator)Constructors in org.openurp.edu.exam.model with parameters of type User Constructor Description Invigilation(ExamRoom examRoom, User user, Department department) -
Uses of User in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return User Modifier and Type Method Description UserCourseGradeState. getInputer()Methods in org.openurp.edu.grade.course.model with parameters of type User Modifier and Type Method Description voidCourseGradeState. setInputer(User inputer)