| Modifier and Type | Method and Description |
|---|---|
Map<org.openurp.edu.base.model.Course,List<ExamTaker>> |
ExamRoom.getCourseStds() |
List<ExamTaker> |
ExamActivity.getExamTakers()
得到类型和学期一致的考试的名单
|
Set<ExamTaker> |
ExamRoom.getExamTakers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExamRoom.addExamTaker(ExamTaker taker) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExamActivity.setExamTakers(List<ExamTaker> examTakers) |
void |
ExamRoom.setExamTakers(Set<ExamTaker> examTakers) |
Copyright © 2014–2019 The OpenURP Software. All rights reserved.