Class ExecutionPlanCourseModifyAuditDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.app.dao.hibernate.ExecutionPlanCourseModifyAuditDaoHibernate
- All Implemented Interfaces:
org.beangle.commons.dao.EntityDao,ExecutionPlanCourseModifyAuditDao
public class ExecutionPlanCourseModifyAuditDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutionPlanCourseModifyAuditDao
-
Nested Class Summary
Nested classes/interfaces inherited from class org.beangle.orm.hibernate.HibernateEntityDao
org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport -
Field Summary
Fields inherited from class org.beangle.orm.hibernate.HibernateEntityDao
logger, modelMeta, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapproved(ExecutionPlanCourseModify apply, User assessor) 通过一个培养计划课程变更申请voidrejected(ExecutionPlanCourseModify apply, User assessor) 拒绝一个培养计划课程变更申请voidsetPlanCourseCommonDao(PlanCourseCommonDao planCourseCommonDao) voidsetPlanCourseGroupCommonDao(PlanCourseGroupCommonDao planCourseGroupCommonDao) Methods inherited from class org.beangle.orm.hibernate.HibernateEntityDao
count, count, count, createBlob, createBlob, createClob, duplicate, duplicate, evict, execute, execute, executeUpdate, executeUpdate, executeUpdateRepeatly, exist, exist, exist, get, get, get, get, get, get, get, get, get, getAll, getSession, initialize, refresh, remove, remove, remove, remove, remove, save, saveOrUpdate, saveOrUpdate, saveOrUpdate, saveOrUpdate, search, search, search, search, search, setModelMeta, setSessionFactory, uniqueResult, update, update
-
Constructor Details
-
ExecutionPlanCourseModifyAuditDaoHibernate
public ExecutionPlanCourseModifyAuditDaoHibernate()
-
-
Method Details
-
approved
public void approved(ExecutionPlanCourseModify apply, User assessor) throws ExecutionPlanAuditException Description copied from interface:ExecutionPlanCourseModifyAuditDao通过一个培养计划课程变更申请- Specified by:
approvedin interfaceExecutionPlanCourseModifyAuditDao- Throws:
ExecutionPlanAuditException
-
rejected
public void rejected(ExecutionPlanCourseModify apply, User assessor) throws ExecutionPlanAuditException Description copied from interface:ExecutionPlanCourseModifyAuditDao拒绝一个培养计划课程变更申请- Specified by:
rejectedin interfaceExecutionPlanCourseModifyAuditDao- Throws:
ExecutionPlanAuditException
-
setPlanCourseCommonDao
-
setPlanCourseGroupCommonDao
-