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