Interface TakeRegistrationActionService
- All Known Implementing Classes:
TakeRegistrationActionServiceImpl
public interface TakeRegistrationActionService
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyAndRefreshRecords
(EntityExplorerActionSelection selection, String events, String myModules, String registrationStatus, String takeStatus, boolean takeArticle, boolean deleteOriginalEntities, boolean isCopy, boolean useTask, @Nullable AbstractInterruptableJob job) copyAndRefreshRecords
(EntityExplorerActionSelection selection, String events, String myModules, String registrationStatus, String takeStatus, boolean takeArticle, boolean deleteOriginalEntities, boolean isCopy, @Nullable AbstractInterruptableJob job) loadMaskContent
(EntityExplorerActionSelection selection, String defaultRegistrationStatus)
-
Method Details
-
loadMaskContent
TakeRegistrationActionService.TakeRegistrationMaskContent loadMaskContent(EntityExplorerActionSelection selection, String defaultRegistrationStatus) -
copyAndRefreshRecords
void copyAndRefreshRecords(EntityExplorerActionSelection selection, String events, String myModules, String registrationStatus, String takeStatus, boolean takeArticle, boolean deleteOriginalEntities, boolean isCopy, boolean useTask, @Nullable @Nullable AbstractInterruptableJob job) -
copyAndRefreshRecords
String copyAndRefreshRecords(EntityExplorerActionSelection selection, String events, String myModules, String registrationStatus, String takeStatus, boolean takeArticle, boolean deleteOriginalEntities, boolean isCopy, @Nullable @Nullable AbstractInterruptableJob job)
-