Uses of Class
org.openurp.base.std.model.Squad
Packages that use Squad
Package
Description
-
Uses of Squad in org.openurp.base.service
Methods in org.openurp.base.service that return SquadModifier and TypeMethodDescription返回指定班级号码的学生行政班级信息.根据班级代码找到班级Methods in org.openurp.base.service with parameters of type SquadModifier and TypeMethodDescriptionvoidSquadService.saveOrUpdate(Squad squad) 保存新建的行政班级信息,如果已经存在同样的班级,则抛出异常EntityExistException. -
Uses of Squad in org.openurp.base.service.impl
Methods in org.openurp.base.service.impl that return SquadModifier and TypeMethodDescriptionMethods in org.openurp.base.service.impl with parameters of type Squad -
Uses of Squad in org.openurp.base.std.model
Methods in org.openurp.base.std.model that return SquadMethods in org.openurp.base.std.model with parameters of type Squad -
Uses of Squad in org.openurp.base.std.service
Methods in org.openurp.base.std.service that return types with arguments of type SquadModifier and TypeMethodDescriptionstatic org.beangle.commons.dao.query.builder.OqlBuilder<Squad>SquadQueryBuilder.build(ExecutionPlan plan) 用于构造根据培养计划,来查找行政班的Query -
Uses of Squad in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return types with arguments of type SquadMethod parameters in org.openurp.edu.clazz.model with type arguments of type Squad -
Uses of Squad in org.openurp.edu.clazz.service
Methods in org.openurp.edu.clazz.service that return types with arguments of type SquadModifier and TypeMethodDescriptionCourseLimitExtractorService.extractSquades(ClazzRestriction restriction) 提取Restriction中的行政班CourseLimitService.extractSquades(ClazzRestriction group) CourseLimitService.extractSquades(Enrollment teachclass) 提取教学任务中的行政班CourseLimitExtractorService.xtractSquadLimit(ClazzRestriction restriction) CourseLimitService.xtractSquadLimit(ClazzRestriction group) Map<ClazzRestriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Squad>>> CourseLimitService.xtractSquadLimit(Enrollment teachclass) -
Uses of Squad in org.openurp.edu.clazz.service.internal
Methods in org.openurp.edu.clazz.service.internal that return types with arguments of type SquadModifier and TypeMethodDescriptionCourseLimitExtractorServiceImpl.extractSquades(ClazzRestriction restriction) CourseLimitServiceImpl.extractSquades(ClazzRestriction group) CourseLimitServiceImpl.extractSquades(Enrollment teachclass) CourseLimitExtractorServiceImpl.xtractSquadLimit(ClazzRestriction restriction) CourseLimitServiceImpl.xtractSquadLimit(ClazzRestriction group) Map<ClazzRestriction,org.beangle.commons.lang.tuple.Pair<Boolean, List<Squad>>> CourseLimitServiceImpl.xtractSquadLimit(Enrollment teachclass) -
Uses of Squad in org.openurp.edu.clazz.service.limit.impl
Method parameters in org.openurp.edu.clazz.service.limit.impl with type arguments of type SquadModifier and TypeMethodDescriptionprotected voidCourseLimitSquadProvider.addCascadeQuery(org.beangle.commons.dao.query.builder.OqlBuilder<Squad> builder, Map<ClazzRestrictionMeta, String> cascadeField) -
Uses of Squad in org.openurp.edu.clazz.util
Methods in org.openurp.edu.clazz.util that return SquadMethods in org.openurp.edu.clazz.util with parameters of type SquadModifier and TypeMethodDescriptionvoidvoidConstructors in org.openurp.edu.clazz.util with parameters of type SquadModifierConstructorDescriptionCourseTaskBO(ExecutionPlan teachPlan, Squad adminClass, PlanCourse planCourse) CourseTaskBO(ExecutionPlan teachPlan, Squad adminClass, PlanCourse planCourse, Semester semester) TaskOfCourseType(CourseType courseType, Squad adminClass, Float credit) -
Uses of Squad in org.openurp.edu.grade.course.service.stat
Methods in org.openurp.edu.grade.course.service.stat that return SquadMethods in org.openurp.edu.grade.course.service.stat with parameters of type Squad -
Uses of Squad in org.openurp.edu.program.major.service
Methods in org.openurp.edu.program.major.service with parameters of type SquadModifier and TypeMethodDescriptionMajorPlanService.getMajorPlanByAdminClass(Squad clazz) 根据行政班的grade,stdType,department,major,direction,level属性来精确匹配找到一个专业培养计划 -
Uses of Squad in org.openurp.edu.program.major.service.impl
Methods in org.openurp.edu.program.major.service.impl with parameters of type Squad -
Uses of Squad in org.openurp.edu.program.plan.service
Methods in org.openurp.edu.program.plan.service with parameters of type SquadModifier and TypeMethodDescriptionstatic org.beangle.commons.dao.query.builder.OqlBuilder<ExecutionPlan>static org.beangle.commons.dao.query.builder.OqlBuilder<MajorPlan>ExecutionPlanService.getExecutionPlanByAdminClass(Squad clazz) 根据行政班的grade,stdType,department,major,direction,level属性来精确匹配找到一个专业培养计划 -
Uses of Squad in org.openurp.edu.program.plan.service.impl
Methods in org.openurp.edu.program.plan.service.impl with parameters of type SquadModifier and TypeMethodDescriptionExecutionPlanServiceImpl.getExecutionPlanByAdminClass(Squad clazz) -
Uses of Squad in org.openurp.edu.service
Methods in org.openurp.edu.service that return types with arguments of type SquadModifier and TypeMethodDescriptionTeachResourceService.querySquadByOccupyInfo(Semester semester, Integer startWeek, Integer endWeek, Integer startWeekDay, Integer endWeekDay, Integer startUnit, Integer endUnit, boolean busy, DataRealm dataRealm) 根据占用信息来详细查询班级Methods in org.openurp.edu.service with parameters of type SquadModifier and TypeMethodDescriptionTeachResourceService.getSquadActivities(Squad squad, org.beangle.orm.hibernate.udt.WeekTime time, Semester semester) -
Uses of Squad in org.openurp.edu.service.impl
Methods in org.openurp.edu.service.impl that return types with arguments of type SquadModifier and TypeMethodDescriptionTeachResourceServiceImpl.querySquadByOccupyInfo(Semester semester, Integer startWeek, Integer endWeek, Integer startWeekDay, Integer endWeekDay, Integer startUnit, Integer endUnit, boolean busy, DataRealm dataRealm) Methods in org.openurp.edu.service.impl with parameters of type SquadModifier and TypeMethodDescriptionTeachResourceServiceImpl.getSquadActivities(Squad squad, org.beangle.orm.hibernate.udt.WeekTime time, Semester semester)