Uses of Class
org.openurp.edu.clazz.model.Restriction
Packages that use Restriction
-
Uses of Restriction in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return RestrictionModifier and TypeMethodDescriptionEnrollment.getOrCreateDefautRestriction()获取或者创建Prime=true的限制组
如果已经有,那么返回第一个Prime=true的限制组RestrictionItem.getRestriction()Methods in org.openurp.edu.clazz.model that return types with arguments of type RestrictionMethods in org.openurp.edu.clazz.model with parameters of type RestrictionModifier and TypeMethodDescriptionvoidEnrollment.addLimitGroups(Clazz clazz, Restriction... groups)voidRestrictionItem.setRestriction(Restriction restriction)Method parameters in org.openurp.edu.clazz.model with type arguments of type RestrictionModifier and TypeMethodDescriptionvoidEnrollment.addLimitGroups(Clazz clazz, List<Restriction> groups)voidEnrollment.setRestrictions(List<Restriction> limitGroups)