Class ClassroomCopyExtensionFactory
java.lang.Object
ch.tocco.nice2.optional.classroom.impl.eventcopy.ClassroomCopyExtensionFactory
- All Implemented Interfaces:
EventCopyExtensionFactory
@Component
public class ClassroomCopyExtensionFactory
extends Object
implements EventCopyExtensionFactory
allows copying of classrooms then copying events
-
Nested Class Summary
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
-
ClassroomCopyExtensionFactory
public ClassroomCopyExtensionFactory()
-
-
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
-