Class ReservationEducationalObjectiveEventLogicCopyExtensionFactory
java.lang.Object
ch.tocco.nice2.optional.reservation.impl.logiccopy.ReservationEducationalObjectiveEventLogicCopyExtensionFactory
- All Implemented Interfaces:
EventCopyExtensionFactory
@Component
public class ReservationEducationalObjectiveEventLogicCopyExtensionFactory
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
ConstructorDescription -
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
-
ReservationEducationalObjectiveEventLogicCopyExtensionFactory
public ReservationEducationalObjectiveEventLogicCopyExtensionFactory(SecurityManager securityManager)
-
-
Method Details
-
getName
- Specified by:
getName
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
-