Interface ActivateDuplicateConfigActionService

All Known Implementing Classes:
ActivateDuplicateConfigActionServiceImpl

public interface ActivateDuplicateConfigActionService
  • Method Summary

    Modifier and Type
    Method
    Description
    Activates the given Duplicate_config.
    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

    • activateDuplicateConfigEntity

      String activateDuplicateConfigEntity(Entity duplicateConfig)
      Activates the given Duplicate_config. This means that the currently active config is disabled (see disableDuplicateConfig(Entity, boolean)). Indices are created for 'fuzzy' search fields if necessary and all Duplicate entities will be created.
    • disableDuplicateConfig

      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.