Interface EventCopyExtensionFactory
- All Known Implementing Classes:
ClassroomCopyExtensionFactory
,EducationalObjectiveEventLogicCopyExtensionFactory
,QualificationEventLogicCopyExtensionFactory
,RegistrationEventCopyExtensionFactory
,ReservationEducationalObjectiveEventLogicCopyExtensionFactory
,SeminarQualificationEventCopyExtensionFactory
public interface EventCopyExtensionFactory
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptiondefault @Nullable EventCopyExtension
get
(PersistenceService persistenceService) PersistenceService only needed as argument whileDelegatingEventCopyExtension
exists TODO remove after all old extensions have been migrated and testedgetName()
Deprecated.
-
Method Details
-
get
PersistenceService only needed as argument whileDelegatingEventCopyExtension
exists TODO remove after all old extensions have been migrated and tested -
getOldExtension
Deprecated.TODO remove after all old extensions have been migrated and tested -
getAdditionalCopyConfigurations
Collection<EventCopyExtensionFactory.AdditionalCopyConfigurations> getAdditionalCopyConfigurations() -
getExtensionsToRemove
-
getName
String getName()
-