类的使用
org.openurp.edu.clazz.model.Enrollment
使用Enrollment的程序包
程序包
说明
-
org.openurp.edu.clazz.model中Enrollment的使用
参数类型为Enrollment的org.openurp.edu.clazz.model中的方法 -
org.openurp.edu.clazz.service中Enrollment的使用
参数类型为Enrollment的org.openurp.edu.clazz.service中的方法修饰符和类型方法说明CourseLimitService.builder(Enrollment teachclass) 获得默认条件组的构建器CourseLimitService.extractAttendDeparts(Enrollment teachclass) 提取教学班中的上课院系CourseLimitService.extractDirections(Enrollment teachclass) 提取教学班中的方向CourseLimitService.extractEducations(Enrollment teachclass) 提交培养层次CourseLimitService.extractGender(Enrollment teachclass) 已过时。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) 已过时。voidCourseLimitService.mergeAll(Enrollment target, Enrollment source) 已过时。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) -
org.openurp.edu.clazz.service.internal中Enrollment的使用
修饰符和类型方法说明CourseLimitServiceImpl.builder(Enrollment teachclass) CourseLimitServiceImpl.extractAttendDeparts(Enrollment teachclass) CourseLimitServiceImpl.extractDirections(Enrollment teachclass) CourseLimitServiceImpl.extractEducations(Enrollment teachclass) CourseLimitServiceImpl.extractGender(Enrollment teachclass) 已过时。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) 已过时。voidCourseLimitServiceImpl.mergeAll(Enrollment target, Enrollment source) 已过时。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) -
org.openurp.edu.clazz.util中Enrollment的使用
参数类型为Enrollment的org.openurp.edu.clazz.util中的方法修饰符和类型方法说明static voidClazzElectionUtil.addCourseTaker(Enrollment teachclass, CourseTaker taker) 为教学班添加courseTaker
会将courseTaker里的clazz属性指向正确的clazz
会更新教学班的实际人数static voidClazzElectionUtil.addCourseTakers(Enrollment teachclass, Collection<CourseTaker> takers) 为教学班添加courseTaker
会将courseTaker里的clazz属性指向正确的clazz
会更新教学班的实际人数