Uses of Class
org.openurp.base.std.model.Student
Packages that use Student
Package
Description
-
Uses of Student in org.openurp.base.service
Methods in org.openurp.base.service that return StudentModifier and TypeMethodDescriptionStudentService.getMajorProjectStudent(Person stdPerson) 获取这个学生一专学籍StudentService.getMinorProjectStudent(Person stdPerson) 获取这个学生二专学籍StudentService.getStudent(Integer projectId, String code) 获取一个学生的学籍信息StudentService.getStudent(Long studentId) 获取一个学生的学籍信息Methods in org.openurp.base.service that return types with arguments of type StudentMethods in org.openurp.base.service with parameters of type StudentModifier and TypeMethodDescriptionvoidStudentService.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) -
Uses of Student in org.openurp.base.service.event
Constructors in org.openurp.base.service.event with parameters of type StudentModifierConstructorDescriptionAlterStudentEndOnEvent(Student source) CreateStudentEvent(Student source) -
Uses of Student in org.openurp.base.service.impl
Methods in org.openurp.base.service.impl that return StudentModifier and TypeMethodDescriptionStudentServiceImpl.getMajorProjectStudent(Person stdPerson) StudentServiceImpl.getMinorProjectStudent(Person stdPerson) StudentServiceImpl.getStudent(Integer projectId, String code) StudentServiceImpl.getStudent(Long studentId) StudentServiceImpl.getStudentByCode(String code) Methods in org.openurp.base.service.impl that return types with arguments of type StudentMethods in org.openurp.base.service.impl with parameters of type StudentModifier and TypeMethodDescriptionvoidStudentServiceImpl.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) Method parameters in org.openurp.base.service.impl with type arguments of type Student -
Uses of Student in org.openurp.base.service.wrapper
Methods in org.openurp.base.service.wrapper that return StudentMethods in org.openurp.base.service.wrapper with parameters of type Student -
Uses of Student in org.openurp.base.std.model
Methods in org.openurp.base.std.model that return StudentMethods in org.openurp.base.std.model that return types with arguments of type StudentMethods in org.openurp.base.std.model with parameters of type Student -
Uses of Student in org.openurp.edu.clazz.app.model.constraint
Methods in org.openurp.edu.clazz.app.model.constraint that return StudentModifier and TypeMethodDescriptionStdCourseCountConstraint.getStd()StdCreditConstraint.getStd()StdTotalCreditConstraint.getStd()Methods in org.openurp.edu.clazz.app.model.constraint with parameters of type Student -
Uses of Student in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return StudentMethods in org.openurp.edu.clazz.model that return types with arguments of type StudentMethods in org.openurp.edu.clazz.model with parameters of type StudentMethod parameters in org.openurp.edu.clazz.model with type arguments of type StudentConstructors in org.openurp.edu.clazz.model with parameters of type StudentModifierConstructorDescriptionCourseTaker(Clazz task, Student student, CourseTakeType courseTakeType) -
Uses of Student in org.openurp.edu.clazz.service
Methods in org.openurp.edu.clazz.service with parameters of type StudentModifier and TypeMethodDescriptionstatic ClazzRestrictionRestrictionHelper.getMatchRestriction(Clazz clazz, Student student) -
Uses of Student in org.openurp.edu.evaluation.course.model
Methods in org.openurp.edu.evaluation.course.model that return StudentMethods in org.openurp.edu.evaluation.course.model with parameters of type Student -
Uses of Student in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return StudentMethods in org.openurp.edu.exam.model with parameters of type Student -
Uses of Student in org.openurp.edu.extern.model
Methods in org.openurp.edu.extern.model that return StudentMethods in org.openurp.edu.extern.model with parameters of type Student -
Uses of Student in org.openurp.edu.grade
Fields in org.openurp.edu.grade declared as StudentMethods in org.openurp.edu.grade that return StudentMethods in org.openurp.edu.grade with parameters of type Student -
Uses of Student in org.openurp.edu.grade.app.model
Methods in org.openurp.edu.grade.app.model that return StudentMethods in org.openurp.edu.grade.app.model with parameters of type Student -
Uses of Student in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return StudentMethods in org.openurp.edu.grade.course.model with parameters of type StudentConstructors in org.openurp.edu.grade.course.model with parameters of type Student -
Uses of Student in org.openurp.edu.grade.course.service
Methods in org.openurp.edu.grade.course.service that return StudentModifier and TypeMethodDescriptionStdGradeService.getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) Methods in org.openurp.edu.grade.course.service that return types with arguments of type StudentModifier and TypeMethodDescriptionCourseGradeProvider.getAll(Collection<Student> stds, Semester... semesters) 查询一批学生所有成绩CourseGradeProvider.getPublished(Collection<Student> stds, Semester... semesters) 查询一批学生发布的成绩Methods in org.openurp.edu.grade.course.service with parameters of type StudentModifier and TypeMethodDescriptionbooleanStdGradeService.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=(∑(绩点*学分))/∑(学分) 平均绩点以截断的方式保留后面两位统计学生的平均绩点
除"学生"之外的其他参数均为可选参数。
平均绩点为: gpa=(∑(绩点*学分))/∑(学分) 平均绩点以截断的方式保留后面两位CourseGradeProvider.getPassedStatus(Student std) 查看学生各个课程的通过状态CourseGradeProvider.getPublished(Student std, Semester... semesters) 查询学生发布的成绩GpaStatService.stat(Student std, List<CourseGrade> grades) 根据指定数据进行统计绩点如果semesters不包含元素或者为null则统计所有学期 否则统计学生的在校semesters所包含的学期的平均绩点Method parameters in org.openurp.edu.grade.course.service with type arguments of type StudentModifier and TypeMethodDescriptionCourseGradeProvider.getAll(Collection<Student> stds, Semester... semesters) 查询一批学生所有成绩CourseGradeProvider.getPublished(Collection<Student> stds, Semester... semesters) 查询一批学生发布的成绩GpaStatService.stat(Collection<Student> stds, Semester... semesters) 统计多个学生的平均绩点和其他信息 如果semesters不包含元素或者为null则统计这些所有学期 否则统计这些学生的semesters所包含的学期的平均绩点 -
Uses of Student in org.openurp.edu.grade.course.service.impl
Methods in org.openurp.edu.grade.course.service.impl that return StudentModifier and TypeMethodDescriptionStdGradeServiceImpl.getStdByCode(String stdCode, Project project, List<Department> departments, org.beangle.commons.dao.EntityDao entityDao) Methods in org.openurp.edu.grade.course.service.impl with parameters of type StudentModifier and TypeMethodDescriptionDefaultGpaPolicy.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) DefaultGpaStatService.stat(Student std, List<CourseGrade> grades) Method parameters in org.openurp.edu.grade.course.service.impl with type arguments of type StudentModifier and TypeMethodDescriptionList<org.beangle.commons.dao.Operation> ExamTakerGeneratePublishListener.publishOneGrade(CourseGrade grade, CourseGradeSetting setting, GradeType[] gradeTypes, Map<Student, ExamTaker> examTakers) DefaultGpaStatService.stat(Collection<Student> stds, Semester... semesters) -
Uses of Student in org.openurp.edu.grade.course.service.internal
Methods in org.openurp.edu.grade.course.service.internal that return types with arguments of type StudentModifier and TypeMethodDescriptionBestGradeCourseGradeProviderImpl.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) Methods in org.openurp.edu.grade.course.service.internal with parameters of type StudentModifier and TypeMethodDescriptionGradeCourseTypeProviderImpl.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) Method parameters in org.openurp.edu.grade.course.service.internal with type arguments of type StudentModifier and TypeMethodDescriptionBestGradeCourseGradeProviderImpl.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) -
Uses of Student in org.openurp.edu.grade.course.service.stat
Fields in org.openurp.edu.grade.course.service.stat declared as StudentMethods in org.openurp.edu.grade.course.service.stat that return StudentMethods in org.openurp.edu.grade.course.service.stat with parameters of type StudentConstructors in org.openurp.edu.grade.course.service.stat with parameters of type StudentModifierConstructorDescriptionStdGrade(Student std, List<CourseGrade> courseGrades, Comparator cmp, List<GradeFilter> gradeFilters) Constructor parameters in org.openurp.edu.grade.course.service.stat with type arguments of type StudentModifierConstructorDescriptionMultiStdGrade(Semester semester, Map<Student, List<CourseGrade>> grades, Float ratio) -
Uses of Student in org.openurp.edu.grade.plan.model
Methods in org.openurp.edu.grade.plan.model that return StudentMethods in org.openurp.edu.grade.plan.model with parameters of type StudentConstructors in org.openurp.edu.grade.plan.model with parameters of type Student -
Uses of Student in org.openurp.edu.grade.plan.service
Methods in org.openurp.edu.grade.plan.service that return StudentMethods in org.openurp.edu.grade.plan.service with parameters of type StudentModifier and TypeMethodDescription即时审核一个学生,结果不保存PlanAuditService.audit(Student student, AuditPlanContext context) 获得学生的计划完成审核结果
这个计划完成审核结果可能是部分审核的结果,也可能是全部审核的结果
如果作为毕业审核使用,那么就应该使用invalid reference
PlanAuditService#getSeriousResult(Student)AuditSettingService.getSetting(Student student) PlanAuditService.getSetting(Student student) Method parameters in org.openurp.edu.grade.plan.service with type arguments of type StudentModifier and TypeMethodDescriptionvoidPlanAuditService.batchAudit(Collection<Student> stds, String[] auditTerms, PlanAuditObserverStack observerStack, OutputObserver webObserver) Constructors in org.openurp.edu.grade.plan.service with parameters of type StudentModifierConstructorDescriptionAuditPlanContext(Student std, CoursePlan coursePlan, AuditSetting setting) -
Uses of Student in org.openurp.edu.grade.plan.service.internal
Methods in org.openurp.edu.grade.plan.service.internal with parameters of type StudentModifier and TypeMethodDescriptionAuditPlanServiceImpl.audit(Student student, AuditPlanContext context) AuditPlanServiceImpl.getSetting(Student student) AuditSettingServiceImpl.getSetting(Student student) Method parameters in org.openurp.edu.grade.plan.service.internal with type arguments of type StudentModifier and TypeMethodDescriptionvoidAuditPlanServiceImpl.batchAudit(Collection<Student> stds, String[] auditTerms, PlanAuditObserverStack observerStack, OutputObserver weboutput) 批量审核培养计划完成情况 -
Uses of Student in org.openurp.edu.grade.transcript.service
Method parameters in org.openurp.edu.grade.transcript.service with type arguments of type Student -
Uses of Student in org.openurp.edu.grade.transcript.service.impl
Method parameters in org.openurp.edu.grade.transcript.service.impl with type arguments of type StudentModifier and TypeMethodDescription -
Uses of Student in org.openurp.edu.program.flow
Methods in org.openurp.edu.program.flow that return StudentMethods in org.openurp.edu.program.flow with parameters of type Student -
Uses of Student in org.openurp.edu.program.major.service
Methods in org.openurp.edu.program.major.service that return StudentMethods in org.openurp.edu.program.major.service with parameters of type Student -
Uses of Student in org.openurp.edu.program.model
Methods in org.openurp.edu.program.model that return StudentMethods in org.openurp.edu.program.model with parameters of type Student -
Uses of Student in org.openurp.edu.program.plan.dao.copy
Methods in org.openurp.edu.program.plan.dao.copy that return StudentMethods in org.openurp.edu.program.plan.dao.copy with parameters of type Student -
Uses of Student in org.openurp.edu.program.plan.service
Methods in org.openurp.edu.program.plan.service that return StudentMethods in org.openurp.edu.program.plan.service that return types with arguments of type StudentModifier and TypeMethodDescriptionCoursePlanProvider.getCoursePlans(Collection<Student> students) 获得一批学生的和计划的键值对映射关系
可能这个方法以后就不用了,因为Program和学生的关系不一样了Methods in org.openurp.edu.program.plan.service with parameters of type StudentModifier and TypeMethodDescriptionAlternativeCourseService.getAlternativeCourses(Student std) 得到该学生指定专业类型的所有的替代课程CoursePlanProvider.getCoursePlan(Student std) 获得学生的计划CoursePlanProvider.getExecutivePlan(Student student) 获得专业培养计划AlternativeCourseService.getMajorAlternativeCourses(Student std) 得到该学生指定专业类型的个人替代课程CoursePlanProvider.getPlanCourses(Student student) 获得学生的计划课程AlternativeCourseService.getStdAlternativeCourses(Student std) 得到该学生指定专业类型的专业替代课程voidProgramGenParameter.setStudent(Student student) Method parameters in org.openurp.edu.program.plan.service with type arguments of type StudentModifier and TypeMethodDescriptionCoursePlanProvider.getCoursePlans(Collection<Student> students) 获得一批学生的和计划的键值对映射关系
可能这个方法以后就不用了,因为Program和学生的关系不一样了 -
Uses of Student in org.openurp.edu.program.plan.service.impl
Methods in org.openurp.edu.program.plan.service.impl that return types with arguments of type StudentModifier and TypeMethodDescriptionCoursePlanProviderImpl.getCoursePlans(Collection<Student> students) Methods in org.openurp.edu.program.plan.service.impl with parameters of type StudentModifier and TypeMethodDescriptionAlternativeCourseServiceImpl.getAlternativeCourses(Student student) 得到个人的替代课程 得到专业的替代课程CoursePlanProviderImpl.getCoursePlan(Student student) CoursePlanProviderImpl.getExecutivePlan(Student student) AlternativeCourseServiceImpl.getMajorAlternativeCourses(Student student) 得到专业的替代课程*CoursePlanProviderImpl.getPlanCourses(Student student) AlternativeCourseServiceImpl.getStdAlternativeCourses(Student student) 得到个人的替代课程*Method parameters in org.openurp.edu.program.plan.service.impl with type arguments of type StudentModifier and TypeMethodDescriptionCoursePlanProviderImpl.getCoursePlans(Collection<Student> students) -
Uses of Student in org.openurp.edu.program.plan.util
Methods in org.openurp.edu.program.plan.util with parameters of type Student -
Uses of Student in org.openurp.edu.service
Methods in org.openurp.edu.service with parameters of type StudentModifier and TypeMethodDescriptionTeachResourceService.getStdActivities(Student student, org.beangle.orm.hibernate.udt.WeekTime time, Semester semester) -
Uses of Student in org.openurp.edu.service.impl
Methods in org.openurp.edu.service.impl with parameters of type StudentModifier and TypeMethodDescriptionTeachResourceServiceImpl.getStdActivities(Student student, org.beangle.orm.hibernate.udt.WeekTime time, Semester semester) -
Uses of Student in org.openurp.edu.student.info.domain
Methods in org.openurp.edu.student.info.domain that return StudentMethods in org.openurp.edu.student.info.domain with parameters of type StudentConstructors in org.openurp.edu.student.info.domain with parameters of type Student -
Uses of Student in org.openurp.edu.student.info.service
Methods in org.openurp.edu.student.info.service with parameters of type StudentModifier and TypeMethodDescription<T extends StudentInfoBean>
TStudentInfoService.getStudentInfo(Class<T> stdClass, Student std) -
Uses of Student in org.openurp.edu.student.info.service.impl
Methods in org.openurp.edu.student.info.service.impl with parameters of type StudentModifier and TypeMethodDescription<T extends StudentInfoBean>
TStudentInfoServiceImpl.getStudentInfo(Class<T> stdClass, Student std) -
Uses of Student in org.openurp.std.alter.model
Methods in org.openurp.std.alter.model that return StudentMethods in org.openurp.std.alter.model with parameters of type Student -
Uses of Student in org.openurp.std.award
Fields in org.openurp.std.award declared as StudentMethods in org.openurp.std.award that return StudentMethods in org.openurp.std.award with parameters of type Student -
Uses of Student in org.openurp.std.fee.model
Methods in org.openurp.std.fee.model that return StudentMethods in org.openurp.std.fee.model with parameters of type Student -
Uses of Student in org.openurp.std.graduation.app.model
Methods in org.openurp.std.graduation.app.model that return StudentMethods in org.openurp.std.graduation.app.model with parameters of type Student -
Uses of Student in org.openurp.std.graduation.model
Methods in org.openurp.std.graduation.model that return StudentMethods in org.openurp.std.graduation.model with parameters of type Student -
Uses of Student in org.openurp.std.info.model
Methods in org.openurp.std.info.model that return StudentMethods in org.openurp.std.info.model with parameters of type Student -
Uses of Student in org.openurp.std.register.model
Methods in org.openurp.std.register.model that return StudentMethods in org.openurp.std.register.model with parameters of type StudentConstructors in org.openurp.std.register.model with parameters of type Student