Uses of Class
de.hybris.platform.sap.productconfig.runtime.interf.services.impl.ClassificationSystemCPQAttributesContainer
-
-
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return ClassificationSystemCPQAttributesContainer Modifier and Type Method Description ClassificationSystemCPQAttributesContainerClassificationSystemCPQAttributesProvider. getCPQAttributes(java.lang.String name, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)Get CPQ related attributes for the given cstic from the hybris classification system.Methods in de.hybris.platform.sap.productconfig.facades with parameters of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.List<ImageData>ClassificationSystemCPQAttributesProvider. getCsticMedia(ClassificationSystemCPQAttributesContainer cpqAttributes)extracts all media assigned to this cstic from the CPQ hybris attribute container.java.util.List<ImageData>ClassificationSystemCPQAttributesProvider. getCsticValueMedia(java.lang.String csticValueKey, ClassificationSystemCPQAttributesContainer cpqAttributes)extracts all media assigned to this cstic value from the CPQ hybris attribute container.java.lang.StringClassificationSystemCPQAttributesProvider. getDisplayName(CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled)returns the display name for the cstic.java.lang.StringClassificationSystemCPQAttributesProvider. getDisplayValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled)returns the display name for the cstic value.java.lang.StringClassificationSystemCPQAttributesProvider. getLongText(CsticModel model, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled)returns the long text for the cstic.java.lang.StringClassificationSystemCPQAttributesProvider. getOverviewValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled)returns the display name for the cstic value in context of the overview page.java.lang.StringClassificationSystemCPQAttributesProvider. getValueLongText(CsticValueModel csticValueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabledNameProvider)returns the long text for a cstic value.Method parameters in de.hybris.platform.sap.productconfig.facades with type arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description ClassificationSystemCPQAttributesContainerClassificationSystemCPQAttributesProvider. getCPQAttributes(java.lang.String name, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)Get CPQ related attributes for the given cstic from the hybris classification system.CsticDataCsticTypeMapper. mapCsticModelToData(CsticModel model, java.lang.String groupName, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)Maps a single characteristic. -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return ClassificationSystemCPQAttributesContainer Modifier and Type Method Description ClassificationSystemCPQAttributesContainerClassificationSystemCPQAttributesProviderImpl. getCPQAttributes(java.lang.String name, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)protected ClassificationSystemCPQAttributesContainerClassificationSystemCPQAttributesProviderImpl. getNameFromAttribute(ClassificationAttributeModel attr, ClassificationSystemVersionModel systemVersion)Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description protected CsticValueDataCsticTypeMapperImpl. createDomainValue(CsticModel csticModel, CsticValueModel csticValueModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled, boolean isDebugEnabledNameProvider, boolean useDeltaPrices)protected java.util.List<CsticValueData>CsticTypeMapperImpl. createDomainValues(CsticModel model, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled, boolean useDeltaPrices)java.util.List<ImageData>ClassificationSystemCPQAttributesProviderImpl. getCsticMedia(ClassificationSystemCPQAttributesContainer cpqAttributes)java.util.List<ImageData>ClassificationSystemCPQAttributesProviderImpl. getCsticValueMedia(java.lang.String csticValueKey, ClassificationSystemCPQAttributesContainer cpqAttributes)java.lang.StringClassificationSystemCPQAttributesProviderImpl. getDisplayName(CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isDebugEnabled)java.lang.StringClassificationSystemCPQAttributesProviderImpl. getDisplayValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isDebugEnabled)java.lang.StringClassificationSystemCPQAttributesProviderImpl. getLongText(CsticModel model, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isDebugEnabled)java.lang.StringClassificationSystemCPQAttributesProviderImpl. getOverviewValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isDebugEnabled)java.lang.StringClassificationSystemCPQAttributesProviderImpl. getValueLongText(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled)protected java.lang.StringClassificationSystemCPQAttributesProviderImpl. getValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isDebugEnabled)Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description protected UiGroupDataConfigurationBaseFacadeImpl. createCsticGroup(CsticGroup csticModelGroup, InstanceModel instance, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)Creates a new UI group based on the characteristic group modelprotected UiGroupDataConfigurationBaseFacadeImpl. createUiGroup(InstanceModel instance, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap, java.util.List<UiGroupData> csticGroupsFlat, int level)Creates an UI group from an instance model.ClassificationSystemCPQAttributesContainerClassificationSystemCPQAttributesProviderImpl. getCPQAttributes(java.lang.String name, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)protected java.util.List<UiGroupData>ConfigurationBaseFacadeImpl. getGroupsFromInstance(InstanceModel instance, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap, java.util.List<UiGroupData> csticGroupsFlat, int level)Reads groups per instanceprotected java.util.List<CsticData>ConfigurationBaseFacadeImpl. getListOfCsticData(java.util.List<CsticModel> csticModelList, java.lang.String prefix, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)CsticDataCsticTypeMapperImpl. mapCsticModelToData(CsticModel model, java.lang.String prefix, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap) -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.facades.populator
Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description protected java.lang.StringConfigurationOrderEntryProductInfoModelPopulator. generateConfigInfoInline(java.util.List<CsticValueModel> assignedValues, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes, boolean isNameProviderDebugEnabled)Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description protected voidConfigurationOrderEntryProductInfoModelPopulator. addCsticForCartDisplay(java.util.List<AbstractOrderEntryProductInfoModel> configurationInfoModel, CsticModel csticModel, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)protected CharacteristicGroupConfigurationOverviewInstancePopulator. createCsticGroup(CsticGroup csticModelGroup, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap, java.util.List<ConfigOverviewFilter> filters)protected voidConfigurationOverviewInstancePopulator. createCsticValues(java.util.List<CharacteristicValue> values, CsticModel cstic, java.util.List<CsticValueModel> filteredAssignedValues, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)protected CharacteristicGroupConfigurationOverviewInstancePopulator. createSubInstanceGroup(InstanceModel instance, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap, java.util.List<ConfigOverviewFilter> filters)protected java.util.Collection<java.util.Map>ConfigurationOverviewPopulator. fillOptions(ConfigurationOverviewData target, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap)protected intConfigurationOrderEntryProductInfoModelPopulator. processGroupForCartDisplay(java.util.List<AbstractOrderEntryProductInfoModel> target, InstanceModel rootInstance, int numberOfDisplayedCstics, CsticGroupModel currentGroup, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> nameMap) -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.runtime.interf.services
Methods in de.hybris.platform.sap.productconfig.runtime.interf.services that return types with arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>ProductConfigSessionAttributeContainer. getClassificationSystemCPQAttributes() -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.runtime.interf.services.impl
Fields in de.hybris.platform.sap.productconfig.runtime.interf.services.impl declared as ClassificationSystemCPQAttributesContainer Modifier and Type Field Description static ClassificationSystemCPQAttributesContainerClassificationSystemCPQAttributesContainer. NULL_OBJnullobject, to model the case when there exists no data for the specific cstci whithin the hybris classification system. -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.services
Methods in de.hybris.platform.sap.productconfig.services that return types with arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>SessionAccessService. getCachedNameMap()Deprecated, for removal: This API element is subject to removal in a future version.callProductConfigurationCacheAccessService#getCachedNameMap()instead -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.services.cache
Methods in de.hybris.platform.sap.productconfig.services.cache that return types with arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>ProductConfigurationCacheAccessService. getCachedNameMap(java.lang.String productCode)Retrieves a map of names from the Hybris classification system -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.services.cache.impl
Methods in de.hybris.platform.sap.productconfig.services.cache.impl that return types with arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>ProductConfigurationCacheAccessServiceImpl. getCachedNameMap(java.lang.String productCode)protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>>ProductConfigurationCacheAccessServiceImpl. getClassificationSystemCPQAttributesCache()Method parameters in de.hybris.platform.sap.productconfig.services.cache.impl with type arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description voidProductConfigurationCacheAccessServiceImpl. setClassificationSystemCPQAttributesCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>> classificationSystemCPQAttributesCache) -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return types with arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>SessionAccessServiceImpl. getCachedNameMap()Deprecated, for removal: This API element is subject to removal in a future version.callProductConfigurationCacheAccessService#getCachedNameMap()insteadMethods in de.hybris.platform.sap.productconfig.services.impl with parameters of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description protected SolrSearchQueryTermDataProductConfigurationVariantSearchServiceImpl. createQueryDataTerm(CsticModel csticModel, CsticValueModel value, ClassificationSystemCPQAttributesContainer cpqAttributes)protected java.lang.StringProductConfigurationVariantSearchServiceImpl. getValueName(CsticValueModel valueModel, CsticModel csticModel, ClassificationSystemCPQAttributesContainer cpqAttributes)Method parameters in de.hybris.platform.sap.productconfig.services.impl with type arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description protected java.util.List<SolrSearchQueryTermData>ProductConfigurationVariantSearchServiceImpl. convertToQueryDataList(CsticModel csticModel, java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer> hybrisNamesMap, java.util.Set<java.lang.String> solrIndexedProperties) -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl that return types with arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>DefaultConfigurationClassificationCacheStrategyImpl. 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>DefaultConfigurationClassificationCacheStrategyImpl. getCachedNameMap(ConfigModel config)java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>DefaultConfigurationClassificationCacheStrategyImpl. getCachedNameMap(java.lang.String productCode) -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf that return types with arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>ConfigurationClassificationCacheStrategy. 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>ConfigurationClassificationCacheStrategy. getCachedNameMap(ConfigModel config)Retrieves a map of of names from the Hybris classification system by the configuration modeljava.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>ConfigurationClassificationCacheStrategy. getCachedNameMap(java.lang.String productCode)Retrieves a map of of names from the Hybris classification system by the product code -
Uses of ClassificationSystemCPQAttributesContainer in de.hybris.platform.sap.productconfig.services.testutil
Methods in de.hybris.platform.sap.productconfig.services.testutil that return types with arguments of type ClassificationSystemCPQAttributesContainer Modifier and Type Method Description java.util.Map<java.lang.String,ClassificationSystemCPQAttributesContainer>DummyCacheAccessService. getCachedNameMap(java.lang.String productCode)
-