Interface CMSSyncSearchRestrictionService
-
- All Known Implementing Classes:
DefaultCMSSyncSearchRestrictionService
public interface CMSSyncSearchRestrictionServiceThe Interface CMSSyncSearchRestrictionService responsible for managing SearchRestriction of synchronization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchRestrictionModelcreateCmsSyncSearchRestriction(java.lang.String restrictionCode, java.lang.Class<?> restrictedTypeClass, java.lang.String query)Creates and saves a search restriction with the given data.
-
-
-
Method Detail
-
createCmsSyncSearchRestriction
SearchRestrictionModel createCmsSyncSearchRestriction(java.lang.String restrictionCode, java.lang.Class<?> restrictedTypeClass, java.lang.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
-
-