Interface ConfigurationClassificationCacheStrategy

    • 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 call ProductConfigurationCacheAccessService#getCachedNameMap(ConfigModel) or ProductConfigurationCacheAccessService.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