Class DefaultBackofficeFacetSearchConfigCache
java.lang.Object
com.hybris.backoffice.solrsearch.cache.impl.DefaultBackofficeFacetSearchConfigCache
- All Implemented Interfaces:
BackofficeFacetSearchConfigCache,InvalidationListener
@Deprecated(since="2105",
forRemoval=true)
public class DefaultBackofficeFacetSearchConfigCache
extends Object
implements BackofficeFacetSearchConfigCache, InvalidationListener
Deprecated, for removal: This API element is subject to removal in a future version.
(Be replaced)
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protected final ReadWriteLockDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected ModelServiceDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSearchConfigForTypeCode(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.protected ModelServiceDeprecated, for removal: This API element is subject to removal in a future version.getSearchConfigForTypeCode(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.protected booleanisOperationInvalidating(int invalidationType) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanisTypeInvalidating(Object[] key) Deprecated, for removal: This API element is subject to removal in a future version.voidkeyInvalidated(Object[] key, int invalidationType, InvalidationTarget target, RemoteInvalidationSource remoteSource) Deprecated, for removal: This API element is subject to removal in a future version.voidputSearchConfigForTypeCode(String typeCode, BackofficeIndexedTypeToSolrFacetSearchConfigModel facetSearchConfig) Deprecated, for removal: This API element is subject to removal in a future version.voidsetInvalidatingTypecodes(Set<String> invalidatingTypecodes) Deprecated, for removal: This API element is subject to removal in a future version.voidsetModelService(ModelService modelService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
cache
Deprecated, for removal: This API element is subject to removal in a future version. -
cacheLock
Deprecated, for removal: This API element is subject to removal in a future version. -
invalidatingTypecodes
Deprecated, for removal: This API element is subject to removal in a future version. -
modelService
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
DefaultBackofficeFacetSearchConfigCache
public DefaultBackofficeFacetSearchConfigCache()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
initialize
public void initialize()Deprecated, for removal: This API element is subject to removal in a future version. -
containsSearchConfigForTypeCode
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsSearchConfigForTypeCodein interfaceBackofficeFacetSearchConfigCache
-
getSearchConfigForTypeCode
public BackofficeIndexedTypeToSolrFacetSearchConfigModel getSearchConfigForTypeCode(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSearchConfigForTypeCodein interfaceBackofficeFacetSearchConfigCache
-
putSearchConfigForTypeCode
public void putSearchConfigForTypeCode(String typeCode, BackofficeIndexedTypeToSolrFacetSearchConfigModel facetSearchConfig) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
putSearchConfigForTypeCodein interfaceBackofficeFacetSearchConfigCache
-
invalidateCache
public void invalidateCache()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
invalidateCachein interfaceBackofficeFacetSearchConfigCache
-
setInvalidatingTypecodes
Deprecated, for removal: This API element is subject to removal in a future version. -
keyInvalidated
public void keyInvalidated(Object[] key, int invalidationType, InvalidationTarget target, RemoteInvalidationSource remoteSource) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
keyInvalidatedin interfaceInvalidationListener
-
isOperationInvalidating
protected boolean isOperationInvalidating(int invalidationType) Deprecated, for removal: This API element is subject to removal in a future version. -
isTypeInvalidating
Deprecated, for removal: This API element is subject to removal in a future version. -
getModelService
Deprecated, for removal: This API element is subject to removal in a future version. -
setModelService
Deprecated, for removal: This API element is subject to removal in a future version.
-