Uses of Class
org.beangle.commons.lang.time.WeekTime
Packages that use WeekTime
Package
Description
-
Uses of WeekTime in org.beangle.commons.lang.time
Methods in org.beangle.commons.lang.time that return WeekTimeMethods in org.beangle.commons.lang.time that return types with arguments of type WeekTimeModifier and TypeMethodDescriptionWeekTimes.mergeTimes(List<WeekTime> tobeMerged)合并相邻或者重叠的时间段
前提条件是待合并的Methods in org.beangle.commons.lang.time with parameters of type WeekTimeModifier and TypeMethodDescriptionstatic booleanWeekTimes.canMergerWith(WeekTime me, WeekTime other)判断两个时间是否可以合并
判断标准为 (weekState、weekday相等) 且 (上课节次相连 或 上课节次相交) 或者节次相等则可以合并周次intbooleanstatic void77777 将两上课时间进行合并,前提是这两上课时间可以合并Method parameters in org.beangle.commons.lang.time with type arguments of type WeekTimeModifier and TypeMethodDescriptionWeekTimes.mergeTimes(List<WeekTime> tobeMerged)合并相邻或者重叠的时间段
前提条件是待合并的Constructors in org.beangle.commons.lang.time with parameters of type WeekTime -
Uses of WeekTime in org.openurp.base.edu.model
Methods in org.openurp.base.edu.model that return WeekTimeModifier and TypeMethodDescriptionstatic WeekTimestatic WeekTimeWeekTimeBuilder.of(int startWeek, int endWeek, NumberSequence.Pattern pattern)static WeekTimeWeekTimeBuilder.of(Date startOn, HourMinute beginAt, HourMinute endAt)构造某个日期(beginAt, endAt必须是同一天,只是时间不同)的WeekTimeMethods in org.openurp.base.edu.model that return types with arguments of type WeekTimeModifier and TypeMethodDescriptionWeekTimeBuilder.build(WeekDay weekday, Collection<Integer> weeks)WeekTimeBuilder.buildOnOldWeekStr(WeekDay weekday, String weekstr)Methods in org.openurp.base.edu.model with parameters of type WeekTimeModifier and TypeMethodDescriptionstatic StringWeekTimeBuilder.digestWeekTime(WeekTime time, Semester semester)这个方法都是在ftl里使用的static booleanWeekTimeBuilder.needNormalize(WeekTime wt)static WeekTime -
Uses of WeekTime in org.openurp.edu.clazz.model
Fields in org.openurp.edu.clazz.model declared as WeekTimeMethods in org.openurp.edu.clazz.model that return WeekTimeMethods in org.openurp.edu.clazz.model with parameters of type WeekTimeConstructors in org.openurp.edu.clazz.model with parameters of type WeekTime -
Uses of WeekTime in org.openurp.edu.room.model
Fields in org.openurp.edu.room.model declared as WeekTimeMethods in org.openurp.edu.room.model that return WeekTimeMethods in org.openurp.edu.room.model with parameters of type WeekTime