Uses of Class
org.openurp.edu.program.app.model.ExecutionPlanCourseModify
Packages that use ExecutionPlanCourseModify
Package
Description
-
Uses of ExecutionPlanCourseModify in org.openurp.edu.program.app.dao
Methods in org.openurp.edu.program.app.dao with parameters of type ExecutionPlanCourseModifyModifier and TypeMethodDescriptionvoidExecutionPlanCourseModifyAuditDao.approved(ExecutionPlanCourseModify apply, User assessor) 通过一个培养计划课程变更申请voidExecutionPlanCourseModifyAuditDao.rejected(ExecutionPlanCourseModify apply, User assessor) 拒绝一个培养计划课程变更申请voidExecutionPlanCourseModifyApplyDao.saveModifyApply(ExecutionPlanCourseModify apply, ExecutionPlanCourseModifyDetailBefore before, ExecutionPlanCourseModifyDetailAfter after) 保存一个培养计划变更申请 -
Uses of ExecutionPlanCourseModify in org.openurp.edu.program.app.dao.hibernate
Methods in org.openurp.edu.program.app.dao.hibernate with parameters of type ExecutionPlanCourseModifyModifier and TypeMethodDescriptionvoidExecutionPlanCourseModifyAuditDaoHibernate.approved(ExecutionPlanCourseModify apply, User assessor) voidExecutionPlanCourseModifyAuditDaoHibernate.rejected(ExecutionPlanCourseModify apply, User assessor) voidExecutionPlanCourseModifyApplyDaoHibernate.saveModifyApply(ExecutionPlanCourseModify apply, ExecutionPlanCourseModifyDetailBefore before, ExecutionPlanCourseModifyDetailAfter after) -
Uses of ExecutionPlanCourseModify in org.openurp.edu.program.app.model
Fields in org.openurp.edu.program.app.model declared as ExecutionPlanCourseModifyModifier and TypeFieldDescriptionprotected ExecutionPlanCourseModifyExecutionPlanCourseModifyDetailAfter.apply课程申请protected ExecutionPlanCourseModifyExecutionPlanCourseModifyDetailBefore.apply课程申请Methods in org.openurp.edu.program.app.model that return ExecutionPlanCourseModifyModifier and TypeMethodDescriptionabstract ExecutionPlanCourseModifyExecutionPlanCourseModifyDetail.getApply()ExecutionPlanCourseModifyDetailAfter.getApply()ExecutionPlanCourseModifyDetailBefore.getApply()Methods in org.openurp.edu.program.app.model with parameters of type ExecutionPlanCourseModifyModifier and TypeMethodDescriptionabstract voidExecutionPlanCourseModifyDetail.setApply(ExecutionPlanCourseModify apply) voidExecutionPlanCourseModifyDetailAfter.setApply(ExecutionPlanCourseModify apply) voidExecutionPlanCourseModifyDetailBefore.setApply(ExecutionPlanCourseModify apply) -
Uses of ExecutionPlanCourseModify in org.openurp.edu.program.app.service
Methods in org.openurp.edu.program.app.service that return types with arguments of type ExecutionPlanCourseModifyModifier and TypeMethodDescriptionExecutionPlanCourseModifyApplyService.appliesOfPlan(Long planId) 获得某个培养计划的课程变更申请获得某个用户的培养计划课程变更申请ExecutionPlanCourseModifyApplyService.myReadyAddApplies(Long planId, Long userId) 获得某个用户的待审核的计划课程变更申请(仅包含添加课程的申请) 中的 计划课程Methods in org.openurp.edu.program.app.service with parameters of type ExecutionPlanCourseModifyModifier and TypeMethodDescriptionvoidExecutionPlanCourseModifyAuditService.approved(ExecutionPlanCourseModify apply, User assessor) 通过一个培养计划课程变更申请voidExecutionPlanCourseModifyAuditService.rejected(ExecutionPlanCourseModify apply, User assessor) 拒绝一个培养计划课程变更申请voidExecutionPlanCourseModifyApplyService.saveModifyApply(ExecutionPlanCourseModify apply, ExecutionPlanCourseModifyDetailBefore before, ExecutionPlanCourseModifyDetailAfter after) 保存一个培养计划变更申请 -
Uses of ExecutionPlanCourseModify in org.openurp.edu.program.app.service.impl
Methods in org.openurp.edu.program.app.service.impl that return types with arguments of type ExecutionPlanCourseModifyModifier and TypeMethodDescriptionExecutionPlanCourseModifyApplyServiceImpl.appliesOfPlan(Long planId) ExecutionPlanCourseModifyApplyServiceImpl.myReadyAddApplies(Long planId, Long userId) Methods in org.openurp.edu.program.app.service.impl with parameters of type ExecutionPlanCourseModifyModifier and TypeMethodDescriptionvoidExecutionPlanCourseModifyAuditServiceImpl.approved(ExecutionPlanCourseModify apply, User assessor) voidExecutionPlanCourseModifyAuditServiceImpl.rejected(ExecutionPlanCourseModify apply, User assessor) voidExecutionPlanCourseModifyApplyServiceImpl.saveModifyApply(ExecutionPlanCourseModify apply, ExecutionPlanCourseModifyDetailBefore before, ExecutionPlanCourseModifyDetailAfter after)