Interface ActivateDuplicateConfigActionService
- All Known Implementing Classes:
ActivateDuplicateConfigActionServiceImpl
public interface ActivateDuplicateConfigActionService
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.activateDuplicateConfigEntity
(Entity duplicateConfig) Activates the given Duplicate_config.void
Deprecated.void
disableDuplicateConfig
(Entity duplicateConfig, boolean keepDuplicates) This deletes all existing Duplicate entities (for the given model) and also deletes all indices for 'fuzzy' search fields.
-
Method Details
-
activateDuplicateConfig
Deprecated.Activates the given Duplicate_config. This means that the currently active config is disabled (seedisableDuplicateConfig(EntityExplorerActionSelection)
). Indices are created for 'fuzzy' search fields if necessary and all Duplicate entities will be created. -
activateDuplicateConfigEntity
Activates the given Duplicate_config. This means that the currently active config is disabled (seedisableDuplicateConfig(EntityExplorerActionSelection)
). Indices are created for 'fuzzy' search fields if necessary and all Duplicate entities will be created. -
disableDuplicateConfig
Deprecated.This deletes all existing Duplicate entities (for the given model) and also deletes all indices for 'fuzzy' search fields. -
disableDuplicateConfig
This deletes all existing Duplicate entities (for the given model) and also deletes all indices for 'fuzzy' search fields.
-