Class ExecutionPlanCourseGroupModifyAuditDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.app.dao.hibernate.ExecutionPlanCourseGroupModifyAuditDaoHibernate
- All Implemented Interfaces:
org.beangle.commons.dao.EntityDao,ExecutionPlanCourseGroupModifyAuditDao
public class ExecutionPlanCourseGroupModifyAuditDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutionPlanCourseGroupModifyAuditDao
-
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(ExecutionCourseGroupModify apply, User assessor) 通过一个培养计划课程组变更申请voidrejected(ExecutionCourseGroupModify apply, User assessor) 拒绝一个培养计划课程组变更申请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
-
ExecutionPlanCourseGroupModifyAuditDaoHibernate
public ExecutionPlanCourseGroupModifyAuditDaoHibernate()
-
-
Method Details
-
rejected
Description copied from interface:ExecutionPlanCourseGroupModifyAuditDao拒绝一个培养计划课程组变更申请- Specified by:
rejectedin interfaceExecutionPlanCourseGroupModifyAuditDao
-
approved
public void approved(ExecutionCourseGroupModify apply, User assessor) throws ExecutionPlanAuditException Description copied from interface:ExecutionPlanCourseGroupModifyAuditDao通过一个培养计划课程组变更申请- Specified by:
approvedin interfaceExecutionPlanCourseGroupModifyAuditDao- Throws:
ExecutionPlanAuditException
-
setPlanCourseGroupCommonDao
-