Uses of Class
org.openurp.base.model.Semester
-
-
Uses of Semester in org.beangle.commons.lang.time
Methods in org.beangle.commons.lang.time with parameters of type Semester Modifier and Type Method Description static StringWeekStates. digestWeekTime(WeekTime time, Semester semester)这个方法都是在ftl里使用的 -
Uses of Semester in org.openurp.base.model
Methods in org.openurp.base.model that return Semester Modifier and Type Method Description SemesterCalendar. getNearest()SemesterSemesterStage. getSemester()Methods in org.openurp.base.model that return types with arguments of type Semester Modifier and Type Method Description List<Semester>Calendar. getSemesters()Methods in org.openurp.base.model with parameters of type Semester Modifier and Type Method Description booleanSemester. after(Semester semester)booleanSemester. before(Semester semester)intSemester. compareTo(Semester other)比较学生类别\学年度\起始日期voidSemesterStage. setSemester(Semester semester)Method parameters in org.openurp.base.model with type arguments of type Semester Modifier and Type Method Description voidCalendar. setSemesters(List<Semester> semesters) -
Uses of Semester in org.openurp.base.time
Methods in org.openurp.base.time with parameters of type Semester Modifier and Type Method Description static DateWeekTimeBuilder. getDate(Semester semester, int teachWeek, WeekDay weekday)static org.beangle.commons.lang.tuple.Pair<Date,Date>WeekTimeBuilder. getDateRange(Semester semester, int weekIndex)static intWeekTimeBuilder. getOffset(Semester semester, WeekDay weekday)static intWeekTimeBuilder. getReverseOffset(Semester semester, WeekDay weekday)static DateWeekTimeBuilder. getStartOn(Semester semester, WeekDay weekday)static intWeekTimeBuilder. getStartYear(Semester semester)static WeekDay[]WeekTimeBuilder. getWeekDays(Semester semester)static List<Date>WeekTimeBuilder. getYearStartOns(Semester semester, WeekDay weekday)static WeekTimeBuilderWeekTimeBuilder. on(Semester semester)static intWeekTimeBuilder. weekIndexOf(Semester semester, Date oneday) -
Uses of Semester in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return types with arguments of type Semester Modifier and Type Method Description List<Semester>Project. getSemesters() -
Uses of Semester in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as Semester Modifier and Type Field Description protected SemesterExamActivity. semester学年学期protected SemesterExamRoom. semester学年学期Methods in org.openurp.edu.exam.model that return Semester Modifier and Type Method Description SemesterExamActivity. getSemester()SemesterExamGroup. getSemester()SemesterExamRoom. getSemester()SemesterExamTask. getSemester()SemesterInvigilator. getSemester()Methods in org.openurp.edu.exam.model with parameters of type Semester Modifier and Type Method Description voidExamActivity. setSemester(Semester semester)voidExamGroup. setSemester(Semester semester)voidExamRoom. setSemester(Semester semester)voidExamTask. setSemester(Semester semester)voidInvigilator. setSemester(Semester semester) -
Uses of Semester in org.openurp.edu.grade
Fields in org.openurp.edu.grade declared as Semester Modifier and Type Field Description protected SemesterAbstractGrade. semester教学日历Methods in org.openurp.edu.grade that return Semester Modifier and Type Method Description SemesterAbstractGrade. getSemester()Methods in org.openurp.edu.grade with parameters of type Semester Modifier and Type Method Description voidAbstractGrade. setSemester(Semester semester) -
Uses of Semester in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return Semester Modifier and Type Method Description SemesterStdSemesterGpa. getSemester()Methods in org.openurp.edu.grade.course.model with parameters of type Semester Modifier and Type Method Description FloatStdGpa. getGpa(Semester semester)StdSemesterGpaStdGpa. getStdTermGpa(Semester semester)voidStdSemesterGpa. setSemester(Semester semester)Constructors in org.openurp.edu.grade.course.model with parameters of type Semester Constructor Description StdSemesterGpa(Semester semester, Float gpa) -
Uses of Semester in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return Semester Modifier and Type Method Description SemesterCourseTaker. getSemester()SemesterLesson. getSemester()SemesterLessonGroup. getSemester()Methods in org.openurp.edu.lesson.model with parameters of type Semester Modifier and Type Method Description voidCourseTaker. setSemester(Semester semester)voidLesson. setSemester(Semester semester)voidLessonGroup. setSemester(Semester semester)
-