Uses of Class
org.openurp.edu.clazz.model.ClazzPlanRelation
Packages that use ClazzPlanRelation
Package
Description
-
Uses of ClazzPlanRelation in org.openurp.edu.clazz.dao
Methods in org.openurp.edu.clazz.dao that return types with arguments of type ClazzPlanRelationModifier and TypeMethodDescription获得某个教学任务关联的ClazzPlanRelationClazzPlanRelationDao.relations(ExecutionPlan plan) 获得某个专业培养计划关联的ClazzPlanRelationClazzPlanRelationDao.relations(ExecutionPlan plan, Semester semester) 获得某个专业培养计划关联的某个学期的ClazzPlanRelation -
Uses of ClazzPlanRelation in org.openurp.edu.clazz.dao.hibernate.internal
Methods in org.openurp.edu.clazz.dao.hibernate.internal that return types with arguments of type ClazzPlanRelationModifier and TypeMethodDescriptionClazzPlanRelationHibernateDao.relations(ExecutionPlan plan) ClazzPlanRelationHibernateDao.relations(ExecutionPlan plan, Semester semester) -
Uses of ClazzPlanRelation in org.openurp.edu.clazz.service
Methods in org.openurp.edu.clazz.service that return types with arguments of type ClazzPlanRelationModifier and TypeMethodDescription获得某个教学任务关联的ClazzPlanRelationClazzPlanRelationService.relations(ExecutionPlan plan) 获得某个专业培养计划关联的ClazzPlanRelationClazzPlanRelationService.relations(ExecutionPlan plan, Semester semester) 获得某个专业培养计划关联的某个学期的ClazzPlanRelation -
Uses of ClazzPlanRelation in org.openurp.edu.clazz.service.impl
Methods in org.openurp.edu.clazz.service.impl that return types with arguments of type ClazzPlanRelationModifier and TypeMethodDescriptionClazzPlanRelationServiceImpl.relations(ExecutionPlan plan) ClazzPlanRelationServiceImpl.relations(ExecutionPlan plan, Semester semester)