Class AbstractSeminarActionHandlerFactory
java.lang.Object
ch.tocco.nice2.optional.seminar.impl.actions.seminarraising.AbstractSeminarActionHandlerFactory
- All Implemented Interfaces:
SeminarActionHandlerFactory
- Direct Known Subclasses:
SeminarRaiseHandlerFactory
,SeminarStartHandlerFactory
public abstract class AbstractSeminarActionHandlerFactory
extends Object
implements SeminarActionHandlerFactory
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.seminar.impl.actions.seminarraising.SeminarActionHandlerFactory
SeminarActionHandlerFactory.SeminarActionHandler
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Context
protected final GroovyEventCodeService
protected final QueryBuilderFactory
protected final SeminarEventHelper
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractSeminarActionHandlerFactory
(GroovyEventCodeService groovyEventCodeService, QueryBuilderFactory queryBuilderFactory, Context context, SeminarEventHelper seminarEventHelper, EventLogicCopyService eventLogicCopyService, LogicCopyService logicCopyService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.optional.seminar.impl.actions.seminarraising.SeminarActionHandlerFactory
createHandler
-
Field Details
-
groovyEventCodeService
-
queryBuilderFactory
-
context
-
seminarEventHelper
-
-
Constructor Details
-
AbstractSeminarActionHandlerFactory
protected AbstractSeminarActionHandlerFactory(GroovyEventCodeService groovyEventCodeService, QueryBuilderFactory queryBuilderFactory, Context context, SeminarEventHelper seminarEventHelper, EventLogicCopyService eventLogicCopyService, LogicCopyService logicCopyService)
-