类 ExecutionPlanCourseModifyAuditDaoHibernate
java.lang.Object
org.beangle.orm.hibernate.HibernateEntityDao
org.openurp.edu.program.app.dao.hibernate.ExecutionPlanCourseModifyAuditDaoHibernate
- 所有已实现的接口:
org.beangle.commons.dao.EntityDao,ExecutionPlanCourseModifyAuditDao
public class ExecutionPlanCourseModifyAuditDaoHibernate
extends org.beangle.orm.hibernate.HibernateEntityDao
implements ExecutionPlanCourseModifyAuditDao
-
嵌套类概要
从类继承的嵌套类/接口 org.beangle.orm.hibernate.HibernateEntityDao
org.beangle.orm.hibernate.HibernateEntityDao.QuerySupport -
字段概要
从类继承的字段 org.beangle.orm.hibernate.HibernateEntityDao
logger, modelMeta, sessionFactory -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidapproved(ExecutionPlanCourseModify apply, User assessor) 通过一个培养计划课程变更申请voidrejected(ExecutionPlanCourseModify apply, User assessor) 拒绝一个培养计划课程变更申请voidsetPlanCourseCommonDao(PlanCourseCommonDao planCourseCommonDao) voidsetPlanCourseGroupCommonDao(PlanCourseGroupCommonDao planCourseGroupCommonDao) 从类继承的方法 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
-
构造器详细资料
-
ExecutionPlanCourseModifyAuditDaoHibernate
public ExecutionPlanCourseModifyAuditDaoHibernate()
-
-
方法详细资料
-
approved
public void approved(ExecutionPlanCourseModify apply, User assessor) throws ExecutionPlanAuditException 从接口复制的说明:ExecutionPlanCourseModifyAuditDao通过一个培养计划课程变更申请 -
rejected
public void rejected(ExecutionPlanCourseModify apply, User assessor) throws ExecutionPlanAuditException 从接口复制的说明:ExecutionPlanCourseModifyAuditDao拒绝一个培养计划课程变更申请 -
setPlanCourseCommonDao
-
setPlanCourseGroupCommonDao
-