Class ExecutivePlanCourseModifyApplyServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.edu.program.app.service.impl.ExecutivePlanCourseModifyApplyServiceImpl
- All Implemented Interfaces:
ExecutivePlanCourseModifyApplyService
public class ExecutivePlanCourseModifyApplyServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements ExecutivePlanCourseModifyApplyService
-
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(ExecutivePlanCourseModify apply, ExecutivePlanCourseModifyDetailBefore before, ExecutivePlanCourseModifyDetailAfter after) 保存一个培养计划变更申请voidsetExecutivePlanCourseModifyApplyDao(ExecutivePlanCourseModifyApplyDao executePlanCourseModifyApplyDao) Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
Constructor Details
-
ExecutivePlanCourseModifyApplyServiceImpl
public ExecutivePlanCourseModifyApplyServiceImpl()
-
-
Method Details
-
saveModifyApply
public void saveModifyApply(ExecutivePlanCourseModify apply, ExecutivePlanCourseModifyDetailBefore before, ExecutivePlanCourseModifyDetailAfter after) Description copied from interface:ExecutivePlanCourseModifyApplyService保存一个培养计划变更申请- Specified by:
saveModifyApplyin interfaceExecutivePlanCourseModifyApplyServicebefore- 可以为nullafter- 可以为null
-
setExecutivePlanCourseModifyApplyDao
public void setExecutivePlanCourseModifyApplyDao(ExecutivePlanCourseModifyApplyDao executePlanCourseModifyApplyDao) -
myApplies
Description copied from interface:ExecutivePlanCourseModifyApplyService获得某个用户的培养计划课程变更申请- Specified by:
myAppliesin interfaceExecutivePlanCourseModifyApplyService- Returns:
-
myReadyAddApplies
Description copied from interface:ExecutivePlanCourseModifyApplyService获得某个用户的待审核的计划课程变更申请(仅包含添加课程的申请) 中的 计划课程- Specified by:
myReadyAddAppliesin interfaceExecutivePlanCourseModifyApplyService- Returns:
-
appliesOfPlan
Description copied from interface:ExecutivePlanCourseModifyApplyService获得某个培养计划的课程变更申请- Specified by:
appliesOfPlanin interfaceExecutivePlanCourseModifyApplyService- Returns:
-
myReadyModifyApply
Description copied from interface:ExecutivePlanCourseModifyApplyService获得某个用户的待审核的计划课程变更申请(不包含添加课程的申请) 中的 计划课程- Specified by:
myReadyModifyApplyin interfaceExecutivePlanCourseModifyApplyService- Returns:
-