Class QualificationEventLogicCopyExtensionFactory
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.QualificationEventLogicCopyExtensionFactory
- All Implemented Interfaces:
EventCopyExtensionFactory
@Component
@Order(10)
public class QualificationEventLogicCopyExtensionFactory
extends Object
implements EventCopyExtensionFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.event.api.eventcopy.EventCopyExtensionFactory
EventCopyExtensionFactory.AdditionalCopyConfigurations
-
Constructor Summary
ConstructorDescriptionQualificationEventLogicCopyExtensionFactory
(LogicCopyService logicCopyService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionget
(PersistenceService persistenceService) PersistenceService only needed as argument whileDelegatingEventCopyExtension
exists TODO remove after all old extensions have been migrated and testedgetName()
TODO remove after all old extensions have been migrated and testedMethods 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.event.api.eventcopy.EventCopyExtensionFactory
getExtensionsToRemove
-
Constructor Details
-
QualificationEventLogicCopyExtensionFactory
public QualificationEventLogicCopyExtensionFactory(LogicCopyService logicCopyService, SecurityManager securityManager)
-
-
Method Details
-
get
Description copied from interface:EventCopyExtensionFactory
PersistenceService only needed as argument whileDelegatingEventCopyExtension
exists TODO remove after all old extensions have been migrated and tested- Specified by:
get
in interfaceEventCopyExtensionFactory
-
getOldExtension
Description copied from interface:EventCopyExtensionFactory
TODO remove after all old extensions have been migrated and tested- Specified by:
getOldExtension
in interfaceEventCopyExtensionFactory
-
getAdditionalCopyConfigurations
public Collection<EventCopyExtensionFactory.AdditionalCopyConfigurations> getAdditionalCopyConfigurations()- Specified by:
getAdditionalCopyConfigurations
in interfaceEventCopyExtensionFactory
-
getName
- Specified by:
getName
in interfaceEventCopyExtensionFactory
-