Uses of Class
org.openurp.edu.clazz.model.Session
Packages that use Session
-
Uses of Session in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return types with arguments of type SessionModifier and TypeMethodDescriptionSchedule.getSessions()Session.mergeActivites(List<Session> tobeMerged)合并在年份和教学周占用上,可以合并的教学活动
合并标准是年份,教学周,教室,教师,星期Methods in org.openurp.edu.clazz.model with parameters of type SessionModifier and TypeMethodDescriptionbooleanSession.canMergerWith(Session session)判断该教学活动的时间段能否与目标教学活动在[相邻时间段]上合并intteacher room weekday startUnit weekstate null will be put first,if another is not nullvoid将两排课活动合并,前提是两活动可以合并Method parameters in org.openurp.edu.clazz.model with type arguments of type SessionModifier and TypeMethodDescriptionSession.mergeActivites(List<Session> tobeMerged)合并在年份和教学周占用上,可以合并的教学活动
合并标准是年份,教学周,教室,教师,星期voidSchedule.setSessions(Set<Session> sessions)