Uses of Class
de.hybris.platform.commercefacades.product.data.PriceData
-
-
Uses of PriceData in de.hybris.platform.acceleratorfacades.order.data
Methods in de.hybris.platform.acceleratorfacades.order.data that return PriceData Modifier and Type Method Description PriceDataPriceRangeData. getMaxPrice()PriceDataPriceRangeData. getMinPrice()Methods in de.hybris.platform.acceleratorfacades.order.data with parameters of type PriceData Modifier and Type Method Description voidPriceRangeData. setMaxPrice(PriceData maxPrice)voidPriceRangeData. setMinPrice(PriceData minPrice) -
Uses of PriceData in de.hybris.platform.acceleratorfacades.product.converters.populator
Methods in de.hybris.platform.acceleratorfacades.product.converters.populator that return PriceData Modifier and Type Method Description protected PriceDataProductVolumePricesPopulator. createPriceData(PriceDataType priceType, PriceInformation priceInfo)Methods in de.hybris.platform.acceleratorfacades.product.converters.populator that return types with arguments of type PriceData Modifier and Type Method Description protected java.util.List<PriceData>ProductVolumePricesPopulator. createPrices(SOURCE productModel, java.util.List<PriceInformation> pricesInfos)Methods in de.hybris.platform.acceleratorfacades.product.converters.populator with parameters of type PriceData Modifier and Type Method Description protected intProductVolumePricesPopulator.VolumePriceComparator. compareInstances(PriceData price1, PriceData price2) -
Uses of PriceData in de.hybris.platform.acceleratorfacades.product.data
Methods in de.hybris.platform.acceleratorfacades.product.data that return PriceData Modifier and Type Method Description PriceDataLeafDimensionData. getPrice()Methods in de.hybris.platform.acceleratorfacades.product.data with parameters of type PriceData Modifier and Type Method Description voidLeafDimensionData. setPrice(PriceData price) -
Uses of PriceData in de.hybris.platform.accountsummaryaddon.document.data
Methods in de.hybris.platform.accountsummaryaddon.document.data that return PriceData Modifier and Type Method Description PriceDataB2BDocumentData. getInvoiceAmount()Methods in de.hybris.platform.accountsummaryaddon.document.data with parameters of type PriceData Modifier and Type Method Description voidB2BDocumentData. setInvoiceAmount(PriceData invoiceAmount) -
Uses of PriceData in de.hybris.platform.b2bacceleratorfacades.order.converters.populator
Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator that return PriceData Modifier and Type Method Description protected PriceDataGroupOrderEntryPopulator. buildPrice(PriceData base, long amount)Deprecated.protected PriceDataGroupOrderEntryPopulator. getMaxPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated.protected PriceDataGroupOrderEntryPopulator. getMinPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated.protected PriceDataGroupOrderEntryPopulator. getTotalPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated.Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with parameters of type PriceData Modifier and Type Method Description protected PriceDataGroupOrderEntryPopulator. buildPrice(PriceData base, long amount)Deprecated.protected PriceDataGroupOrderEntryPopulator. getMaxPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated.protected PriceDataGroupOrderEntryPopulator. getMinPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated.protected PriceDataGroupOrderEntryPopulator. getTotalPrice(OrderEntryData parentEntry, PriceData samplePrice)Deprecated.protected booleanGroupOrderEntryPopulator. isNotEmptyPrice(PriceData price)Deprecated. -
Uses of PriceData in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return PriceData Modifier and Type Method Description protected PriceDataDefaultCartFacade. buildZeroPrice()Deprecated.protected PriceDataDefaultCartFacade. createPrice(PriceData currentEntryPrice, PriceData orderEntryPrice)Deprecated.Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with parameters of type PriceData Modifier and Type Method Description protected PriceDataDefaultCartFacade. createPrice(PriceData currentEntryPrice, PriceData orderEntryPrice)Deprecated. -
Uses of PriceData in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return PriceData Modifier and Type Method Description PriceDataNotPickedUpConsignmentCanceledEmailContext. getRefundAmount()PriceDataOrderPartiallyRefundedEmailContext. getRefundAmount()PriceDataOrderRefundEmailContext. getRefundAmount() -
Uses of PriceData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return PriceData Modifier and Type Method Description protected PriceDataGroupOrderEntryPopulator. buildPrice(PriceData base, java.math.BigDecimal amount)protected PriceDataAbstractOrderPopulator. createPrice(AbstractOrderModel source, java.lang.Double val)protected PriceDataOrderEntryPopulator. createPrice(AbstractOrderEntryModel orderEntry, java.lang.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 PriceData Modifier and Type Method Description protected java.util.Map<java.lang.String,PriceData>AbstractOrderPopulator. getPriceData()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type PriceData Modifier and Type Method Description protected PriceDataGroupOrderEntryPopulator. buildPrice(PriceData base, java.math.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 with parameters of type PriceData Modifier and Type Method Description voidOrderEntryData. 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.Since 6.3.voidAbstractOrderData. setSubTotalWithoutQuoteDiscounts(PriceData subTotalWithoutQuoteDiscounts)voidOrderHistoryData. setTotal(PriceData total)voidAbstractOrderData. 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 PriceData Modifier and Type Method Description PriceDataPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, CurrencyModel currency)Creates a PriceData object with a formatted currency string based on the price type and currency.PriceDataPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, java.lang.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 PriceData Modifier and Type Method Description protected PriceDataProductPriceRangePopulator. createPriceData(PriceDataType priceType, PriceInformation priceInfo) -
Uses of PriceData in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return PriceData Modifier and Type Method Description PriceDataProductData. getLowestBundlePrice()PriceDataProductData. getPrice()PriceDataVariantOptionData. getPriceData()Methods in de.hybris.platform.commercefacades.product.data that return types with arguments of type PriceData Modifier and Type Method Description java.util.List<PriceData>ProductData. getVolumePrices()Methods in de.hybris.platform.commercefacades.product.data with parameters of type PriceData Modifier and Type Method Description voidProductData. setLowestBundlePrice(PriceData lowestBundlePrice)voidProductData. setPrice(PriceData price)voidVariantOptionData. setPriceData(PriceData priceData)Method parameters in de.hybris.platform.commercefacades.product.data with type arguments of type PriceData Modifier and Type Method Description voidProductData. setVolumePrices(java.util.List<PriceData> volumePrices) -
Uses of PriceData in de.hybris.platform.commercefacades.product.impl
Methods in de.hybris.platform.commercefacades.product.impl that return PriceData Modifier and Type Method Description PriceDataDefaultPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, CurrencyModel currency)PriceDataDefaultPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, java.lang.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 PriceData Modifier and Type Method Description PriceDataQuoteData. getPreviousEstimatedTotal()Methods in de.hybris.platform.commercefacades.quote.data with parameters of type PriceData Modifier and Type Method Description voidQuoteData. 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 PriceData Modifier and Type Method Description protected PriceDataSearchResultVariantProductPopulator. createPriceData(SolrPriceRangeEntry priceInfo) -
Uses of PriceData in de.hybris.platform.commercefacades.voucher.data
Methods in de.hybris.platform.commercefacades.voucher.data that return PriceData Modifier and Type Method Description PriceDataVoucherData. getAppliedValue()Methods in de.hybris.platform.commercefacades.voucher.data with parameters of type PriceData Modifier and Type Method Description voidVoucherData. setAppliedValue(PriceData appliedValue) -
Uses of PriceData in de.hybris.platform.integration.cis.subscription.facades.impl
Methods in de.hybris.platform.integration.cis.subscription.facades.impl that return PriceData Modifier and Type Method Description protected PriceDataDefaultCisSubscriptionFacade. getPayNowPrice(AbstractOrderData orderData) -
Uses of PriceData in de.hybris.platform.ordermanagementfacades.returns.data
Methods in de.hybris.platform.ordermanagementfacades.returns.data that return PriceData Modifier and Type Method Description PriceDataReturnRequestData. getDeliveryCost()PriceDataReturnEntryData. getRefundAmount()PriceDataReturnRequestData. getSubtotal()PriceDataReturnRequestData. getTotal()Methods in de.hybris.platform.ordermanagementfacades.returns.data with parameters of type PriceData Modifier and Type Method Description voidReturnRequestData. setDeliveryCost(PriceData deliveryCost)voidReturnEntryData. setRefundAmount(PriceData refundAmount)voidReturnRequestData. setSubtotal(PriceData subtotal)voidReturnRequestData. setTotal(PriceData total) -
Uses of PriceData in de.hybris.platform.sap.productconfig.facades
Fields in de.hybris.platform.sap.productconfig.facades declared as PriceData Modifier and Type Field Description static PriceDataConfigPricing. NO_PRICEValue-Object to model the case, when no price information is availableMethods in de.hybris.platform.sap.productconfig.facades that return PriceData Modifier and Type Method Description PriceDataPricingData. getBasePrice()PriceDataPricingData. getCurrentTotal()PriceDataPricingData. getCurrentTotalSavings()PriceDataCsticValueData. getDeltaPrice()Deprecated, for removal: This API element is subject to removal in a future version.Please use price and showDeltaPricePriceDataCsticValueData. getObsoletePrice()PriceDataConfigPricing. getObsoletePriceData(PriceModel priceModel)PriceDataPriceDataPair. getObsoletePriceValue()PriceDataConfigurationVariantData. getPrice()PriceDataCsticValueData. getPrice()PriceDataConfigPricing. getPriceData(PriceModel priceModel)PriceDataPriceDataPair. getPriceValue()PriceDataPricingData. getSelectedOptions()Methods in de.hybris.platform.sap.productconfig.facades with parameters of type PriceData Modifier and Type Method Description voidPricingData. 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)voidConfigurationVariantData. setPrice(PriceData price)voidCsticValueData. setPrice(PriceData price)voidPriceDataPair. 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.impl Modifier and Type Class Description classNoConfigPriceImmutable 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 PriceData Modifier and Type Method Description PriceDataConfigPricingImplTest.DummyPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, CurrencyModel currency)PriceDataConfigPricingImplTest.DummyPriceDataFactory. create(PriceDataType priceType, java.math.BigDecimal value, java.lang.String currencyIso)PriceDataConfigPricingImpl. getObsoletePriceData(PriceModel priceModel)PriceDataConfigPricingImpl. 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 PriceData Modifier and Type Field Description PriceDataConfigurationOverviewValuePopulatorTest. obsoletePricePriceDataConfigurationOverviewValuePopulatorTest. priceMethods in de.hybris.platform.sap.productconfig.facades.populator that return PriceData Modifier and Type Method Description protected PriceDataCartConfigurationPopulator. createPriceData(java.lang.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 PriceData Modifier and Type Method Description protected java.lang.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 PriceData Modifier and Type Method Description protected java.lang.StringPricingController. retrieveObsoletepriceAsText(boolean showDeltaPrices, PriceData obsoletePrice, boolean isSelected)protected java.lang.StringPricingController. retrieveValuePriceAsText(boolean showDeltaPrices, PriceData csticValuePrice, boolean isSelected) -
Uses of PriceData in de.hybris.platform.sap.sapcarcommercefacades.order.impl
Methods in de.hybris.platform.sap.sapcarcommercefacades.order.impl that return PriceData Modifier and Type Method Description protected PriceDataDefaultCarOrderConverter. formatPrice(PriceData priceData)Methods in de.hybris.platform.sap.sapcarcommercefacades.order.impl with parameters of type PriceData Modifier and Type Method Description protected PriceDataDefaultCarOrderConverter. formatPrice(PriceData priceData) -
Uses of PriceData in de.hybris.platform.sap.sapcarintegration.data
Methods in de.hybris.platform.sap.sapcarintegration.data that return PriceData Modifier and Type Method Description PriceDataCarOrderEntryData. getBasePrice()PriceDataCarOrderEntryData. getBasePriceWithTax()PriceDataCarOrderHistoryBase. getSubTotal()PriceDataCarOrderEntryData. getTotalPrice()PriceDataCarOrderEntryData. getTotalPriceWithTax()PriceDataCarOrderHistoryBase. getTotalPriceWithTax()PriceDataCarOrderHistoryBase. getTotalTax()Methods in de.hybris.platform.sap.sapcarintegration.data with parameters of type PriceData Modifier and Type Method Description voidCarOrderEntryData. setBasePrice(PriceData basePrice)voidCarOrderEntryData. setBasePriceWithTax(PriceData basePriceWithTax)voidCarOrderHistoryBase. setSubTotal(PriceData subTotal)voidCarOrderEntryData. setTotalPrice(PriceData totalPrice)voidCarOrderEntryData. setTotalPriceWithTax(PriceData totalPriceWithTax)voidCarOrderHistoryBase. setTotalPriceWithTax(PriceData totalPriceWithTax)voidCarOrderHistoryBase. setTotalTax(PriceData totalTax) -
Uses of PriceData in de.hybris.platform.sap.sapcarintegration.services.impl
Methods in de.hybris.platform.sap.sapcarintegration.services.impl that return PriceData Modifier and Type Method Description protected PriceDataAbstractCarOrderHistoryBaseExtractor. createBasePrice(PriceData entryTotalPrice, java.math.BigDecimal quantity)protected PriceDataAbstractCarOrderHistoryBaseExtractor. createBasePriceWithTax(PriceData entryTotalPrice, PriceData entryTotalTax, java.math.BigDecimal quantity)protected PriceDataAbstractCarOrderHistoryBaseExtractor. createPrice()protected PriceDataAbstractCarOrderHistoryBaseExtractor. createPrice(java.math.BigDecimal price, java.lang.String currency)utility method to create a priceprotected PriceDataAbstractCarOrderHistoryBaseExtractor. createPriceWithTax(java.math.BigDecimal price, java.math.BigDecimal taxAmount, java.lang.String currency)Methods in de.hybris.platform.sap.sapcarintegration.services.impl with parameters of type PriceData Modifier and Type Method Description protected PriceDataAbstractCarOrderHistoryBaseExtractor. createBasePrice(PriceData entryTotalPrice, java.math.BigDecimal quantity)protected PriceDataAbstractCarOrderHistoryBaseExtractor. createBasePriceWithTax(PriceData entryTotalPrice, PriceData entryTotalTax, java.math.BigDecimal quantity) -
Uses of PriceData in de.hybris.platform.sap.sapinvoiceaddon.document.data
Methods in de.hybris.platform.sap.sapinvoiceaddon.document.data that return PriceData Modifier and Type Method Description PriceDataInvoiceItemsData. getGrandTotal()PriceDataInvoiceItemData. getGrossPrice()PriceDataInvoiceItemData. getNetPrice()PriceDataInvoiceItemsData. getNetValue()PriceDataInvoiceItemsData. getOverAllTax()Methods in de.hybris.platform.sap.sapinvoiceaddon.document.data with parameters of type PriceData Modifier and Type Method Description voidInvoiceItemsData. setGrandTotal(PriceData grandTotal)voidInvoiceItemData. setGrossPrice(PriceData grossPrice)voidInvoiceItemData. setNetPrice(PriceData netPrice)voidInvoiceItemsData. setNetValue(PriceData netValue)voidInvoiceItemsData. setOverAllTax(PriceData overAllTax) -
Uses of PriceData in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Methods in de.hybris.platform.sap.sapordermgmtservices.converters.populator that return PriceData Modifier and Type Method Description PriceDataDefaultPriceDataFactoryForTest. create(PriceDataType priceType, java.math.BigDecimal value, CurrencyModel currency)PriceDataDefaultPriceDataFactoryForTest. create(PriceDataType priceType, java.math.BigDecimal value, java.lang.String currencyIso) -
Uses of PriceData in de.hybris.platform.subscriptionfacades.data
Subclasses of PriceData in de.hybris.platform.subscriptionfacades.data Modifier and Type Class Description classSubscriptionPricePlanDataMethods in de.hybris.platform.subscriptionfacades.data that return PriceData Modifier and Type Method Description PriceDataOrderEntryPriceData. getBasePrice()PriceDataOrderPriceData. getDeliveryCost()PriceDataUsageChargeEntryData. getFixedPrice()PriceDataUsageChargeData. getNetAmount()PriceDataChargeEntryData. getPrice()PriceDataSubscriptionBillingData. getPrice()PriceDataOrderPriceData. getSubTotal()PriceDataOrderPriceData. getTotalDiscounts()PriceDataBillingTimePriceData. getTotalPrice()PriceDataOrderPriceData. getTotalTax()Methods in de.hybris.platform.subscriptionfacades.data with parameters of type PriceData Modifier and Type Method Description voidOrderEntryPriceData. setBasePrice(PriceData basePrice)voidOrderPriceData. setDeliveryCost(PriceData deliveryCost)voidUsageChargeEntryData. setFixedPrice(PriceData fixedPrice)voidUsageChargeData. setNetAmount(PriceData netAmount)voidChargeEntryData. setPrice(PriceData price)voidSubscriptionBillingData. setPrice(PriceData price)voidOrderPriceData. 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 PriceData Modifier and Type Method Description PriceDataNotPickedUpConsignmentCanceledEmailContext. getRefundAmount()PriceDataOrderPartiallyRefundedEmailContext. getRefundAmount()PriceDataOrderRefundEmailContext. getRefundAmount()
-