Uses of Interface
org.openurp.edu.clazz.service.RestrictionBuilder
Packages that use RestrictionBuilder
-
Uses of RestrictionBuilder in org.openurp.edu.clazz.service
Methods in org.openurp.edu.clazz.service that return RestrictionBuilderModifier and TypeMethodDescriptionCourseLimitService.builder()获得构建器CourseLimitService.builder(Enrollment teachclass) 获得默认条件组的构建器RestrictionBuilder.clear(ClazzRestrictionMeta meta) 清除一个限制项<T extends org.beangle.commons.entity.Entity<?>>
RestrictionBuilderRestrictionBuilder.in(T... entities) 添加一到多个实体属性添加一到多个年级<T extends org.beangle.commons.entity.Entity<?>>
RestrictionBuilderRestrictionBuilder.notIn(T... entities) 添加一到多个实体属性RestrictionBuilder.notInGrades(String... grades) -
Uses of RestrictionBuilder in org.openurp.edu.clazz.service.internal
Classes in org.openurp.edu.clazz.service.internal that implement RestrictionBuilderMethods in org.openurp.edu.clazz.service.internal that return RestrictionBuilderModifier and TypeMethodDescriptionCourseLimitServiceImpl.builder()CourseLimitServiceImpl.builder(Enrollment teachclass) DefaultRestrictionBuilder.clear(ClazzRestrictionMeta meta) <T extends org.beangle.commons.entity.Entity<?>>
RestrictionBuilderDefaultRestrictionBuilder.in(T... entities) <T extends org.beangle.commons.entity.Entity<?>>
RestrictionBuilderDefaultRestrictionBuilder.notIn(T... entities) DefaultRestrictionBuilder.notInGrades(String... grades)