Interface CMSSyncSearchRestrictionService
- All Known Implementing Classes:
DefaultCMSSyncSearchRestrictionService
public interface CMSSyncSearchRestrictionService
The Interface CMSSyncSearchRestrictionService responsible for managing SearchRestriction of synchronization.
-
Method Summary
Modifier and TypeMethodDescriptioncreateCmsSyncSearchRestriction(String restrictionCode, Class<?> restrictedTypeClass, String query) Creates and saves a search restriction with the given data.
-
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 createrestrictedTypeClass- The type that will be restricted by this search restrictionquery- The query used to perform the search restriction- Returns:
- The new created SearchRestrictionModel
-