Class AuditJobStarter
java.lang.Object
org.openurp.edu.grade.plan.service.AuditJobStarter
- All Implemented Interfaces:
org.beangle.commons.bean.Initializing
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.beangle.commons.dao.EntityDaoprotected final org.slf4j.Loggerprotected org.hibernate.SessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()voidsetEntityDao(org.beangle.commons.dao.EntityDao entityDao) voidsetPlanAuditPersistObserver(PlanAuditPersistObserver planAuditPersistObserver) voidsetPlanAuditService(PlanAuditService planAuditService) voidsetSessionFactory(org.hibernate.SessionFactory sessionFactory)
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
sessionFactory
protected org.hibernate.SessionFactory sessionFactory -
entityDao
protected org.beangle.commons.dao.EntityDao entityDao
-
-
Constructor Details
-
AuditJobStarter
public AuditJobStarter()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.beangle.commons.bean.Initializing- Throws:
Exception
-
setSessionFactory
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory) -
setEntityDao
public void setEntityDao(org.beangle.commons.dao.EntityDao entityDao) -
setPlanAuditService
-
setPlanAuditPersistObserver
-