Package org.openurp.edu.clazz.service
Interface ClazzPlanRelationService
- All Known Implementing Classes:
ClazzPlanRelationServiceImpl
public interface ClazzPlanRelationService
维护教学任务和培养计划之间关系的Service,主要工作是查询
-
Method Summary
Modifier and TypeMethodDescriptionpossibleRelatePlans(Clazz clazz) 可能会和这个课程有关联的培养计划(也就是说不是直接查询数据库中已有的关联关系)relatedClazzes(ExecutionPlan plan) 获得和计划关联的教学任务relatedClazzes(ExecutionPlan plan, Semester semester) 获得和计划关联的教学任务
-
Method Details
-
possibleRelatePlans
可能会和这个课程有关联的培养计划(也就是说不是直接查询数据库中已有的关联关系)- Parameters:
clazz-- Returns: