Uses of Class
org.openurp.edu.base.model.Classroom
-
Packages that use Classroom Package Description org.openurp.edu.course.model org.openurp.edu.exam.model -
-
Uses of Classroom in org.openurp.edu.course.model
Methods in org.openurp.edu.course.model that return types with arguments of type Classroom Modifier and Type Method Description Set<Classroom>Schedule. getRooms()查询课程所安排的教室Set<Classroom>Session. getRooms()Method parameters in org.openurp.edu.course.model with type arguments of type Classroom Modifier and Type Method Description voidSession. setRooms(Set<Classroom> rooms)Constructors in org.openurp.edu.course.model with parameters of type Classroom Constructor Description Session(Teacher teacher, Classroom room, WeekTime time) -
Uses of Classroom in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return Classroom Modifier and Type Method Description ClassroomExamRoom. getRoom()Methods in org.openurp.edu.exam.model that return types with arguments of type Classroom Modifier and Type Method Description List<Classroom>ExamActivity. getClassrooms()Set<Classroom>ExamGroup. getRooms()Set<Classroom>ExamTask. getRooms()Set<Classroom>RoomGroup. getRooms()Methods in org.openurp.edu.exam.model with parameters of type Classroom Modifier and Type Method Description voidExamRoom. setRoom(Classroom room)Method parameters in org.openurp.edu.exam.model with type arguments of type Classroom Modifier and Type Method Description voidExamGroup. setRooms(Set<Classroom> rooms)voidExamTask. setRooms(Set<Classroom> rooms)voidRoomGroup. setRooms(Set<Classroom> rooms)Constructors in org.openurp.edu.exam.model with parameters of type Classroom Constructor Description ExamRoom(ExamActivity activity, Classroom room)Constructor parameters in org.openurp.edu.exam.model with type arguments of type Classroom Constructor Description RoomGroup(Long id, Set<Classroom> rooms)
-