Class DeleteSeminarEventService
java.lang.Object
ch.tocco.nice2.optional.seminar.impl.service.DeleteSeminarEventService
-
Constructor Summary
ConstructorDescriptionDeleteSeminarEventService
(PersistenceService persistenceService, EventRelationshipTraverser eventRelationshipTraverser) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRelatedEntities
(Entity seminarEvent) Pass the deleted Seminar_event as argument.void
setExtensions
(List<DeleteSeminarEventExtension> extensions)
-
Constructor Details
-
DeleteSeminarEventService
public DeleteSeminarEventService(PersistenceService persistenceService, EventRelationshipTraverser eventRelationshipTraverser)
-
-
Method Details
-
handleRelatedEntities
Pass the deleted Seminar_event as argument. For the event (and all modules) the status is set to archived. Additional logic can be contributed viaDeleteSeminarEventExtension
-
setExtensions
-