Uses of Class
org.openurp.edu.program.app.model.ExecutivePlanCourseModify
Packages that use ExecutivePlanCourseModify
Package
Description
-
Uses of ExecutivePlanCourseModify in org.openurp.edu.program.app.dao
Methods in org.openurp.edu.program.app.dao with parameters of type ExecutivePlanCourseModifyModifier and TypeMethodDescriptionvoidExecutivePlanCourseModifyAuditDao.approved(ExecutivePlanCourseModify apply, User assessor) 通过一个培养计划课程变更申请voidExecutivePlanCourseModifyAuditDao.rejected(ExecutivePlanCourseModify apply, User assessor) 拒绝一个培养计划课程变更申请voidExecutivePlanCourseModifyApplyDao.saveModifyApply(ExecutivePlanCourseModify apply, ExecutivePlanCourseModifyDetailBefore before, ExecutivePlanCourseModifyDetailAfter after) 保存一个培养计划变更申请 -
Uses of ExecutivePlanCourseModify in org.openurp.edu.program.app.dao.hibernate
Methods in org.openurp.edu.program.app.dao.hibernate with parameters of type ExecutivePlanCourseModifyModifier and TypeMethodDescriptionvoidExecutivePlanCourseModifyAuditDaoHibernate.approved(ExecutivePlanCourseModify apply, User assessor) voidExecutivePlanCourseModifyAuditDaoHibernate.rejected(ExecutivePlanCourseModify apply, User assessor) voidExecutivePlanCourseModifyApplyDaoHibernate.saveModifyApply(ExecutivePlanCourseModify apply, ExecutivePlanCourseModifyDetailBefore before, ExecutivePlanCourseModifyDetailAfter after) -
Uses of ExecutivePlanCourseModify in org.openurp.edu.program.app.model
Fields in org.openurp.edu.program.app.model declared as ExecutivePlanCourseModifyModifier and TypeFieldDescriptionprotected ExecutivePlanCourseModifyExecutivePlanCourseModifyDetailAfter.apply课程申请protected ExecutivePlanCourseModifyExecutivePlanCourseModifyDetailBefore.apply课程申请Methods in org.openurp.edu.program.app.model that return ExecutivePlanCourseModifyModifier and TypeMethodDescriptionabstract ExecutivePlanCourseModifyExecutivePlanCourseModifyDetail.getApply()ExecutivePlanCourseModifyDetailAfter.getApply()ExecutivePlanCourseModifyDetailBefore.getApply()Methods in org.openurp.edu.program.app.model with parameters of type ExecutivePlanCourseModifyModifier and TypeMethodDescriptionabstract voidExecutivePlanCourseModifyDetail.setApply(ExecutivePlanCourseModify apply) voidExecutivePlanCourseModifyDetailAfter.setApply(ExecutivePlanCourseModify apply) voidExecutivePlanCourseModifyDetailBefore.setApply(ExecutivePlanCourseModify apply) -
Uses of ExecutivePlanCourseModify in org.openurp.edu.program.app.service
Methods in org.openurp.edu.program.app.service that return types with arguments of type ExecutivePlanCourseModifyModifier and TypeMethodDescriptionExecutivePlanCourseModifyApplyService.appliesOfPlan(Long planId) 获得某个培养计划的课程变更申请获得某个用户的培养计划课程变更申请ExecutivePlanCourseModifyApplyService.myReadyAddApplies(Long planId, Long userId) 获得某个用户的待审核的计划课程变更申请(仅包含添加课程的申请) 中的 计划课程Methods in org.openurp.edu.program.app.service with parameters of type ExecutivePlanCourseModifyModifier and TypeMethodDescriptionvoidExecutivePlanCourseModifyAuditService.approved(ExecutivePlanCourseModify apply, User assessor) 通过一个培养计划课程变更申请voidExecutivePlanCourseModifyAuditService.rejected(ExecutivePlanCourseModify apply, User assessor) 拒绝一个培养计划课程变更申请voidExecutivePlanCourseModifyApplyService.saveModifyApply(ExecutivePlanCourseModify apply, ExecutivePlanCourseModifyDetailBefore before, ExecutivePlanCourseModifyDetailAfter after) 保存一个培养计划变更申请 -
Uses of ExecutivePlanCourseModify in org.openurp.edu.program.app.service.impl
Methods in org.openurp.edu.program.app.service.impl that return types with arguments of type ExecutivePlanCourseModifyModifier and TypeMethodDescriptionExecutivePlanCourseModifyApplyServiceImpl.appliesOfPlan(Long planId) ExecutivePlanCourseModifyApplyServiceImpl.myReadyAddApplies(Long planId, Long userId) Methods in org.openurp.edu.program.app.service.impl with parameters of type ExecutivePlanCourseModifyModifier and TypeMethodDescriptionvoidExecutivePlanCourseModifyAuditServiceImpl.approved(ExecutivePlanCourseModify apply, User assessor) voidExecutivePlanCourseModifyAuditServiceImpl.rejected(ExecutivePlanCourseModify apply, User assessor) voidExecutivePlanCourseModifyApplyServiceImpl.saveModifyApply(ExecutivePlanCourseModify apply, ExecutivePlanCourseModifyDetailBefore before, ExecutivePlanCourseModifyDetailAfter after)