类 CourseLimitExtractorServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.edu.clazz.service.internal.CourseLimitExtractorServiceImpl
- 所有已实现的接口:
CourseLimitExtractorService
public class CourseLimitExtractorServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements CourseLimitExtractorService
-
字段概要
从类继承的字段 org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明extractAttendDeparts(Restriction restriction) 提取Restriction中的上课院系extractDirections(Restriction restriction) 提取Restriction中的方向extractEducations(Restriction restriction) 提取培养层次extractGender(Restriction restriction) 提取Restriction中的性别extractGrade(Restriction restriction) 提交Restriction中的年级extractMajors(Restriction restriction) 提取Restriction中的专业extractSquades(Restriction restriction) 提取Restriction中的行政班extractStdTypes(Restriction restriction) 提取Restriction中的学生类别org.beangle.commons.lang.tuple.Pair<Boolean,List<Department>> xtractAttendDepartLimit(Restriction restriction) xtractDirectionLimit(Restriction restriction) org.beangle.commons.lang.tuple.Pair<Boolean,List<EducationLevel>> xtractEducationLimit(Restriction restriction) xtractGradeLimit(Restriction restriction) xtractMajorLimit(Restriction restriction) xtractSquadLimit(Restriction restriction) xtractStdTypeLimit(Restriction restriction) 从类继承的方法 org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
构造器详细资料
-
CourseLimitExtractorServiceImpl
public CourseLimitExtractorServiceImpl()
-
-
方法详细资料
-
extractEducations
从接口复制的说明:CourseLimitExtractorService提取培养层次- 指定者:
extractEducations在接口中CourseLimitExtractorService- 返回:
-
extractSquades
从接口复制的说明:CourseLimitExtractorService提取Restriction中的行政班- 指定者:
extractSquades在接口中CourseLimitExtractorService- 返回:
-
extractGrade
从接口复制的说明:CourseLimitExtractorService提交Restriction中的年级- 指定者:
extractGrade在接口中CourseLimitExtractorService- 返回:
-
extractStdTypes
从接口复制的说明:CourseLimitExtractorService提取Restriction中的学生类别- 指定者:
extractStdTypes在接口中CourseLimitExtractorService- 返回:
-
extractMajors
从接口复制的说明:CourseLimitExtractorService提取Restriction中的专业- 指定者:
extractMajors在接口中CourseLimitExtractorService- 返回:
-
extractDirections
从接口复制的说明:CourseLimitExtractorService提取Restriction中的方向- 指定者:
extractDirections在接口中CourseLimitExtractorService- 返回:
-
extractAttendDeparts
从接口复制的说明:CourseLimitExtractorService提取Restriction中的上课院系- 指定者:
extractAttendDeparts在接口中CourseLimitExtractorService- 返回:
-
extractGender
从接口复制的说明:CourseLimitExtractorService提取Restriction中的性别- 指定者:
extractGender在接口中CourseLimitExtractorService- 返回:
-
xtractEducationLimit
public org.beangle.commons.lang.tuple.Pair<Boolean,List<EducationLevel>> xtractEducationLimit(Restriction restriction) -
xtractSquadLimit
public org.beangle.commons.lang.tuple.Pair<Boolean,List<Squad>> xtractSquadLimit(Restriction restriction) - 指定者:
xtractSquadLimit在接口中CourseLimitExtractorService
-
xtractAttendDepartLimit
public org.beangle.commons.lang.tuple.Pair<Boolean,List<Department>> xtractAttendDepartLimit(Restriction restriction) -
xtractDirectionLimit
public org.beangle.commons.lang.tuple.Pair<Boolean,List<Direction>> xtractDirectionLimit(Restriction restriction) -
xtractGradeLimit
public org.beangle.commons.lang.tuple.Pair<Boolean,List<String>> xtractGradeLimit(Restriction restriction) - 指定者:
xtractGradeLimit在接口中CourseLimitExtractorService
-
xtractMajorLimit
public org.beangle.commons.lang.tuple.Pair<Boolean,List<Major>> xtractMajorLimit(Restriction restriction) - 指定者:
xtractMajorLimit在接口中CourseLimitExtractorService
-
xtractStdTypeLimit
public org.beangle.commons.lang.tuple.Pair<Boolean,List<StdType>> xtractStdTypeLimit(Restriction restriction)
-