Class TakeRegistrationActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.event.impl.actions.TakeRegistrationActionServiceImpl
- All Implemented Interfaces:
TakeRegistrationActionService
@Deprecated
public class TakeRegistrationActionServiceImpl
extends Object
implements TakeRegistrationActionService
Deprecated.
Copy selected registrations to another event
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.event.impl.actions.TakeRegistrationActionService
TakeRegistrationActionService.TakeRegistrationMaskContent
-
Constructor Summary
ConstructorsConstructorDescriptionTakeRegistrationActionServiceImpl
(EntityExplorerActionSelectionService selectionService, Context context, org.slf4j.Logger log, TextResources textResources, CascadingDeleteService cascadingDeleteService, DefaultDisplayService defaultDisplayService, TaskSchedulingService taskSchedulingService, BusinessUnitManager businessUnitManager, CascadingDelete cascadingDelete, TakeStatusHandlerFactory takeStatusHandlerFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyAndRefreshRecords
(EntityExplorerActionSelection selection, String events, String myModules, String registrationStatus, String takeStatusAsString, boolean takeArticle, boolean deleteOriginalEntities, boolean isCopy, boolean useTask, @Nullable AbstractInterruptableJob job) Deprecated.copyAndRefreshRecords
(EntityExplorerActionSelection selection, String events, String myModules, String registrationStatus, String takeStatus, boolean takeArticle, boolean deleteOriginalEntities, boolean isCopy, @Nullable AbstractInterruptableJob job) Deprecated.loadMaskContent
(EntityExplorerActionSelection selection, String defaultRegistrationStatus) Deprecated.void
setConfigurations
(List<TakeRegistrationActionConfiguration> configurations) Deprecated.
-
Constructor Details
-
TakeRegistrationActionServiceImpl
public TakeRegistrationActionServiceImpl(EntityExplorerActionSelectionService selectionService, Context context, org.slf4j.Logger log, TextResources textResources, CascadingDeleteService cascadingDeleteService, DefaultDisplayService defaultDisplayService, TaskSchedulingService taskSchedulingService, BusinessUnitManager businessUnitManager, CascadingDelete cascadingDelete, TakeStatusHandlerFactory takeStatusHandlerFactory) Deprecated.
-
-
Method Details
-
loadMaskContent
public TakeRegistrationActionService.TakeRegistrationMaskContent loadMaskContent(EntityExplorerActionSelection selection, String defaultRegistrationStatus) Deprecated.- Specified by:
loadMaskContent
in interfaceTakeRegistrationActionService
-
copyAndRefreshRecords
public void copyAndRefreshRecords(EntityExplorerActionSelection selection, String events, String myModules, String registrationStatus, String takeStatusAsString, boolean takeArticle, boolean deleteOriginalEntities, boolean isCopy, boolean useTask, @Nullable @Nullable AbstractInterruptableJob job) Deprecated.- Specified by:
copyAndRefreshRecords
in interfaceTakeRegistrationActionService
-
copyAndRefreshRecords
public String copyAndRefreshRecords(EntityExplorerActionSelection selection, String events, String myModules, String registrationStatus, String takeStatus, boolean takeArticle, boolean deleteOriginalEntities, boolean isCopy, @Nullable @Nullable AbstractInterruptableJob job) Deprecated.- Specified by:
copyAndRefreshRecords
in interfaceTakeRegistrationActionService
-
setConfigurations
Deprecated.
-