Interface ConfigurationClassificationCacheStrategy
-
- All Known Implementing Classes:
DefaultConfigurationClassificationCacheStrategyImpl
public interface ConfigurationClassificationCacheStrategyThis strategy manages the caching of the classification data in context of product configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>getCachedNameMap()Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - please callProductConfigurationCacheAccessService#getCachedNameMap(ConfigModel)orProductConfigurationCacheAccessService.getCachedNameMap(String)java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>getCachedNameMap(ConfigModel config)Retrieves a map of of names from the Hybris classification system by the configuration modeljava.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>getCachedNameMap(java.lang.String productCode)Retrieves a map of of names from the Hybris classification system by the product code
-
-
-
Method Detail
-
getCachedNameMap
@Deprecated(since="1811", forRemoval=true) java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> getCachedNameMap()Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - please callProductConfigurationCacheAccessService#getCachedNameMap(ConfigModel)orProductConfigurationCacheAccessService.getCachedNameMap(String)Retrieves a map of of names from the Hybris classification system- Returns:
- Map of names from the Hybris classification system
-
getCachedNameMap
java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> getCachedNameMap(ConfigModel config)
Retrieves a map of of names from the Hybris classification system by the configuration model- Returns:
- Map of names from the Hybris classification system
-
getCachedNameMap
java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> getCachedNameMap(java.lang.String productCode)
Retrieves a map of of names from the Hybris classification system by the product code- Returns:
- Map of names from the Hybris classification system
-
-