Uses of Interface
org.openurp.service.OutputObserver
Packages that use OutputObserver
Package
Description
-
Uses of OutputObserver in org.openurp.edu.grade.plan.service
Methods in org.openurp.edu.grade.plan.service with parameters of type OutputObserverModifier and TypeMethodDescriptionvoidPlanAuditService.batchAudit(Collection<Student> stds, String[] auditTerms, PlanAuditObserverStack observerStack, OutputObserver webObserver) -
Uses of OutputObserver in org.openurp.edu.grade.plan.service.internal
Methods in org.openurp.edu.grade.plan.service.internal with parameters of type OutputObserverModifier and TypeMethodDescriptionvoidAuditPlanServiceImpl.batchAudit(Collection<Student> stds, String[] auditTerms, PlanAuditObserverStack observerStack, OutputObserver weboutput) 批量审核培养计划完成情况 -
Uses of OutputObserver in org.openurp.edu.grade.plan.service.observers
Methods in org.openurp.edu.grade.plan.service.observers with parameters of type OutputObserverModifier and TypeMethodDescriptionstatic voidObserverUtils.delimiter(OutputObserver weboutput) static voidObserverUtils.notifyStart(OutputObserver weboutput, String summary, int count, String[] msgs) static voidObserverUtils.outputMessage(OutputObserver weboutput, int level, String msg, boolean increaceProcess)