| Package | Description |
|---|---|
| org.openurp.edu.course.model |
| Modifier and Type | Method and Description |
|---|---|
Restriction |
Enrollment.getOrCreateDefautRestriction()
获取或者创建Prime=true的限制组
如果已经有,那么返回第一个Prime=true的限制组 |
Restriction |
RestrictionItem.getRestriction() |
Restriction |
CourseTaker.getRestriction() |
| Modifier and Type | Method and Description |
|---|---|
List<Restriction> |
Enrollment.getRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Enrollment.addLimitGroups(Clazz clazz,
Restriction... groups) |
void |
RestrictionItem.setRestriction(Restriction restriction) |
void |
CourseTaker.setRestriction(Restriction limitGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
Enrollment.addLimitGroups(Clazz clazz,
List<Restriction> groups) |
void |
Enrollment.setRestrictions(List<Restriction> limitGroups) |
Copyright © 2014–2019 The OpenURP Software. All rights reserved.