Uses of Class
de.hybris.platform.sap.productconfig.facades.CsticValueData
Packages that use CsticValueData
Package
Description
-
Uses of CsticValueData in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return types with arguments of type CsticValueDataMethods in de.hybris.platform.sap.productconfig.facades with parameters of type CsticValueDataModifier and TypeMethodDescriptionvoidConfigurationMessageMapper.mapMessagesFromModelToData(CsticValueData cstciValueData, CsticValueModel csticValueModel) maps messages from cstic value model to cstic value data to display on UIMethod parameters in de.hybris.platform.sap.productconfig.facades with type arguments of type CsticValueDataModifier and TypeMethodDescriptionvoidCsticData.setDomainvalues(List<CsticValueData> domainvalues) -
Uses of CsticValueData in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return CsticValueDataModifier and TypeMethodDescriptionprotected CsticValueDataCsticTypeMapperImpl.createDomainValue(CsticModel csticModel, CsticValueModel csticValueModel, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled, boolean isDebugEnabledNameProvider, boolean useDeltaPrices) Methods in de.hybris.platform.sap.productconfig.facades.impl that return types with arguments of type CsticValueDataModifier and TypeMethodDescriptionprotected List<CsticValueData>CsticTypeMapperImpl.createDomainValues(CsticModel model, ClassificationSystemCPQAttributesContainer hybrisNames, boolean isDebugEnabled, boolean useDeltaPrices) Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type CsticValueDataModifier and TypeMethodDescriptionprotected booleanUiTypeFinderImpl.hasValueImage(CsticValueData valueData) Checks value DTO whether it has at least one image.voidConfigurationMessageMapperImpl.mapMessagesFromModelToData(CsticValueData cstciValueData, CsticValueModel csticValueModel) protected voidCsticTypeMapperImpl.setPrice(CsticValueModel csticValueModel, CsticValueData domainValue, boolean useDeltaPrices) Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type CsticValueDataModifier and TypeMethodDescriptionprotected voidCsticTypeMapperImpl.handlePriceData(CsticModel model, CsticData data, List<CsticValueData> domainValues) Adds zero prices with currency to the domain-values if the cstic is price relevant. -
Uses of CsticValueData in de.hybris.platform.sap.productconfig.frontend.util
Methods in de.hybris.platform.sap.productconfig.frontend.util with parameters of type CsticValueDataModifier and TypeMethodDescriptionCSSClassResolver.getValuePromoStyleClass(CsticData cstic, CsticValueData value) Computes the style for a cstic value based on theCsticStatusTypeof the corresponding cstic. -
Uses of CsticValueData in de.hybris.platform.sap.productconfig.frontend.util.impl
Methods in de.hybris.platform.sap.productconfig.frontend.util.impl with parameters of type CsticValueDataModifier and TypeMethodDescriptionstatic StringCSSClassResolverFactory.getValuePromoStyleClass(CsticData cstic, CsticValueData value) CSSClassResolverImpl.getValuePromoStyleClass(CsticData cstic, CsticValueData value) Method parameters in de.hybris.platform.sap.productconfig.frontend.util.impl with type arguments of type CsticValueDataModifier and TypeMethodDescriptionprotected List<UiCsticValueStatus>UiStatusSync.extractUiStatusFromCsticValue(List<CsticValueData> domainvalues) -
Uses of CsticValueData in de.hybris.platform.sap.productconfig.occ.controllers
Fields in de.hybris.platform.sap.productconfig.occ.controllers declared as CsticValueDataModifier and TypeFieldDescriptionprotected CsticValueDataAbstractProductConfiguratorCCPControllerTCBase.csticValue -
Uses of CsticValueData in de.hybris.platform.sap.productconfig.occ.util.impl
Methods in de.hybris.platform.sap.productconfig.occ.util.impl with parameters of type CsticValueDataModifier and TypeMethodDescriptionprotected voidImageHandlerImpl.convertImagesInValue(CsticValueData csticValue, CsticValueWsDTO csticValueWs) protected voidImageHandlerImpl.convertImagesInValue(CsticValueData csticValue, List<CsticValueWsDTO> csticValueListWs) -
Uses of CsticValueData in de.hybris.platform.sap.productconfig.testdata.impl
Methods in de.hybris.platform.sap.productconfig.testdata.impl that return CsticValueDataModifier and TypeMethodDescriptionConfigurationValueHelperImpl.getDomainValue(CsticData cstic, String name)