Class SeminarLowerActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.seminar.impl.actions.SeminarLowerActionServiceImpl
- All Implemented Interfaces:
SeminarLowerActionService
opposite of Seminar Action, lowers/deletes Seminar entities
-
Constructor Summary
ConstructorDescriptionSeminarLowerActionServiceImpl
(EntityExplorerActionSelectionService selectionService, CascadingDeleteService cascadingDeleteService, TextResources textResources, Context context, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
lowerSeminar
(EntityExplorerActionSelection selection) prepare
(EntityExplorerActionSelection selection) void
setEventAndModuleStatus
(Relation moduleEventStatus, Entity eventStatusArchived)
-
Constructor Details
-
SeminarLowerActionServiceImpl
public SeminarLowerActionServiceImpl(EntityExplorerActionSelectionService selectionService, CascadingDeleteService cascadingDeleteService, TextResources textResources, Context context, SecurityManager securityManager)
-
-
Method Details
-
prepare
public String prepare(EntityExplorerActionSelection selection) throws RpcExecutionException, PersistException - Specified by:
prepare
in interfaceSeminarLowerActionService
- Throws:
RpcExecutionException
PersistException
-
lowerSeminar
- Specified by:
lowerSeminar
in interfaceSeminarLowerActionService
-
setEventAndModuleStatus
-