Uses of Class
org.openurp.edu.grade.course.model.StdGpa
Packages that use StdGpa
Package
Description
-
Uses of StdGpa in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return StdGpaMethods in org.openurp.edu.grade.course.model with parameters of type StdGpa -
Uses of StdGpa in org.openurp.edu.grade.course.service
Methods in org.openurp.edu.grade.course.service that return StdGpaModifier and TypeMethodDescriptionGpaStatService.stat(Student std, List<CourseGrade> grades) 根据指定数据进行统计绩点如果semesters不包含元素或者为null则统计所有学期 否则统计学生的在校semesters所包含的学期的平均绩点Methods in org.openurp.edu.grade.course.service with parameters of type StdGpa -
Uses of StdGpa in org.openurp.edu.grade.course.service.impl
Methods in org.openurp.edu.grade.course.service.impl that return StdGpaModifier and TypeMethodDescriptionDefaultGpaPolicy.calc(Student std, List<CourseGrade> grades, boolean statDetail) GpaPolicy.calc(Student std, List<CourseGrade> grades, boolean calcDetail) 计算平均绩点DefaultGpaStatService.stat(Student std, List<CourseGrade> grades) Methods in org.openurp.edu.grade.course.service.impl that return types with arguments of type StdGpaMethods in org.openurp.edu.grade.course.service.impl with parameters of type StdGpaModifier and TypeMethodDescriptionvoidvoidDefaultGpaStatService.refresh(StdGpa stdGpa, List<CourseGrade> grades) Method parameters in org.openurp.edu.grade.course.service.impl with type arguments of type StdGpa -
Uses of StdGpa in org.openurp.edu.grade.course.service.stat
Fields in org.openurp.edu.grade.course.service.stat declared as StdGpaMethods in org.openurp.edu.grade.course.service.stat that return StdGpaMethods in org.openurp.edu.grade.course.service.stat with parameters of type StdGpa