类的使用
org.openurp.base.std.model.Student
使用Student的程序包
程序包
说明
-
org.openurp.base.service中Student的使用
修饰符和类型方法说明StudentService.getMajorProjectStudent(Person stdPerson) 获取这个学生一专学籍StudentService.getMinorProjectStudent(Person stdPerson) 获取这个学生二专学籍StudentService.getStudent(Integer projectId, String code) 获取一个学生的学籍信息StudentService.getStudent(Long studentId) 获取一个学生的学籍信息返回变量类型为Student的类型的org.openurp.base.service中的方法参数类型为Student的org.openurp.base.service中的方法修饰符和类型方法说明voidStudentService.endJournal(Student std, Date endOn, StudentStatus graduated) StudentService.getGraduate(Student std) StudentService.getJournal(Student student) StudentService.getJournal(Student student, Date date) StudentService.getStdStatus(Student student) StudentService.getStdStatus(Student student, Date date) booleanbooleanbooleanStudentService.isInschool(Student student) booleanStudentService.isInschool(Student student, Date date) booleanStudentTimeService.isOccupied(org.beangle.orm.hibernate.udt.WeekTime time, Student... stds) 得到一组学生在给定的时间段内是否冲突voidSquadService.updateStudentSquad(Student std, Collection squades, Project project) -
org.openurp.base.service.event中Student的使用
参数类型为Student的org.openurp.base.service.event中的构造器 -
org.openurp.base.service.impl中Student的使用
修饰符和类型方法说明StudentServiceImpl.getMajorProjectStudent(Person stdPerson) StudentServiceImpl.getMinorProjectStudent(Person stdPerson) StudentServiceImpl.getStudent(Integer projectId, String code) StudentServiceImpl.getStudent(Long studentId) StudentServiceImpl.getStudentByCode(String code) 返回变量类型为Student的类型的org.openurp.base.service.impl中的方法参数类型为Student的org.openurp.base.service.impl中的方法修饰符和类型方法说明voidStudentServiceImpl.endJournal(Student std, Date endOn, StudentStatus graduated) StudentServiceImpl.getGraduate(Student std) StudentServiceImpl.getJournal(Student student) StudentServiceImpl.getJournal(Student student, Date date) StudentServiceImpl.getStdStatus(Student student) StudentServiceImpl.getStdStatus(Student student, Date date) booleanbooleanbooleanStudentServiceImpl.isInschool(Student student) booleanStudentServiceImpl.isInschool(Student student, Date date) voidSquadServiceImpl.updateStudentSquad(Student std, Collection squades, Project project) 类型变量类型为Student的org.openurp.base.service.impl中的方法参数 -
org.openurp.base.service.wrapper中Student的使用
参数类型为Student的org.openurp.base.service.wrapper中的方法 -
org.openurp.base.std.model中Student的使用
返回变量类型为Student的类型的org.openurp.base.std.model中的方法参数类型为Student的org.openurp.base.std.model中的方法 -
org.openurp.edu.clazz.app.model.constraint中Student的使用
-
org.openurp.edu.clazz.model中Student的使用
返回变量类型为Student的类型的org.openurp.edu.clazz.model中的方法参数类型为Student的org.openurp.edu.clazz.model中的方法类型变量类型为Student的org.openurp.edu.clazz.model中的方法参数参数类型为Student的org.openurp.edu.clazz.model中的构造器 -
org.openurp.edu.clazz.service中Student的使用
参数类型为Student的org.openurp.edu.clazz.service中的方法 -
org.openurp.edu.evaluation.course.model中Student的使用
-
org.openurp.edu.exam.model中Student的使用
参数类型为Student的org.openurp.edu.exam.model中的方法 -
org.openurp.edu.extern.model中Student的使用
参数类型为Student的org.openurp.edu.extern.model中的方法 -
org.openurp.edu.grade中Student的使用
声明为Student的org.openurp.edu.grade中的字段返回Student的org.openurp.edu.grade中的方法参数类型为Student的org.openurp.edu.grade中的方法 -
org.openurp.edu.grade.app.model中Student的使用
参数类型为Student的org.openurp.edu.grade.app.model中的方法 -
org.openurp.edu.grade.course.model中Student的使用
参数类型为Student的org.openurp.edu.grade.course.model中的构造器 -
org.openurp.edu.grade.course.service中Student的使用
修饰符和类型方法说明StdGradeService.getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) 返回变量类型为Student的类型的org.openurp.edu.grade.course.service中的方法修饰符和类型方法说明CourseGradeProvider.getAll(Collection<Student> stds, Semester... semesters) 查询一批学生所有成绩CourseGradeProvider.getPublished(Collection<Student> stds, Semester... semesters) 查询一批学生发布的成绩修饰符和类型方法说明booleanStdGradeService.checkStdGradeExists(Student std, Semester semester, Course course, Project project) 查询学生所有成绩GradeCourseTypeProvider.getCourseType(Student std, Course course, CourseType defaultCourseType) 统计学生的在校所有学期的平均绩点GpaService.getGpa(Student std, List<CourseGrade> grades) 统计学生的平均绩点
平均绩点为: gpa=(∑(绩点*学分))/∑(学分) 平均绩点以截断的方式保留后面两位统计学生的平均绩点
除"学生"之外的其他参数均为可选参数。CourseGradeProvider.getPassedStatus(Student std) 查看学生各个课程的通过状态CourseGradeProvider.getPublished(Student std, Semester... semesters) 查询学生发布的成绩GpaStatService.stat(Student std, List<CourseGrade> grades) 根据指定数据进行统计绩点如果semesters不包含元素或者为null则统计所有学期 否则统计学生的在校semesters所包含的学期的平均绩点类型变量类型为Student的org.openurp.edu.grade.course.service中的方法参数修饰符和类型方法说明CourseGradeProvider.getAll(Collection<Student> stds, Semester... semesters) 查询一批学生所有成绩CourseGradeProvider.getPublished(Collection<Student> stds, Semester... semesters) 查询一批学生发布的成绩GpaStatService.stat(Collection<Student> stds, Semester... semesters) 统计多个学生的平均绩点和其他信息 如果semesters不包含元素或者为null则统计这些所有学期 否则统计这些学生的semesters所包含的学期的平均绩点 -
org.openurp.edu.grade.course.service.impl中Student的使用
修饰符和类型方法说明StdGradeServiceImpl.getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) 修饰符和类型方法说明DefaultGpaPolicy.calc(Student std, List<CourseGrade> grades, boolean statDetail) GpaPolicy.calc(Student std, List<CourseGrade> grades, boolean calcDetail) 计算平均绩点booleanStdGradeServiceImpl.checkStdGradeExists(Student std, Semester semester, Course course, Project project) 判断一个学生在某一学期内某一门课程成绩是否存在DefaultGpaService.getGpa(Student std, List<CourseGrade> grades) BestGpaStatService.stat(Student std, List<CourseGrade> grades) 类型变量类型为Student的org.openurp.edu.grade.course.service.impl中的方法参数修饰符和类型方法说明List<org.beangle.commons.dao.Operation>ExamTakerGeneratePublishListener.publishOneGrade(CourseGrade grade, CourseGradeSetting setting, GradeType[] gradeTypes, Map<Student, ExamTaker> examTakers) BestGpaStatService.stat(Collection<Student> stds, Semester... semesters) -
org.openurp.edu.grade.course.service.internal中Student的使用
返回变量类型为Student的类型的org.openurp.edu.grade.course.service.internal中的方法修饰符和类型方法说明BestGradeCourseGradeProviderImpl.getAll(Collection<Student> stds, Semester... semesters) CourseGradeProviderImpl.getAll(Collection<Student> stds, Semester... semesters) BestGradeCourseGradeProviderImpl.getPublished(Collection<Student> stds, Semester... semesters) CourseGradeProviderImpl.getPublished(Collection<Student> stds, Semester... semesters) 修饰符和类型方法说明GradeCourseTypeProviderImpl.getCourseType(Student std, Course course, CourseType defaultCourseType) BestGradeCourseGradeProviderImpl.getPassedStatus(Student std) CourseGradeProviderImpl.getPassedStatus(Student std) BestGradeCourseGradeProviderImpl.getPublished(Student std, Semester... semesters) CourseGradeProviderImpl.getPublished(Student std, Semester... semesters) 类型变量类型为Student的org.openurp.edu.grade.course.service.internal中的方法参数修饰符和类型方法说明BestGradeCourseGradeProviderImpl.getAll(Collection<Student> stds, Semester... semesters) CourseGradeProviderImpl.getAll(Collection<Student> stds, Semester... semesters) BestGradeCourseGradeProviderImpl.getPublished(Collection<Student> stds, Semester... semesters) CourseGradeProviderImpl.getPublished(Collection<Student> stds, Semester... semesters) -
org.openurp.edu.grade.course.service.stat中Student的使用
限定符构造器说明StdGrade(Student std, List<CourseGrade> courseGrades, Comparator cmp, List<GradeFilter> gradeFilters) 类型变量类型为Student的org.openurp.edu.grade.course.service.stat中的构造器参数 -
org.openurp.edu.grade.plan.model中Student的使用
参数类型为Student的org.openurp.edu.grade.plan.model中的方法参数类型为Student的org.openurp.edu.grade.plan.model中的构造器 -
org.openurp.edu.grade.plan.service中Student的使用
修饰符和类型方法说明即时审核一个学生,结果不保存PlanAuditService.audit(Student student, PlanAuditContext context) 获得学生的计划完成审核结果
这个计划完成审核结果可能是部分审核的结果,也可能是全部审核的结果
如果作为毕业审核使用,那么就应该使用PlanAuditService#getSeriousResult(Student)AuditSettingService.getSetting(Student student) PlanAuditService.getSetting(Student student) 类型变量类型为Student的org.openurp.edu.grade.plan.service中的方法参数修饰符和类型方法说明voidPlanAuditService.batchAudit(Collection<Student> stds, String[] auditTerms, PlanAuditObserverStack observerStack, OutputWebObserver webObserver) 参数类型为Student的org.openurp.edu.grade.plan.service中的构造器 -
org.openurp.edu.grade.plan.service.internal中Student的使用
修饰符和类型方法说明PlanAuditServiceImpl.audit(Student student, PlanAuditContext context) AuditSettingServiceImpl.getSetting(Student student) PlanAuditServiceImpl.getSetting(Student student) 类型变量类型为Student的org.openurp.edu.grade.plan.service.internal中的方法参数修饰符和类型方法说明voidPlanAuditServiceImpl.batchAudit(Collection<Student> stds, String[] auditTerms, PlanAuditObserverStack observerStack, OutputWebObserver weboutput) 批量审核培养计划完成情况 -
org.openurp.edu.grade.transcript.service中Student的使用
类型变量类型为Student的org.openurp.edu.grade.transcript.service中的方法参数 -
org.openurp.edu.grade.transcript.service.impl中Student的使用
类型变量类型为Student的org.openurp.edu.grade.transcript.service.impl中的方法参数修饰符和类型方法说明 -
org.openurp.edu.program.app.model中Student的使用
参数类型为Student的org.openurp.edu.program.app.model中的方法 -
org.openurp.edu.program.major.service中Student的使用
-
org.openurp.edu.program.model中Student的使用
参数类型为Student的org.openurp.edu.program.model中的方法 -
org.openurp.edu.program.plan.dao.copy中Student的使用
-
org.openurp.edu.program.plan.service中Student的使用
返回变量类型为Student的类型的org.openurp.edu.program.plan.service中的方法修饰符和类型方法说明CoursePlanProvider.getCoursePlans(Collection<Student> students) 获得一批学生的和计划的键值对映射关系
可能这个方法以后就不用了,因为Program和学生的关系不一样了修饰符和类型方法说明PersonalPlanService.genPersonalPlan(Student std) AlternativeCourseService.getAlternativeCourses(Student std) 得到该学生指定专业类型的所有的替代课程CoursePlanProvider.getCoursePlan(Student std) 获得学生的计划CoursePlanProvider.getExecutionPlan(Student student) 获得专业培养计划PersonalPlanService.getExecutionPlanForDiff(Student std) 尝试获取学生的专业计划,以提供给个人和专业计划对比使用AlternativeCourseService.getMajorAlternativeCourses(Student std) 得到该学生指定专业类型的个人替代课程CoursePlanProvider.getPersonalPlan(Student student) 获得单个学生的个人计划CoursePlanProvider.getPlanCourses(Student student) 获得学生的计划课程AlternativeCourseService.getStdAlternativeCourses(Student std) 得到该学生指定专业类型的专业替代课程voidProgramGenParameter.setStudent(Student student) 类型变量类型为Student的org.openurp.edu.program.plan.service中的方法参数修饰符和类型方法说明CoursePlanProvider.getCoursePlans(Collection<Student> students) 获得一批学生的和计划的键值对映射关系
可能这个方法以后就不用了,因为Program和学生的关系不一样了 -
org.openurp.edu.program.plan.service.impl中Student的使用
返回变量类型为Student的类型的org.openurp.edu.program.plan.service.impl中的方法修饰符和类型方法说明PersonalPlanServiceImpl.genPersonalPlan(Student std) AlternativeCourseServiceImpl.getAlternativeCourses(Student student) 得到个人的替代课程 得到专业的替代课程CoursePlanProviderImpl.getCoursePlan(Student student) CoursePlanProviderImpl.getExecutionPlan(Student student) PersonalPlanServiceImpl.getExecutionPlanForDiff(Student std) AlternativeCourseServiceImpl.getMajorAlternativeCourses(Student student) 得到专业的替代课程*CoursePlanProviderImpl.getPersonalPlan(Student std) CoursePlanProviderImpl.getPlanCourses(Student student) AlternativeCourseServiceImpl.getStdAlternativeCourses(Student student) 得到个人的替代课程*类型变量类型为Student的org.openurp.edu.program.plan.service.impl中的方法参数 -
org.openurp.edu.program.plan.util中Student的使用
参数类型为Student的org.openurp.edu.program.plan.util中的方法 -
org.openurp.edu.service中Student的使用
参数类型为Student的org.openurp.edu.service中的方法修饰符和类型方法说明TeachResourceService.getStdActivities(Student student, org.beangle.orm.hibernate.udt.WeekTime time, Semester semester) -
org.openurp.edu.service.impl中Student的使用
参数类型为Student的org.openurp.edu.service.impl中的方法修饰符和类型方法说明TeachResourceServiceImpl.getStdActivities(Student student, org.beangle.orm.hibernate.udt.WeekTime time, Semester semester) -
org.openurp.edu.student.info.domain中Student的使用
参数类型为Student的org.openurp.edu.student.info.domain中的构造器 -
org.openurp.edu.student.info.service中Student的使用
修饰符和类型方法说明<T extends StudentInfoBean>
TStudentInfoService.getStudentInfo(Class<T> stdClass, Student std) -
org.openurp.edu.student.info.service.impl中Student的使用
修饰符和类型方法说明<T extends StudentInfoBean>
TStudentInfoServiceImpl.getStudentInfo(Class<T> stdClass, Student std) -
org.openurp.edu.web.action中Student的使用
-
org.openurp.std.alter.model中Student的使用
参数类型为Student的org.openurp.std.alter.model中的方法 -
org.openurp.std.award中Student的使用
声明为Student的org.openurp.std.award中的字段返回Student的org.openurp.std.award中的方法参数类型为Student的org.openurp.std.award中的方法 -
org.openurp.std.fee.model中Student的使用
参数类型为Student的org.openurp.std.fee.model中的方法 -
org.openurp.std.graduation.app.model中Student的使用
-
org.openurp.std.graduation.model中Student的使用
参数类型为Student的org.openurp.std.graduation.model中的方法 -
org.openurp.std.info.model中Student的使用
参数类型为Student的org.openurp.std.info.model中的方法 -
org.openurp.std.register.model中Student的使用
参数类型为Student的org.openurp.std.register.model中的方法参数类型为Student的org.openurp.std.register.model中的构造器