Class ExecutivePlanCourseGroupModifyApplyServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.edu.program.app.service.impl.ExecutivePlanCourseGroupModifyApplyServiceImpl
- All Implemented Interfaces:
ExecutivePlanCourseGroupModifyApplyService
public class ExecutivePlanCourseGroupModifyApplyServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements ExecutivePlanCourseGroupModifyApplyService
-
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(ExecutiveCourseGroupModify modifyBean, Long courseGroupId, ExecutiveCourseGroupModifyDetailAfter after) 保存课程组修改申请的方法 [获取修改前课程组的信息]voidsetExecutivePlanCourseGroupModifyApplyDao(ExecutivePlanCourseGroupModifyApplyDao executePlanCourseGroupModifyApplyDao) Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
Constructor Details
-
ExecutivePlanCourseGroupModifyApplyServiceImpl
public ExecutivePlanCourseGroupModifyApplyServiceImpl()
-
-
Method Details
-
appliesOfPlan
Description copied from interface:ExecutivePlanCourseGroupModifyApplyService获得某个培养计划的课程组变更申请- Specified by:
appliesOfPlanin interfaceExecutivePlanCourseGroupModifyApplyService- Parameters:
planId-- Returns:
-
myApplies
Description copied from interface:ExecutivePlanCourseGroupModifyApplyService获得某个用户的培养计划课程组变更申请- Specified by:
myAppliesin interfaceExecutivePlanCourseGroupModifyApplyService- Parameters:
planId-userId-- Returns:
-
myReadyModifyApply
Description copied from interface:ExecutivePlanCourseGroupModifyApplyService获得某个用户的待审核的计划课程组变更申请(不包含添加课程组的变更申请) 中的 课程组- Specified by:
myReadyModifyApplyin interfaceExecutivePlanCourseGroupModifyApplyService- Parameters:
planId-userId-- Returns:
-
myReadyAddApplies
Description copied from interface:ExecutivePlanCourseGroupModifyApplyService获得某个用户的待审核的计划课程组变更申请(仅包含添加课程组申请) 中的 课程组- Specified by:
myReadyAddAppliesin interfaceExecutivePlanCourseGroupModifyApplyService- Parameters:
planId-userId-- Returns:
-
saveModifyApply
public void saveModifyApply(ExecutiveCourseGroupModify modifyBean, Long courseGroupId, ExecutiveCourseGroupModifyDetailAfter after) 保存课程组修改申请的方法 [获取修改前课程组的信息]- Specified by:
saveModifyApplyin interfaceExecutivePlanCourseGroupModifyApplyService
-
setExecutivePlanCourseGroupModifyApplyDao
public void setExecutivePlanCourseGroupModifyApplyDao(ExecutivePlanCourseGroupModifyApplyDao executePlanCourseGroupModifyApplyDao)
-