Class PlanAuditPersistObserver
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.edu.grade.plan.service.observers.PlanAuditPersistObserver
- All Implemented Interfaces:
PlanAuditObserver
public class PlanAuditPersistObserver
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements PlanAuditObserver
计划审核保存
-
Field Summary
Fields inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinish()booleannotifyBegin(AuditPlanContext context, int index) voidnotifyEnd(AuditPlanContext context, int index) voidMethods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
Constructor Details
-
PlanAuditPersistObserver
public PlanAuditPersistObserver()
-
-
Method Details
-
notifyStart
public void notifyStart()- Specified by:
notifyStartin interfacePlanAuditObserver
-
finish
public void finish()- Specified by:
finishin interfacePlanAuditObserver
-
notifyBegin
- Specified by:
notifyBeginin interfacePlanAuditObserver
-
notifyEnd
- Specified by:
notifyEndin interfacePlanAuditObserver
-