Interface BackofficeFacetSearchConfigCache
-
- All Known Implementing Classes:
DefaultBackofficeFacetSearchConfigCache
@Deprecated(since="2105", forRemoval=true) public interface BackofficeFacetSearchConfigCacheDeprecated, for removal: This API element is subject to removal in a future version.(Be replaced)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsSearchConfigForTypeCode(java.lang.String typeCode)Deprecated, for removal: This API element is subject to removal in a future version.BackofficeIndexedTypeToSolrFacetSearchConfigModelgetSearchConfigForTypeCode(java.lang.String typeCode)Deprecated, for removal: This API element is subject to removal in a future version.voidinvalidateCache()Deprecated, for removal: This API element is subject to removal in a future version.voidputSearchConfigForTypeCode(java.lang.String typeCode, BackofficeIndexedTypeToSolrFacetSearchConfigModel searchConfig)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
containsSearchConfigForTypeCode
boolean containsSearchConfigForTypeCode(java.lang.String typeCode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSearchConfigForTypeCode
BackofficeIndexedTypeToSolrFacetSearchConfigModel getSearchConfigForTypeCode(java.lang.String typeCode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
putSearchConfigForTypeCode
void putSearchConfigForTypeCode(java.lang.String typeCode, BackofficeIndexedTypeToSolrFacetSearchConfigModel searchConfig)Deprecated, for removal: This API element is subject to removal in a future version.
-
invalidateCache
void invalidateCache()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-