Class RegistrationEventCopyExtensionFactory
java.lang.Object
ch.tocco.nice2.optional.event.impl.actions.logiccopy.RegistrationEventCopyExtensionFactory
- All Implemented Interfaces:
EventCopyExtensionFactory
@Component
public class RegistrationEventCopyExtensionFactory
extends Object
implements EventCopyExtensionFactory
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.event.api.eventcopy.EventCopyExtensionFactory
EventCopyExtensionFactory.AdditionalCopyConfigurations
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
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
get, getExtensionsToRemove
-
Constructor Details
-
RegistrationEventCopyExtensionFactory
public RegistrationEventCopyExtensionFactory()
-
-
Method Details
-
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
-