Class ExecutionPlanCourseModifyApplyServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.edu.program.app.service.impl.ExecutionPlanCourseModifyApplyServiceImpl
- All Implemented Interfaces:
ExecutionPlanCourseModifyApplyService
public class ExecutionPlanCourseModifyApplyServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements ExecutionPlanCourseModifyApplyService
-
Field Summary
Fields inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappliesOfPlan(Long planId) 获得某个培养计划的课程变更申请获得某个用户的培养计划课程变更申请myReadyAddApplies(Long planId, Long userId) 获得某个用户的待审核的计划课程变更申请(仅包含添加课程的申请) 中的 计划课程myReadyModifyApply(Long planId, Long userId) 获得某个用户的待审核的计划课程变更申请(不包含添加课程的申请) 中的 计划课程voidsaveModifyApply(ExecutionPlanCourseModify apply, ExecutionPlanCourseModifyDetailBefore before, ExecutionPlanCourseModifyDetailAfter after) 保存一个培养计划变更申请voidsetExecutionPlanCourseModifyApplyDao(ExecutionPlanCourseModifyApplyDao executePlanCourseModifyApplyDao) Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
Constructor Details
-
ExecutionPlanCourseModifyApplyServiceImpl
public ExecutionPlanCourseModifyApplyServiceImpl()
-
-
Method Details
-
saveModifyApply
public void saveModifyApply(ExecutionPlanCourseModify apply, ExecutionPlanCourseModifyDetailBefore before, ExecutionPlanCourseModifyDetailAfter after) Description copied from interface:ExecutionPlanCourseModifyApplyService保存一个培养计划变更申请- Specified by:
saveModifyApplyin interfaceExecutionPlanCourseModifyApplyServicebefore- 可以为nullafter- 可以为null
-
setExecutionPlanCourseModifyApplyDao
public void setExecutionPlanCourseModifyApplyDao(ExecutionPlanCourseModifyApplyDao executePlanCourseModifyApplyDao) -
myApplies
Description copied from interface:ExecutionPlanCourseModifyApplyService获得某个用户的培养计划课程变更申请- Specified by:
myAppliesin interfaceExecutionPlanCourseModifyApplyService- Returns:
-
myReadyAddApplies
Description copied from interface:ExecutionPlanCourseModifyApplyService获得某个用户的待审核的计划课程变更申请(仅包含添加课程的申请) 中的 计划课程- Specified by:
myReadyAddAppliesin interfaceExecutionPlanCourseModifyApplyService- Returns:
-
appliesOfPlan
Description copied from interface:ExecutionPlanCourseModifyApplyService获得某个培养计划的课程变更申请- Specified by:
appliesOfPlanin interfaceExecutionPlanCourseModifyApplyService- Returns:
-
myReadyModifyApply
Description copied from interface:ExecutionPlanCourseModifyApplyService获得某个用户的待审核的计划课程变更申请(不包含添加课程的申请) 中的 计划课程- Specified by:
myReadyModifyApplyin interfaceExecutionPlanCourseModifyApplyService- Returns:
-