Uses of Class
org.openurp.edu.course.model.Restriction
-
Packages that use Restriction Package Description org.openurp.edu.course.model -
-
Uses of Restriction in org.openurp.edu.course.model
Methods in org.openurp.edu.course.model that return Restriction Modifier and Type Method Description RestrictionEnrollment. getOrCreateDefautRestriction()获取或者创建Prime=true的限制组
如果已经有,那么返回第一个Prime=true的限制组RestrictionCourseTaker. getRestriction()RestrictionRestrictionItem. getRestriction()Methods in org.openurp.edu.course.model that return types with arguments of type Restriction Modifier and Type Method Description List<Restriction>Enrollment. getRestrictions()Methods in org.openurp.edu.course.model with parameters of type Restriction Modifier and Type Method Description voidEnrollment. addLimitGroups(Clazz clazz, Restriction... groups)voidCourseTaker. setRestriction(Restriction limitGroup)voidRestrictionItem. setRestriction(Restriction restriction)Method parameters in org.openurp.edu.course.model with type arguments of type Restriction Modifier and Type Method Description voidEnrollment. addLimitGroups(Clazz clazz, List<Restriction> groups)voidEnrollment. setRestrictions(List<Restriction> limitGroups)
-