Uses of Class
de.hybris.platform.commercefacades.product.data.PriceData
Packages that use PriceData
Package
Description
-
Uses of PriceData in de.hybris.platform.acceleratorfacades.order.data
Methods in de.hybris.platform.acceleratorfacades.order.data that return PriceDataMethods in de.hybris.platform.acceleratorfacades.order.data with parameters of type PriceDataModifier and TypeMethodDescriptionvoidPriceRangeData.setMaxPrice(PriceData maxPrice) voidPriceRangeData.setMinPrice(PriceData minPrice) -
Uses of PriceData in de.hybris.platform.acceleratorfacades.product.data
Methods in de.hybris.platform.acceleratorfacades.product.data that return PriceDataMethods in de.hybris.platform.acceleratorfacades.product.data with parameters of type PriceData -
Uses of PriceData in de.hybris.platform.b2bacceleratorfacades.order.converters.populator
Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataGroupOrderEntryPopulator.buildPrice(PriceData base, long amount) Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator.getMaxPrice(OrderEntryData parentEntry, PriceData samplePrice) Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator.getMinPrice(OrderEntryData parentEntry, PriceData samplePrice) Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator.getTotalPrice(OrderEntryData parentEntry, PriceData samplePrice) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with parameters of type PriceDataModifier and TypeMethodDescriptionprotected PriceDataGroupOrderEntryPopulator.buildPrice(PriceData base, long amount) Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator.getMaxPrice(OrderEntryData parentEntry, PriceData samplePrice) Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator.getMinPrice(OrderEntryData parentEntry, PriceData samplePrice) Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataGroupOrderEntryPopulator.getTotalPrice(OrderEntryData parentEntry, PriceData samplePrice) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanGroupOrderEntryPopulator.isNotEmptyPrice(PriceData price) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PriceData in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataDefaultCartFacade.buildZeroPrice()Deprecated, for removal: This API element is subject to removal in a future version.protected PriceDataDefaultCartFacade.createPrice(PriceData currentEntryPrice, PriceData orderEntryPrice) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with parameters of type PriceDataModifier and TypeMethodDescriptionprotected PriceDataDefaultCartFacade.createPrice(PriceData currentEntryPrice, PriceData orderEntryPrice) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PriceData in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return PriceDataModifier and TypeMethodDescriptionNotPickedUpConsignmentCanceledEmailContext.getRefundAmount()OrderPartiallyRefundedEmailContext.getRefundAmount()OrderRefundEmailContext.getRefundAmount() -
Uses of PriceData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataGroupOrderEntryPopulator.buildPrice(PriceData base, BigDecimal amount) protected PriceDataAbstractOrderPopulator.createPrice(AbstractOrderModel source, Double val) protected PriceDataOrderEntryPopulator.createPrice(AbstractOrderEntryModel orderEntry, Double val) protected PriceDataAbstractOrderPopulator.createZeroPrice()protected PriceDataGroupOrderEntryPopulator.getMaxPrice(OrderEntryData parentEntry, PriceData samplePrice) protected PriceDataGroupOrderEntryPopulator.getMinPrice(OrderEntryData parentEntry, PriceData samplePrice) protected PriceDataGroupOrderEntryPopulator.getTotalPrice(OrderEntryData parentEntry, PriceData samplePrice) Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type PriceDataMethods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type PriceDataModifier and TypeMethodDescriptionprotected PriceDataGroupOrderEntryPopulator.buildPrice(PriceData base, BigDecimal amount) protected PriceDataGroupOrderEntryPopulator.getMaxPrice(OrderEntryData parentEntry, PriceData samplePrice) protected PriceDataGroupOrderEntryPopulator.getMinPrice(OrderEntryData parentEntry, PriceData samplePrice) protected PriceDataGroupOrderEntryPopulator.getTotalPrice(OrderEntryData parentEntry, PriceData samplePrice) protected booleanGroupOrderEntryPopulator.isNotEmptyPrice(PriceData price) -
Uses of PriceData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return PriceDataModifier and TypeMethodDescriptionOrderEntryData.getBasePrice()OrderEntryData.getCancelledItemsPrice()AbstractOrderData.getDeliveryCost()DeliveryModeData.getDeliveryCost()AbstractOrderData.getOrderDiscounts()AbstractOrderData.getProductDiscounts()AbstractOrderData.getQuoteDiscounts()OrderEntryData.getReturnedItemsPrice()AbstractOrderData.getSubTotal()AbstractOrderData.getSubTotalWithDiscounts()Deprecated, for removal: This API element is subject to removal in a future version.Use de.hybris.platform.commercefacades.order.data.AbstractOrderData#subTotal instead.AbstractOrderData.getSubTotalWithoutQuoteDiscounts()OrderHistoryData.getTotal()AbstractOrderData.getTotalDiscounts()AbstractOrderData.getTotalDiscountsWithQuoteDiscounts()AbstractOrderData.getTotalPrice()OrderEntryData.getTotalPrice()AbstractOrderData.getTotalPriceWithTax()OrderEntryGroupData.getTotalPriceWithTax()AbstractOrderData.getTotalTax()Methods in de.hybris.platform.commercefacades.order.data with parameters of type PriceDataModifier and TypeMethodDescriptionvoidOrderEntryData.setBasePrice(PriceData basePrice) voidOrderEntryData.setCancelledItemsPrice(PriceData cancelledItemsPrice) voidAbstractOrderData.setDeliveryCost(PriceData deliveryCost) voidDeliveryModeData.setDeliveryCost(PriceData deliveryCost) voidAbstractOrderData.setOrderDiscounts(PriceData orderDiscounts) voidAbstractOrderData.setProductDiscounts(PriceData productDiscounts) voidAbstractOrderData.setQuoteDiscounts(PriceData quoteDiscounts) voidOrderEntryData.setReturnedItemsPrice(PriceData returnedItemsPrice) voidAbstractOrderData.setSubTotal(PriceData subTotal) voidAbstractOrderData.setSubTotalWithDiscounts(PriceData subTotalWithDiscounts) Deprecated, for removal: This API element is subject to removal in a future version.Use de.hybris.platform.commercefacades.order.data.AbstractOrderData#subTotal instead.voidAbstractOrderData.setSubTotalWithoutQuoteDiscounts(PriceData subTotalWithoutQuoteDiscounts) voidvoidAbstractOrderData.setTotalDiscounts(PriceData totalDiscounts) voidAbstractOrderData.setTotalDiscountsWithQuoteDiscounts(PriceData totalDiscountsWithQuoteDiscounts) voidAbstractOrderData.setTotalPrice(PriceData totalPrice) voidOrderEntryData.setTotalPrice(PriceData totalPrice) voidAbstractOrderData.setTotalPriceWithTax(PriceData totalPriceWithTax) voidOrderEntryGroupData.setTotalPriceWithTax(PriceData totalPriceWithTax) voidAbstractOrderData.setTotalTax(PriceData totalTax) -
Uses of PriceData in de.hybris.platform.commercefacades.product
Methods in de.hybris.platform.commercefacades.product that return PriceDataModifier and TypeMethodDescriptionPriceDataFactory.create(PriceDataType priceType, BigDecimal value, CurrencyModel currency) Creates a PriceData object with a formatted currency string based on the price type and currency.PriceDataFactory.create(PriceDataType priceType, BigDecimal value, String currencyIso) Creates a PriceData object with a formatted currency string based on the price type and currency ISO code. -
Uses of PriceData in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataProductPriceRangePopulator.createPriceData(PriceDataType priceType, PriceInformation priceInfo) protected PriceDataProductVolumePricesPopulator.createPriceData(PriceDataType priceType, PriceInformation priceInfo) Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type PriceDataModifier and TypeMethodDescriptionProductVolumePricesPopulator.createPrices(SOURCE productModel, List<PriceInformation> pricesInfos) Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type PriceDataModifier and TypeMethodDescriptionprotected intProductVolumePricesPopulator.VolumePriceComparator.compareInstances(PriceData price1, PriceData price2) -
Uses of PriceData in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return PriceDataModifier and TypeMethodDescriptionProductData.getLowestBundlePrice()ProductData.getPrice()VariantOptionData.getPriceData()Methods in de.hybris.platform.commercefacades.product.data that return types with arguments of type PriceDataMethods in de.hybris.platform.commercefacades.product.data with parameters of type PriceDataModifier and TypeMethodDescriptionvoidProductData.setLowestBundlePrice(PriceData lowestBundlePrice) voidvoidVariantOptionData.setPriceData(PriceData priceData) Method parameters in de.hybris.platform.commercefacades.product.data with type arguments of type PriceData -
Uses of PriceData in de.hybris.platform.commercefacades.product.impl
Methods in de.hybris.platform.commercefacades.product.impl that return PriceDataModifier and TypeMethodDescriptionDefaultPriceDataFactory.create(PriceDataType priceType, BigDecimal value, CurrencyModel currency) DefaultPriceDataFactory.create(PriceDataType priceType, BigDecimal value, String currencyIso) protected PriceDataDefaultPriceDataFactory.createPriceData() -
Uses of PriceData in de.hybris.platform.commercefacades.quote.data
Methods in de.hybris.platform.commercefacades.quote.data that return PriceDataMethods in de.hybris.platform.commercefacades.quote.data with parameters of type PriceDataModifier and TypeMethodDescriptionvoidQuoteData.setPreviousEstimatedTotal(PriceData previousEstimatedTotal) -
Uses of PriceData in de.hybris.platform.commercefacades.search.converters.populator
Methods in de.hybris.platform.commercefacades.search.converters.populator that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataSearchResultVariantProductPopulator.createPriceData(SolrPriceRangeEntry priceInfo) -
Uses of PriceData in de.hybris.platform.commercefacades.voucher.data
Methods in de.hybris.platform.commercefacades.voucher.data that return PriceDataMethods in de.hybris.platform.commercefacades.voucher.data with parameters of type PriceData -
Uses of PriceData in de.hybris.platform.integration.cis.subscription.facades.impl
Methods in de.hybris.platform.integration.cis.subscription.facades.impl that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataDefaultCisSubscriptionFacade.getPayNowPrice(AbstractOrderData orderData) -
Uses of PriceData in de.hybris.platform.ordermanagementfacades.returns.data
Methods in de.hybris.platform.ordermanagementfacades.returns.data that return PriceDataModifier and TypeMethodDescriptionReturnRequestData.getDeliveryCost()ReturnEntryData.getRefundAmount()ReturnRequestData.getSubtotal()ReturnRequestData.getTotal()Methods in de.hybris.platform.ordermanagementfacades.returns.data with parameters of type PriceDataModifier and TypeMethodDescriptionvoidReturnRequestData.setDeliveryCost(PriceData deliveryCost) voidReturnEntryData.setRefundAmount(PriceData refundAmount) voidReturnRequestData.setSubtotal(PriceData subtotal) void -
Uses of PriceData in de.hybris.platform.sap.productconfig.facades
Fields in de.hybris.platform.sap.productconfig.facades declared as PriceDataModifier and TypeFieldDescriptionstatic final PriceDataConfigPricing.NO_PRICEValue-Object to model the case, when no price information is availableMethods in de.hybris.platform.sap.productconfig.facades that return PriceDataModifier and TypeMethodDescriptionPricingData.getBasePrice()PricingData.getCurrentTotal()PricingData.getCurrentTotalSavings()CsticValueData.getDeltaPrice()Deprecated, for removal: This API element is subject to removal in a future version.Please use price and showDeltaPriceCsticValueData.getObsoletePrice()ConfigPricing.getObsoletePriceData(PriceModel priceModel) PriceDataPair.getObsoletePriceValue()ConfigurationVariantData.getPrice()CsticValueData.getPrice()ConfigPricing.getPriceData(PriceModel priceModel) PriceDataPair.getPriceValue()PricingData.getSelectedOptions()Methods in de.hybris.platform.sap.productconfig.facades with parameters of type PriceDataModifier and TypeMethodDescriptionvoidPricingData.setBasePrice(PriceData basePrice) voidPricingData.setCurrentTotal(PriceData currentTotal) voidPricingData.setCurrentTotalSavings(PriceData currentTotalSavings) voidCsticValueData.setDeltaPrice(PriceData deltaPrice) Deprecated, for removal: This API element is subject to removal in a future version.Please use price and showDeltaPricevoidCsticValueData.setObsoletePrice(PriceData obsoletePrice) voidPriceDataPair.setObsoletePriceValue(PriceData obsoletePriceValue) voidvoidvoidPriceDataPair.setPriceValue(PriceData priceValue) voidPricingData.setSelectedOptions(PriceData selectedOptions) -
Uses of PriceData in de.hybris.platform.sap.productconfig.facades.impl
Subclasses of PriceData in de.hybris.platform.sap.productconfig.facades.implModifier and TypeClassDescriptionclassImmutable sub-class of the thePriceDataclass.
It models the case, when there is not price data avaiavble.Methods in de.hybris.platform.sap.productconfig.facades.impl that return PriceDataModifier and TypeMethodDescriptionConfigPricingImplTest.DummyPriceDataFactory.create(PriceDataType priceType, BigDecimal value, CurrencyModel currency) ConfigPricingImplTest.DummyPriceDataFactory.create(PriceDataType priceType, BigDecimal value, String currencyIso) ConfigPricingImpl.getObsoletePriceData(PriceModel priceModel) ConfigPricingImpl.getPriceData(PriceModel priceModel) -
Uses of PriceData in de.hybris.platform.sap.productconfig.facades.populator
Fields in de.hybris.platform.sap.productconfig.facades.populator declared as PriceDataModifier and TypeFieldDescriptionConfigurationOverviewValuePopulatorTest.obsoletePriceConfigurationOverviewValuePopulatorTest.priceMethods in de.hybris.platform.sap.productconfig.facades.populator that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataCartConfigurationPopulator.createPriceData(Double price, AbstractOrderEntryModel entry) protected PriceDataConfigurationOverviewPopulatorTest.createPriceData(org.mockito.invocation.InvocationOnMock invocationOnMock) protected PriceDataPriceSummaryPopulator.getPriceData(PriceModel priceModel) Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type PriceDataModifier and TypeMethodDescriptionprotected StringConfigurationOverviewValuePopulator.getCsticPriceDescription(PriceData price) -
Uses of PriceData in de.hybris.platform.sap.productconfig.frontend.controllers
Methods in de.hybris.platform.sap.productconfig.frontend.controllers with parameters of type PriceDataModifier and TypeMethodDescriptionprotected StringPricingController.retrieveObsoletepriceAsText(boolean showDeltaPrices, PriceData obsoletePrice, boolean isSelected) protected StringPricingController.retrieveValuePriceAsText(boolean showDeltaPrices, PriceData csticValuePrice, boolean isSelected) -
Uses of PriceData in de.hybris.platform.sap.productconfig.occ.controllers
Fields in de.hybris.platform.sap.productconfig.occ.controllers declared as PriceDataModifier and TypeFieldDescriptionprotected final PriceDataAbstractProductConfiguratorCCPControllerTCBase.obsoletePriceValueprotected final PriceDataAbstractProductConfiguratorCCPControllerTCBase.priceValue -
Uses of PriceData in de.hybris.platform.subscriptionfacades.data
Subclasses of PriceData in de.hybris.platform.subscriptionfacades.dataMethods in de.hybris.platform.subscriptionfacades.data that return PriceDataModifier and TypeMethodDescriptionOrderEntryPriceData.getBasePrice()OrderPriceData.getDeliveryCost()ChargeEntryData.getPrice()OrderPriceData.getSubTotal()OrderPriceData.getTotalDiscounts()BillingTimePriceData.getTotalPrice()OrderPriceData.getTotalTax()Methods in de.hybris.platform.subscriptionfacades.data with parameters of type PriceDataModifier and TypeMethodDescriptionvoidOrderEntryPriceData.setBasePrice(PriceData basePrice) voidOrderPriceData.setDeliveryCost(PriceData deliveryCost) voidvoidOrderPriceData.setSubTotal(PriceData subTotal) voidOrderPriceData.setTotalDiscounts(PriceData totalDiscounts) voidBillingTimePriceData.setTotalPrice(PriceData totalPrice) voidOrderPriceData.setTotalTax(PriceData totalTax) -
Uses of PriceData in de.hybris.platform.yacceleratorfacades.process.email.context
Methods in de.hybris.platform.yacceleratorfacades.process.email.context that return PriceDataModifier and TypeMethodDescriptionNotPickedUpConsignmentCanceledEmailContext.getRefundAmount()OrderPartiallyRefundedEmailContext.getRefundAmount()OrderRefundEmailContext.getRefundAmount()