Uses of Class
org.openurp.edu.clazz.model.Clazz
Packages that use Clazz
Package
Description
-
Uses of Clazz in org.openurp.edu.clazz.app.model
Methods in org.openurp.edu.clazz.app.model that return ClazzModifier and TypeMethodDescriptionCollisionResource.getClazz()CurriculumChangeApplication.getClazz()Methods in org.openurp.edu.clazz.app.model with parameters of type ClazzModifier and TypeMethodDescriptionvoidvoidConstructors in org.openurp.edu.clazz.app.model with parameters of type ClazzModifierConstructorDescriptionCollisionResource(Semester semester, Clazz clazz, String resourceId, CollisionResource.ResourceType resourceType) -
Uses of Clazz in org.openurp.edu.clazz.dao
Methods in org.openurp.edu.clazz.dao that return types with arguments of type ClazzModifier and TypeMethodDescriptionClazzDao.getClazzesByCategory(Serializable id, ClazzFilterStrategy strategy, Collection<Semester> semesters) 按照指定的类别获得当前学期的所有教学任务org.beangle.commons.collection.page.Page<Clazz>ClazzDao.getClazzesByCategory(Serializable id, ClazzFilterStrategy strategy, Semester semester, int pageNo, int pageSize) 按照指定的类别获取当前学期的固定页面的教学任务Methods in org.openurp.edu.clazz.dao with parameters of type ClazzModifier and TypeMethodDescriptionvoidClazzCRNGenerator.genClazzSeqNo(Clazz clazz) 依照教学任务的教学日历和学生类别进行生成序号void删除教学任务voidClazzDao.saveMergeResult(Clazz[] tasks, int target) tasks[target] is to be updated,and other's is to be deleted.voidClazzDao.saveOrUpdate(Clazz clazz) 保存新的教学任务或更新老的教学任务
如果教学任务是新的,那么就生成课程序号
如果教学任务是老的,那么就更新教学任务intClazzDao.updateClazzByCriteria(String attr, Object value, Clazz clazz, Integer[] stdTypeIds, Long[] departIds) 通过更新条件查询的覆盖结果Method parameters in org.openurp.edu.clazz.dao with type arguments of type ClazzModifier and TypeMethodDescriptionvoidClazzCRNGenerator.genClazzSeqNos(Collection<Clazz> tasks) 为一组任务生成课程序号voidClazzDao.saveGenResult(ExecutionPlan plan, Semester semester, List<Clazz> clazzes, boolean removeExists) 1)保存一个培养计划的生成结果:tasks
2)更新培养计划,记录已经生成的学期标记 -
Uses of Clazz in org.openurp.edu.clazz.dao.hibernate.internal
Methods in org.openurp.edu.clazz.dao.hibernate.internal that return types with arguments of type ClazzModifier and TypeMethodDescriptionClazzDaoHibernate.getClazzesByCategory(Serializable id, ClazzFilterStrategy strategy, Collection<Semester> semesters) org.beangle.commons.collection.page.Page<Clazz>ClazzDaoHibernate.getClazzesByCategory(Serializable id, ClazzFilterStrategy strategy, Semester semester, int pageNo, int pageSize) ClazzDaoHibernate.getClazzesOfStd(Serializable stdId, List<Semester> semesters) Methods in org.openurp.edu.clazz.dao.hibernate.internal with parameters of type ClazzModifier and TypeMethodDescriptionvoidClazzCRNGeneratorImpl.genClazzSeqNo(Clazz clazz) voidCoursePrefixSeqNoGeneratorImpl.genClazzSeqNo(Clazz clazz) ClazzDaoHibernate.getOccupancies(Clazz clazz) protected String根据任务确定前缀voidvoidClazzDaoHibernate.saveMergeResult(Clazz[] clazzes, int index) voidClazzDaoHibernate.saveOrUpdate(Clazz clazz) intClazzDaoHibernate.updateClazzByCriteria(String attr, Object value, Clazz clazz, Integer[] stdTypeIds, Long[] departIds) Method parameters in org.openurp.edu.clazz.dao.hibernate.internal with type arguments of type ClazzModifier and TypeMethodDescriptionvoidClazzCRNGeneratorImpl.genClazzSeqNos(Collection<Clazz> clazzes) 分配一组序号voidCoursePrefixSeqNoGeneratorImpl.genClazzSeqNos(Collection<Clazz> clazzes) protected voidCoursePrefixSeqNoGeneratorImpl.genClazzSeqNos(Collection<Clazz> clazzes, String prefix, List<String> seqNos) 针对一批课程生成课程序号 FIXME 需要测试voidClazzDaoHibernate.saveGenResult(ExecutionPlan plan, Semester semester, List<Clazz> clazzes, boolean removeExists) -
Uses of Clazz in org.openurp.edu.clazz.model
Fields in org.openurp.edu.clazz.model declared as ClazzModifier and TypeFieldDescriptionprotected ClazzClazzActivity.clazz教学任务protected ClazzSubclazz.clazz教学任务Methods in org.openurp.edu.clazz.model that return ClazzModifier and TypeMethodDescriptionClazz.clone()id为null 课程序号为nullClazzActivity.getClazz()CourseTaker.getClazz()FinalExam.getClazz()Restriction.getClazz()ScheduleSuggest.getClazz()Subclazz.getClazz()TeachingPlan.getClazz()static ClazzClazz.getDefault()Methods in org.openurp.edu.clazz.model that return types with arguments of type ClazzMethods in org.openurp.edu.clazz.model with parameters of type ClazzModifier and TypeMethodDescriptionbooleanvoidEnrollment.addLimitGroups(Clazz clazz, List<Restriction> groups) voidEnrollment.addLimitGroups(Clazz clazz, Restriction... groups) booleanClazzGroup.removeClazz(Clazz clazz) voidvoidvoidvoidvoidvoidvoidMethod parameters in org.openurp.edu.clazz.model with type arguments of type ClazzConstructors in org.openurp.edu.clazz.model with parameters of type ClazzModifierConstructorDescriptionCourseTaker(Clazz task, Student student, CourseTakeType courseTakeType) -
Uses of Clazz in org.openurp.edu.clazz.service
Methods in org.openurp.edu.clazz.service that return types with arguments of type ClazzModifier and TypeMethodDescriptionClazzService.copy(List<Clazz> clazzes, TaskCopyParams params) ClazzService.getClazzByCategory(Serializable id, ClazzFilterStrategy strategy, Collection<Semester> semesters) ClazzService.getClazzByCategory(Serializable id, ClazzFilterStrategy strategy, Semester semester) ClazzService.getClazzes(Semester semester, T entity) 根据课程限制组条件获取教学任务ClazzPlanRelationService.relatedClazzes(ExecutionPlan plan) 获得和计划关联的教学任务ClazzPlanRelationService.relatedClazzes(ExecutionPlan plan, Semester semester) 获得和计划关联的教学任务Methods in org.openurp.edu.clazz.service with parameters of type ClazzModifier and TypeMethodDescriptionstatic voidRestrictionHelper.autoMatches(Clazz clazz) voidorg.beangle.commons.text.i18n.MessageClazzScheduleChecker.check(Clazz clazz, List<ClazzActivity> activities) static Stringstatic StringCourseLimitService.extractPossibleCourseTakers(Clazz clazz) 如果教学任务已经有人选了,则直接返回已经选课的人
如果没有人选,那么返回所有行政班中的人voidClazzService.fillTeachers(Long[] teacherIds, Clazz clazz) 填充教师static RestrictionRestrictionHelper.getMatchRestriction(Clazz clazz, Student student) booleanCourseLimitService.isAutoName(Clazz clazz) 判断教学班名称是否自动命名voidClazzService.normalizeActivity(Clazz clazz) ClazzPlanRelationService.possibleRelatePlans(Clazz clazz) 可能会和这个课程有关联的培养计划(也就是说不是直接查询数据库中已有的关联关系)static StringMethod parameters in org.openurp.edu.clazz.service with type arguments of type ClazzModifier and TypeMethodDescriptionvoidClazzService.adjustWeekstateBySchedule(Semester semester, List<Clazz> clazzes) ClazzService.copy(List<Clazz> clazzes, TaskCopyParams params) -
Uses of Clazz in org.openurp.edu.clazz.service.impl
Methods in org.openurp.edu.clazz.service.impl that return types with arguments of type ClazzModifier and TypeMethodDescriptionClazzPlanRelationServiceImpl.relatedClazzes(ExecutionPlan plan) ClazzPlanRelationServiceImpl.relatedClazzes(ExecutionPlan plan, Semester semester) Methods in org.openurp.edu.clazz.service.impl with parameters of type Clazz -
Uses of Clazz in org.openurp.edu.clazz.service.internal
Methods in org.openurp.edu.clazz.service.internal that return types with arguments of type ClazzModifier and TypeMethodDescriptionClazzServiceImpl.copy(List<Clazz> clazzes, TaskCopyParams params) ClazzServiceImpl.getClazzByCategory(Serializable id, ClazzFilterStrategy strategy, Collection<Semester> semesters) ClazzServiceImpl.getClazzByCategory(Serializable id, ClazzFilterStrategy strategy, Semester semester) ClazzServiceImpl.getClazzes(Semester semester, T entity) Methods in org.openurp.edu.clazz.service.internal with parameters of type ClazzModifier and TypeMethodDescriptionvoidCourseLimitServiceImpl.extractPossibleCourseTakers(Clazz clazz) voidClazzServiceImpl.fillTeachers(Long[] teacherIds, Clazz clazz) booleanCourseLimitServiceImpl.isAutoName(Clazz clazz) voidClazzServiceImpl.normalizeActivity(Clazz l) 1.合并教学活动 2.纠正教学活动中跨年的活动 3.同步教学活动和教室占用表的不匹配现象Method parameters in org.openurp.edu.clazz.service.internal with type arguments of type ClazzModifier and TypeMethodDescriptionvoidClazzServiceImpl.adjustWeekstateBySchedule(Semester semester, List<Clazz> clazzes) ClazzServiceImpl.copy(List<Clazz> clazzes, TaskCopyParams params) -
Uses of Clazz in org.openurp.edu.clazz.util
Methods in org.openurp.edu.clazz.util with parameters of type ClazzModifier and TypeMethodDescriptionScheduleDigestor.digest(org.beangle.commons.text.i18n.TextResource textResource, TimeSetting timeSetting, Clazz clazz) 根据默认格式ScheduleDigestor.defaultFormat,获得教学任务的排课文字信息ScheduleDigestor.digest(org.beangle.commons.text.i18n.TextResource textResource, TimeSetting timeSetting, Clazz clazz, String format) 根据格式,获得教学任务的排课文字信息static voidClazzElectionUtil.normalizeTeachClass(Clazz clazz) 将所有应该指向Clazz的Clazz内部属性指向正确的clazz -
Uses of Clazz in org.openurp.edu.evaluation.course.model
Fields in org.openurp.edu.evaluation.course.model declared as ClazzModifier and TypeFieldDescriptionprotected ClazzEvaluateResult.clazz教学任务protected ClazzQuestionnaireClazz.clazz教学任务Methods in org.openurp.edu.evaluation.course.model that return ClazzMethods in org.openurp.edu.evaluation.course.model with parameters of type Clazz -
Uses of Clazz in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as ClazzMethods in org.openurp.edu.exam.model that return ClazzModifier and TypeMethodDescriptionExamActivity.getClazz()ExamTaker.getClazz()InvigilationClazzQuota.getClazz()Methods in org.openurp.edu.exam.model that return types with arguments of type ClazzMethods in org.openurp.edu.exam.model with parameters of type ClazzModifier and TypeMethodDescriptionvoidvoidvoidConstructors in org.openurp.edu.exam.model with parameters of type Clazz -
Uses of Clazz in org.openurp.edu.grade.course.model
Methods in org.openurp.edu.grade.course.model that return ClazzMethods in org.openurp.edu.grade.course.model with parameters of type ClazzModifier and TypeMethodDescriptionvoidvoidConstructors in org.openurp.edu.grade.course.model with parameters of type Clazz -
Uses of Clazz in org.openurp.edu.grade.course.service
Methods in org.openurp.edu.grade.course.service that return types with arguments of type ClazzModifier and TypeMethodDescriptionMakeupStdStrategy.getCourseTakerCounts(List<Clazz> clazzes) 每个任务的补缓人数Methods in org.openurp.edu.grade.course.service with parameters of type ClazzModifier and TypeMethodDescriptionMakeupStdStrategy.getCourseTakers(Clazz clazz) 查询成绩状态void删除考试成绩
同时将该成绩和总评成绩的教师确认位置为0Method parameters in org.openurp.edu.grade.course.service with type arguments of type Clazz -
Uses of Clazz in org.openurp.edu.grade.course.service.impl
Methods in org.openurp.edu.grade.course.service.impl that return types with arguments of type ClazzMethods in org.openurp.edu.grade.course.service.impl with parameters of type ClazzModifier and TypeMethodDescriptionMakeupByExamStrategy.getCourseTakers(Clazz clazz) protected booleanExamTakerGeneratePublishListener.isClazzForbidden(Clazz clazz) Method parameters in org.openurp.edu.grade.course.service.impl with type arguments of type Clazz -
Uses of Clazz in org.openurp.edu.grade.course.service.internal
Methods in org.openurp.edu.grade.course.service.internal with parameters of type Clazz -
Uses of Clazz in org.openurp.edu.schedule.util
Methods in org.openurp.edu.schedule.util that return types with arguments of type ClazzMethods in org.openurp.edu.schedule.util with parameters of type ClazzMethod parameters in org.openurp.edu.schedule.util with type arguments of type Clazz -
Uses of Clazz in org.openurp.edu.service
Methods in org.openurp.edu.service with parameters of type ClazzModifier and TypeMethodDescriptionintTeachResourceService.getTeacherPeriod(Clazz clazz, Teacher teacher) booleanTeachResourceService.isStdsOccupied(org.beangle.orm.hibernate.udt.WeekTime time, Collection stdIds, Clazz expect) 学生在该时间是否被占用,除指定的任务外 -
Uses of Clazz in org.openurp.edu.service.impl
Methods in org.openurp.edu.service.impl with parameters of type ClazzModifier and TypeMethodDescriptionintTeachResourceServiceImpl.getTeacherPeriod(Clazz clazz, Teacher teacher) booleanTeachResourceServiceImpl.isStdsOccupied(org.beangle.orm.hibernate.udt.WeekTime time, Collection stdIds, Clazz expect) -
Uses of Clazz in org.openurp.edu.textbook.model
Methods in org.openurp.edu.textbook.model that return ClazzMethods in org.openurp.edu.textbook.model with parameters of type Clazz