Interface CMSSyncSearchRestrictionService

All Known Implementing Classes:
DefaultCMSSyncSearchRestrictionService

public interface CMSSyncSearchRestrictionService
The Interface CMSSyncSearchRestrictionService responsible for managing SearchRestriction of synchronization.
  • Method Details

    • createCmsSyncSearchRestriction

      SearchRestrictionModel createCmsSyncSearchRestriction(String restrictionCode, Class<?> restrictedTypeClass, String query)
      Creates and saves a search restriction with the given data.
      Parameters:
      restrictionCode - The code used to identify the search restriction to create
      restrictedTypeClass - The type that will be restricted by this search restriction
      query - The query used to perform the search restriction
      Returns:
      The new created SearchRestrictionModel