Uses of Class
org.openurp.base.edu.model.Calendar
Packages that use Calendar
Package
Description
-
Uses of Calendar in org.openurp.base.edu.model
Methods in org.openurp.base.edu.model that return CalendarMethods in org.openurp.base.edu.model with parameters of type CalendarModifier and TypeMethodDescriptionvoidProject.setCalendar(Calendar calendar) voidSemester.setCalendar(Calendar calendar) -
Uses of Calendar in org.openurp.base.service
Methods in org.openurp.base.service that return CalendarMethods in org.openurp.base.service that return types with arguments of type CalendarModifier and TypeMethodDescriptionSemesterService.getCalendars(List<Project> projects) 根据培养类型找到日历方案Methods in org.openurp.base.service with parameters of type CalendarModifier and TypeMethodDescriptionSemesterService.getCurSemester(Calendar calendar) 查询对应培养类型的当前日历设置SemesterService.getNearestSemester(Calendar calendar) 查询对应培养类型的距离当前时间最近的日历设置SemesterService.getPreviousSemester(Calendar calendar) Deprecated.SemesterService.getSemester(Calendar calendar, String year, String term) 根据学期、学年度、学生类型返回一个Semester对象
没有直接对应的,凡返回上级对象的日历SemesterService.getSemester(Calendar calendar, Date date) 查询对应培养类型的当前日历设置SemesterService.getSemester(Calendar calendar, Date begOn, Date endOn) 给出指定日期相交的学期 -
Uses of Calendar in org.openurp.base.service.impl
Methods in org.openurp.base.service.impl that return CalendarMethods in org.openurp.base.service.impl that return types with arguments of type CalendarMethods in org.openurp.base.service.impl with parameters of type CalendarModifier and TypeMethodDescriptionSemesterServiceImpl.getCurSemester(Calendar calendar) SemesterServiceImpl.getNearestSemester(Calendar calendar) SemesterServiceImpl.getPreviousSemester(Calendar calendar) SemesterServiceImpl.getSemester(Calendar calendar, String schoolYear, String name) SemesterServiceImpl.getSemester(Calendar calendar, Date date) SemesterServiceImpl.getSemester(Calendar calendar, Date begOn, Date endOn)