Uses of Class
org.openurp.edu.clazz.model.Enrollment
Packages that use Enrollment
Package
Description
-
Uses of Enrollment in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return EnrollmentModifier and TypeMethodDescriptionEnrollment.clone()复制一个教学班,但并不复制他所在的教学任务引用
和教学班中的实际学生修读信息和实际学生数.Clazz.getEnrollment()Methods in org.openurp.edu.clazz.model with parameters of type Enrollment -
Uses of Enrollment in org.openurp.edu.clazz.service
Methods in org.openurp.edu.clazz.service with parameters of type EnrollmentModifier and TypeMethodDescriptionCourseLimitService.builder(Enrollment teachclass) 获得默认条件组的构建器CourseLimitService.extractAttendDeparts(Enrollment teachclass) 提取教学班中的上课院系CourseLimitService.extractDirections(Enrollment teachclass) 提取教学班中的方向CourseLimitService.extractEducations(Enrollment teachclass) 提交培养层次CourseLimitService.extractGender(Enrollment teachclass) Deprecated.CourseLimitService.extractGrade(Enrollment teachclass) 提交教学班中的年级CourseLimitService.extractLonelyTakers(Enrollment teachclass) 获得教学任务中不属于任务中任何一个行政班的选课记录CourseLimitService.extractMajors(Enrollment teachclass) 提取教学班中的专业CourseLimitService.extractSquades(Enrollment teachclass) 提取教学任务中的行政班CourseLimitService.extractStdTypes(Enrollment teachclass) 提取教学班中的学生类别voidCourseLimitService.limitEnrollment(boolean operator, Enrollment teachclass, String... grades) <T extends org.beangle.commons.entity.Entity<?>>
voidCourseLimitService.limitEnrollment(boolean operator, Enrollment teachclass, T... entities) voidCourseLimitService.merge(Long mergeType, Enrollment target, Enrollment source) Deprecated.voidCourseLimitService.mergeAll(Enrollment target, Enrollment source) Deprecated.Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Department>>> CourseLimitService.xtractAttendDepartLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Direction>>> CourseLimitService.xtractDirectionLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<EducationLevel>>> CourseLimitService.xtractEducationLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<String>>> CourseLimitService.xtractGradeLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Major>>> CourseLimitService.xtractMajorLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Squad>>> CourseLimitService.xtractSquadLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<StdType>>> CourseLimitService.xtractStdTypeLimit(Enrollment teachclass) -
Uses of Enrollment in org.openurp.edu.clazz.service.internal
Methods in org.openurp.edu.clazz.service.internal with parameters of type EnrollmentModifier and TypeMethodDescriptionCourseLimitServiceImpl.builder(Enrollment teachclass) CourseLimitServiceImpl.extractAttendDeparts(Enrollment teachclass) CourseLimitServiceImpl.extractDirections(Enrollment teachclass) CourseLimitServiceImpl.extractEducations(Enrollment teachclass) CourseLimitServiceImpl.extractGender(Enrollment teachclass) Deprecated.CourseLimitServiceImpl.extractGrade(Enrollment teachclass) CourseLimitServiceImpl.extractLonelyTakers(Enrollment teachclass) CourseLimitServiceImpl.extractMajors(Enrollment teachclass) CourseLimitServiceImpl.extractSquades(Enrollment teachclass) CourseLimitServiceImpl.extractStdTypes(Enrollment teachclass) voidCourseLimitServiceImpl.limitEnrollment(boolean inclusive, Enrollment teachclass, String... grades) <T extends org.beangle.commons.entity.Entity<?>>
voidCourseLimitServiceImpl.limitEnrollment(boolean inclusive, Enrollment teachclass, T... entities) voidCourseLimitServiceImpl.merge(Long mergeType, Enrollment target, Enrollment source) Deprecated.voidCourseLimitServiceImpl.mergeAll(Enrollment target, Enrollment source) Deprecated.Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Department>>> CourseLimitServiceImpl.xtractAttendDepartLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Direction>>> CourseLimitServiceImpl.xtractDirectionLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<EducationLevel>>> CourseLimitServiceImpl.xtractEducationLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<String>>> CourseLimitServiceImpl.xtractGradeLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Major>>> CourseLimitServiceImpl.xtractMajorLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Squad>>> CourseLimitServiceImpl.xtractSquadLimit(Enrollment teachclass) Map<Restriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<StdType>>> CourseLimitServiceImpl.xtractStdTypeLimit(Enrollment teachclass) -
Uses of Enrollment in org.openurp.edu.clazz.util
Methods in org.openurp.edu.clazz.util with parameters of type EnrollmentModifier and TypeMethodDescriptionstatic voidClazzElectionUtil.addCourseTaker(Enrollment teachclass, CourseTaker taker) 为教学班添加courseTaker
会将courseTaker里的clazz属性指向正确的clazz
会更新教学班的实际人数static voidClazzElectionUtil.addCourseTakers(Enrollment teachclass, Collection<CourseTaker> takers) 为教学班添加courseTaker
会将courseTaker里的clazz属性指向正确的clazz
会更新教学班的实际人数