Uses of Interface
de.hybris.platform.sap.productconfig.runtime.interf.model.PriceModel
Packages that use PriceModel
Package
Description
-
Uses of PriceModel in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades that return PriceModelModifier and TypeMethodDescriptionprotected static PriceModelConfigurationTestData.createPriceModel(String currency, BigDecimal priceValue) Methods in de.hybris.platform.sap.productconfig.facades with parameters of type PriceModelModifier and TypeMethodDescriptionConfigPricing.getObsoletePriceData(PriceModel priceModel) ConfigPricing.getPriceData(PriceModel priceModel) -
Uses of PriceModel in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type PriceModelModifier and TypeMethodDescriptionConfigPricingImpl.getObsoletePriceData(PriceModel priceModel) ConfigPricingImpl.getPriceData(PriceModel priceModel) -
Uses of PriceModel in de.hybris.platform.sap.productconfig.facades.populator
Fields in de.hybris.platform.sap.productconfig.facades.populator declared as PriceModelModifier and TypeFieldDescriptionConfigurationOverviewInstancePopulatorTest.deltaPriceConfigurationOverviewValuePopulatorTest.mockValuePriceMethods in de.hybris.platform.sap.productconfig.facades.populator that return PriceModelModifier and TypeMethodDescriptionprotected PriceModelDeltaPricePopulatorTest.createPriceModel(String currency, BigDecimal priceValue, BigDecimal obsoleteValue) Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type PriceModelModifier and TypeMethodDescriptionprotected PriceDataPriceSummaryPopulator.getPriceData(PriceModel priceModel) Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type PriceModelModifier and TypeMethodDescriptionprotected Map<String,PriceDataPair> DeltaPricePopulator.fillPrices(Map<String, PriceModel> priceModels) -
Uses of PriceModel in de.hybris.platform.sap.productconfig.runtime.interf
Methods in de.hybris.platform.sap.productconfig.runtime.interf that return PriceModelModifier and TypeMethodDescriptionConfigModelFactory.createInstanceOfPriceModel()Create an instance of thePriceModelConfigModelFactory.getZeroPriceModel()Create an instance of thePriceModel -
Uses of PriceModel in de.hybris.platform.sap.productconfig.runtime.interf.impl
Methods in de.hybris.platform.sap.productconfig.runtime.interf.impl that return PriceModelModifier and TypeMethodDescriptionConfigModelFactoryImpl.createInstanceOfPriceModel()ConfigModelFactoryImpl.getZeroPriceModel() -
Uses of PriceModel in de.hybris.platform.sap.productconfig.runtime.interf.model
Fields in de.hybris.platform.sap.productconfig.runtime.interf.model declared as PriceModelModifier and TypeFieldDescriptionstatic final PriceModelPriceModel.NO_PRICEValue-Object to model the case, when no price information is availablestatic final PriceModelPriceModel.PRICE_NAValue-Object to model the case, when no price information was not fetched, yet.Methods in de.hybris.platform.sap.productconfig.runtime.interf.model that return PriceModelModifier and TypeMethodDescriptionConfigModel.getBasePrice()PriceSummaryModel.getBasePrice()ConfigModel.getCurrentTotalPrice()PriceSummaryModel.getCurrentTotalPrice()ConfigModel.getCurrentTotalSavings()PriceSummaryModel.getCurrentTotalSavings()CsticValueModel.getDeltaPrice()ConfigModel.getSelectedOptionsPrice()PriceSummaryModel.getSelectedOptionsPrice()CsticValueModel.getValuePrice()Methods in de.hybris.platform.sap.productconfig.runtime.interf.model that return types with arguments of type PriceModelMethods in de.hybris.platform.sap.productconfig.runtime.interf.model with parameters of type PriceModelModifier and TypeMethodDescriptionvoidConfigModel.setBasePrice(PriceModel basePrice) voidPriceSummaryModel.setBasePrice(PriceModel basePrice) voidConfigModel.setCurrentTotalPrice(PriceModel currentTotalPrice) voidPriceSummaryModel.setCurrentTotalPrice(PriceModel currentTotalPrice) voidConfigModel.setCurrentTotalSavings(PriceModel currentTotalSavings) voidPriceSummaryModel.setCurrentTotalSavings(PriceModel currentTotalSavings) voidCsticValueModel.setDeltaPrice(PriceModel deltaPrice) voidConfigModel.setSelectedOptionsPrice(PriceModel selectedOptionsPrice) voidPriceSummaryModel.setSelectedOptionsPrice(PriceModel selectedOptionsPrice) voidCsticValueModel.setValuePrice(PriceModel valuePrice) Method parameters in de.hybris.platform.sap.productconfig.runtime.interf.model with type arguments of type PriceModelModifier and TypeMethodDescriptionvoidPriceValueUpdateModel.setValuePrices(Map<String, PriceModel> valuePrices) -
Uses of PriceModel in de.hybris.platform.sap.productconfig.runtime.interf.model.impl
Classes in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that implement PriceModelModifier and TypeClassDescriptionclassDefault implementation of thePriceModelfinal classImmutable ObjectMethods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that return PriceModelModifier and TypeMethodDescriptionZeroPriceModelImpl.clone()ConfigModelImpl.getBasePrice()ConfigModelImpl.getCurrentTotalPrice()ConfigModelImpl.getCurrentTotalSavings()CsticValueModelImpl.getDeltaPrice()ConfigModelImpl.getSelectedOptionsPrice()CsticValueModelImpl.getValuePrice()Methods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl with parameters of type PriceModelModifier and TypeMethodDescriptionvoidConfigModelImpl.setBasePrice(PriceModel basePrice) voidConfigModelImpl.setCurrentTotalPrice(PriceModel currentTotalPrice) voidConfigModelImpl.setCurrentTotalSavings(PriceModel currentTotalSavings) voidCsticValueModelImpl.setDeltaPrice(PriceModel deltaPrice) voidConfigModelImpl.setSelectedOptionsPrice(PriceModel selectedOptionsPrice) voidCsticValueModelImpl.setValuePrice(PriceModel valuePrice) -
Uses of PriceModel in de.hybris.platform.sap.productconfig.runtime.mock.impl
Methods in de.hybris.platform.sap.productconfig.runtime.mock.impl that return PriceModelModifier and TypeMethodDescriptionprotected PriceModelBaseRunTimeConfigMockImpl.createPrice(long priceValue) protected PriceModelBaseRunTimeConfigMockImpl.createPrice(BigDecimal priceValue) protected PriceModelBaseRunTimeConfigMockImpl.createPrice(BigDecimal priceValue, boolean allowZeroPrice) protected PriceModelBaseRunTimeConfigMockImpl.createPrice(BigDecimal priceValue, boolean allowZeroPrice, BigDecimal obsoletePriceValue) protected PriceModelBaseRunTimeConfigMockImpl.createPrice(BigDecimal priceValue, BigDecimal obsoletePriceValue) -
Uses of PriceModel in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl
Methods in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl that return PriceModelModifier and TypeMethodDescriptionprotected PriceModelSimplePricingProviderMockImplTest.createPrice(BigDecimal priceValue, boolean allowZeroPrice) Method parameters in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl with type arguments of type PriceModelModifier and TypeMethodDescriptionprotected voidSimplePricingProviderMockImpl.fillValuePrices(ConfigModel config, PriceValueUpdateModel updateModel, Map<String, PriceModel> valuePrices) protected voidSimplePricingProviderMockImpl.fillValuePricesFromPossibleValues(Map<String, PriceModel> valuePrices, CsticModel csticModel, String productId) -
Uses of PriceModel in de.hybris.platform.sap.productconfig.runtime.mock.util
Methods in de.hybris.platform.sap.productconfig.runtime.mock.util that return PriceModelModifier and TypeMethodDescriptionprotected static PriceModelModelCloneFactory.clonePriceModel(PriceModel priceModel) Methods in de.hybris.platform.sap.productconfig.runtime.mock.util with parameters of type PriceModelModifier and TypeMethodDescriptionprotected static PriceModelModelCloneFactory.clonePriceModel(PriceModel priceModel) -
Uses of PriceModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return PriceModelModifier and TypeMethodDescriptionprotected PriceModelProductConfigurationPricingStrategyImpl.calculateBasePriceModelForConfiguration(AbstractOrderEntryModel entry) protected PriceModelProductConfigurationPricingStrategyImpl.reloadCurrentTotalWithCurrentCurrency(AbstractOrderEntryModel entry) protected PriceModelProductConfigurationPricingStrategyImpl.retrieveCurrentTotalPrice(String configId, AbstractOrderEntryModel entry) Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type PriceModelModifier and TypeMethodDescriptionprotected DoubleProductConfigurationPricingStrategyImpl.hasBasePriceChanged(AbstractOrderEntryModel entry, PriceModel newPrice) protected voidProductConfigurationPricingStrategyImpl.validateCurrency(PriceModel price)