Class ClazzPlanRelationServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.edu.clazz.service.impl.ClazzPlanRelationServiceImpl
- All Implemented Interfaces:
ClazzPlanRelationService
public class ClazzPlanRelationServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements ClazzPlanRelationService
-
Field Summary
Fields inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
eventMulticaster, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpossibleRelatePlans(Clazz clazz) 可能会和这个课程有关联的培养计划(也就是说不是直接查询数据库中已有的关联关系)relatedClazzes(ExecutionPlan plan) 获得和计划关联的教学任务relatedClazzes(ExecutionPlan plan, Semester semester) 获得和计划关联的教学任务voidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao) Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEventMulticaster
-
Constructor Details
-
ClazzPlanRelationServiceImpl
public ClazzPlanRelationServiceImpl()
-
-
Method Details
-
possibleRelatePlans
Description copied from interface:ClazzPlanRelationService可能会和这个课程有关联的培养计划(也就是说不是直接查询数据库中已有的关联关系)- Specified by:
possibleRelatePlansin interfaceClazzPlanRelationService- Returns:
-
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao) - Overrides:
setEntityDaoin classorg.beangle.commons.dao.impl.BaseServiceImpl