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
Nested ClassesModifier and TypeClassDescriptionprotected classNested classes/interfaces inherited from interface ch.tocco.nice2.optional.seminar.impl.actions.seminarraising.SeminarActionHandlerFactory
SeminarActionHandlerFactory.SeminarActionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Contextprotected final GroovyEventCodeServiceprotected final QueryBuilderFactoryprotected final SeminarEventHelper -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSeminarActionHandlerFactory(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, waitMethods 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)
-