接口 CourseLimitExtractorService
- 所有已知实现类:
CourseLimitExtractorServiceImpl
public interface CourseLimitExtractorService
-
方法概要
修饰符和类型方法说明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)
-
方法详细资料
-
xtractEducationLimit
org.beangle.commons.lang.tuple.Pair<Boolean,List<EducationLevel>> xtractEducationLimit(Restriction restriction) -
xtractSquadLimit
-
xtractGradeLimit
-
xtractStdTypeLimit
org.beangle.commons.lang.tuple.Pair<Boolean,List<StdType>> xtractStdTypeLimit(Restriction restriction) -
xtractAttendDepartLimit
org.beangle.commons.lang.tuple.Pair<Boolean,List<Department>> xtractAttendDepartLimit(Restriction restriction) -
xtractMajorLimit
-
xtractDirectionLimit
org.beangle.commons.lang.tuple.Pair<Boolean,List<Direction>> xtractDirectionLimit(Restriction restriction) -
extractEducations
提取培养层次- 参数:
restriction-- 返回:
-
extractSquades
提取Restriction中的行政班- 参数:
restriction-- 返回:
-
extractGrade
提交Restriction中的年级- 参数:
restriction-- 返回:
-
extractStdTypes
提取Restriction中的学生类别- 参数:
restriction-- 返回:
-
extractMajors
提取Restriction中的专业- 参数:
restriction-- 返回:
-
extractDirections
提取Restriction中的方向- 参数:
restriction-- 返回:
-
extractAttendDeparts
提取Restriction中的上课院系- 参数:
restriction-- 返回:
-
extractGender
提取Restriction中的性别- 参数:
restriction-- 返回:
-