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.b2ctelcoaddon.controllers.misc
Methods in de.hybris.platform.b2ctelcoaddon.controllers.misc that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataMiniCartController.getTotalPriceWithoutDelivery(CartData cartData) Returns the total price without the delivery cost. -
Uses of PriceData in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.price
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.price with parameters of type PriceDataModifier and TypeMethodDescriptionprotected voidTmaPriceBundledPopMapper.populateDiscountValue(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) protected voidTmaPriceBundledPopMapper.populatePriceValue(PriceData source, ProductOfferingPriceWsDTO target) voidTmaPoPriceLastUpdateAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceBundledPOPAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceBundledPopMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceIdAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceIsPriceOverrideAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPricePORelationshipAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPricePOTermAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceProcessTypeAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceRegionAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceUnitOfMeasureAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceUserAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceUserGroupAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) voidTmaPriceValidForAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.converters.populator with type parameters of type PriceDataModifier and TypeClassDescriptionclassTmaBasicPricePopulator<SOURCE extends PriceRowModel,TARGET extends PriceData> PopulatesPriceDatabased onPriceRowModel.Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type PriceDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<AbstractDiscountRowModel,PriceData> TmaCompositePricesPopulator.getTmaDiscountPriceDataConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData> TmaCompositePricesPopulator.getTmaPriceDataConverter()protected TmaEntityResourceNormalizer<PriceData,PriceRowModel> TmaProductOfferingPriceRowReversePopulator.getTmaPriceRowEntityResourceNormalizer()protected de.hybris.platform.servicelayer.dto.converter.Converter<PriceData,PriceRowModel> TmaProductOfferingPriceRowReversePopulator.getTmaPriceRowReverseConverter()Deprecated.since 2205Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type PriceDataModifier and TypeMethodDescriptionvoidTmaPriceRowReversePopulator.populate(PriceData source, PriceRowModel target) Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type PriceDataModifierConstructorDescriptionTmaCompositePricesPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel, PriceData> tmaPriceDataConverter, de.hybris.platform.servicelayer.dto.converter.Converter<AbstractDiscountRowModel, PriceData> tmaDiscountPriceDataConverter) TmaProductOfferingPriceRowReversePopulator(TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.servicelayer.dto.converter.Converter<PriceData, PriceRowModel> tmaPriceRowReverseConverter, TmaEntityResourceNormalizer<PriceData, PriceRowModel> tmaPriceRowEntityResourceNormalizer) TmaProductOfferingPriceRowReversePopulator(TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.servicelayer.dto.converter.Converter<PriceData, PriceRowModel> tmaPriceRowReverseConverter, TmaEntityResourceNormalizer<PriceData, PriceRowModel> tmaPriceRowEntityResourceNormalizer) -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.data
Methods in de.hybris.platform.b2ctelcofacades.data that return PriceDataModifier and TypeMethodDescriptionTmaAbstractOrderComponentPriceData.getDutyFreeAmount()TmaAbstractOrderComponentPriceData.getTaxIncludedAmount()TmaAbstractOrderComponentPriceData.getTaxRate()Methods in de.hybris.platform.b2ctelcofacades.data that return types with arguments of type PriceDataMethods in de.hybris.platform.b2ctelcofacades.data with parameters of type PriceDataModifier and TypeMethodDescriptionvoidTmaAbstractOrderComponentPriceData.setDutyFreeAmount(PriceData dutyFreeAmount) voidTmaAbstractOrderComponentPriceData.setTaxIncludedAmount(PriceData taxIncludedAmount) voidTmaAbstractOrderComponentPriceData.setTaxRate(PriceData taxRate) Method parameters in de.hybris.platform.b2ctelcofacades.data with type arguments of type PriceDataModifier and TypeMethodDescriptionvoidTmaProductOfferingPriceData.setApplicableDiscounts(List<PriceData> applicableDiscounts) -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.discount
Methods in de.hybris.platform.b2ctelcofacades.discount that return types with arguments of type PriceDataModifier and TypeMethodDescriptionTmaSolrDiscountSearchFacade.retrieveDiscounts(SolrSearchQueryData searchQueryData) Executes a search in solr for finding the discount prices. -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.discount.impl
Methods in de.hybris.platform.b2ctelcofacades.discount.impl that return types with arguments of type PriceDataModifier and TypeMethodDescriptionprotected org.springframework.core.convert.converter.Converter<de.hybris.platform.solrfacetsearch.search.Document,PriceData> DefaultTmaSolrDiscountSearchFacade.getDocumentDiscountRowConverter()DefaultTmaSolrDiscountSearchFacade.retrieveDiscounts(SolrSearchQueryData searchQueryData) -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.discount.populators
Methods in de.hybris.platform.b2ctelcofacades.discount.populators with parameters of type PriceData -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.discountprice
Classes in de.hybris.platform.b2ctelcofacades.discountprice with type parameters of type PriceDataModifier and TypeClassDescriptionclassTmaBasicDiscountRowPopulator<SOURCE extends AbstractDiscountRowModel,TARGET extends PriceData> PopulatesPriceDatabased onAbstractDiscountRowModel.classTmaPriceContextDiscountRowPopulator<SOURCE extends DiscountRowModel,TARGET extends PriceData> PopulatesPriceDatacontext attributes based onDiscountRowModel.classTmaPriceInfoDiscountRowPopulator<SOURCE extends DiscountRowModel,TARGET extends PriceData> Populates price information fromPriceDatabased onDiscountRowModel. -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataOrderHistoryBillingDetailPopulator.createPrice(AbstractOrderModel source, Double val) -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.price
Methods in de.hybris.platform.b2ctelcofacades.price that return PriceDataModifier and TypeMethodDescriptionTmaPriceFacade.getBestApplicablePrice(TmaPriceContext priceContext) Retrieves the best applicable price for a given priceContext.TmaPriceFacade.getMinimumPrice(TmaPriceContext priceContext) Deprecated.since 2007.Methods in de.hybris.platform.b2ctelcofacades.price with parameters of type PriceDataModifier and TypeMethodDescriptionTmaPriceDataFactory.getValueForPrice(PriceData price) Retrieves the price value of aPriceData. -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.price.converters
Classes in de.hybris.platform.b2ctelcofacades.price.converters with type parameters of type PriceDataModifier and TypeClassDescriptionclassTmaPriceRowContextPopulator<SOURCE extends PriceRowModel,TARGET extends PriceData> PopulatesPriceDatacontext attributes based onPriceRowModel.Methods in de.hybris.platform.b2ctelcofacades.price.converters that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataTmaAbstractOrderComponentPriceDataPopulator.createPriceDataForValue(Double value, CurrencyModel currency) Methods in de.hybris.platform.b2ctelcofacades.price.converters that return types with arguments of type PriceDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData> TmaProductPricePopulator.getPriceDataConverter()Constructor parameters in de.hybris.platform.b2ctelcofacades.price.converters with type arguments of type PriceDataModifierConstructorDescriptionTmaProductPricePopulator(de.hybris.platform.servicelayer.i18n.CommonI18NService i18NService, de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel, PriceData> priceDataConverter) -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.price.impl
Methods in de.hybris.platform.b2ctelcofacades.price.impl that return PriceDataModifier and TypeMethodDescriptionprotected PriceDataDefaultTmaPriceDataFactory.createPriceData()DefaultTmaPriceFacade.getBestApplicablePrice(TmaPriceContext priceContext) DefaultTmaPriceFacade.getMinimumPrice(TmaPriceContext priceContext) Methods in de.hybris.platform.b2ctelcofacades.price.impl that return types with arguments of type PriceDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData> DefaultTmaPriceFacade.getPriceDataConverter()Methods in de.hybris.platform.b2ctelcofacades.price.impl with parameters of type PriceDataConstructor parameters in de.hybris.platform.b2ctelcofacades.price.impl with type arguments of type PriceDataModifierConstructorDescriptionDefaultTmaPriceFacade(de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel, PriceData> priceDataConverter) -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.product.impl
Methods in de.hybris.platform.b2ctelcofacades.product.impl that return types with arguments of type PriceDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel,PriceData> TmaProductOfferCpFacade.getTmaPriceDataConverter()Constructor parameters in de.hybris.platform.b2ctelcofacades.product.impl with type arguments of type PriceDataModifierConstructorDescriptionTmaProductOfferCpFacade(Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<ProductData, TmaProductOfferingModel>> tmaProductOfferingTypeReverseConvertersMapping, Map<String, Class<? extends TmaProductOfferingModel>> tmaProductOfferingTypeReverseMapping, TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.dto.converter.Converter<PriceRowModel, PriceData> tmaPriceDataConverter) -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators
Classes in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators with type parameters of type PriceDataModifier and TypeClassDescriptionclassTmaPriceDataProductOfferingPricePopulator<SOURCE extends PriceRowModel,TARGET extends PriceData> Populates the productOfferingPrice onPriceDatafromPriceRowModelMethods in de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators that return types with arguments of type PriceDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<AbstractDiscountRowModel,PriceData> TmaProdOfferPricePopulator.getDiscountPriceDataConverter() -
Uses of PriceData in de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators
Methods in de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators that return types with arguments of type PriceDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<SearchResultValueData,PriceData> TmaSearchResultProductOfferingPopulator.getPriceConverter()Methods in de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators with parameters of type PriceDataModifier and TypeMethodDescriptionvoidTmaSearchResultPricesPopulator.populate(SearchResultValueData source, PriceData target) protected voidTmaSearchResultPricesPopulator.setPriceContext(SearchResultValueData source, PriceData priceData) protected voidTmaSearchResultPricesPopulator.setProductOfferingPrice(SearchResultValueData source, PriceData priceData) Constructor parameters in de.hybris.platform.b2ctelcofacades.search.solrfacetsearch.populators with type arguments of type PriceDataModifierConstructorDescriptionTmaSearchResultProductOfferingPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<SearchResultValueData, PriceData> priceConverter, de.hybris.platform.servicelayer.dto.converter.Converter<SearchResultValueData, List<TmaProductSpecCharacteristicValueUseData>> pscvuConverter) -
Uses of PriceData in de.hybris.platform.b2ctelcotmfwebservices.mappers.money
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.money with parameters of type PriceDataModifier and TypeMethodDescriptionvoidMoneyUnitAttributeMapper.populateTargetAttributeFromSource(PriceData source, Money target, ma.glasnost.orika.MappingContext context) voidMoneyValueAttributeMapper.populateTargetAttributeFromSource(PriceData source, Money target, ma.glasnost.orika.MappingContext context) -
Uses of PriceData in de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingprice
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingprice with parameters of type PriceDataModifier and TypeMethodDescriptionvoidPopPriceValueAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceAtTypeAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceBundledPopAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceChannelAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceHrefAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) Deprecated.voidPoPriceIdAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceLastUpdateAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPricePlaceRefAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPricePoRelationshipAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPricePriceAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceProcessTypeAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceRelatedPartyAttriuteMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceTermAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceUnitOfMeasureAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidPoPriceValidForAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) voidProductOfferingPriceBundledPopAttributeMapper.populateTargetAttributeFromSource(PriceData source, ProductOfferingPrice target, ma.glasnost.orika.MappingContext context) -
Uses of PriceData in de.hybris.platform.b2ctelcotmfwebservices.mappers.subscription
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.subscription with parameters of type PriceDataModifier and TypeMethodDescriptionvoidTmaPriceWsDtoMapper.mapAtoB(PriceData a, TmaPriceWsDto b, ma.glasnost.orika.MappingContext context) voidTmaPriceWsDtoMapper.mapBtoA(TmaPriceWsDto b, PriceData a, ma.glasnost.orika.MappingContext context) -
Uses of PriceData in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.pricecontext
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.pricecontext with parameters of type PriceDataModifier and TypeMethodDescriptionvoidPriceContextChannelAttributeMapper.populateSourceAttributeFromTarget(PriceContext source, PriceData target, ma.glasnost.orika.MappingContext context) voidPriceContextIdAttributeMapper.populateSourceAttributeFromTarget(PriceContext source, PriceData target, ma.glasnost.orika.MappingContext context) voidPriceContextPlaceRefAttributeMapper.populateSourceAttributeFromTarget(PriceContext source, PriceData target, ma.glasnost.orika.MappingContext context) voidPriceContextProcessTypeAttributeMapper.populateSourceAttributeFromTarget(PriceContext source, PriceData target, ma.glasnost.orika.MappingContext context) voidPriceContextProductOfferingPriceRefAttributeMapper.populateSourceAttributeFromTarget(PriceContext source, PriceData target, ma.glasnost.orika.MappingContext context) voidPriceContextRelatedPartyAttributeMapper.populateSourceAttributeFromTarget(PriceContext source, PriceData target, ma.glasnost.orika.MappingContext context) voidPriceContextSubscriptionTermAttributeMapper.populateSourceAttributeFromTarget(PriceContext source, PriceData target, ma.glasnost.orika.MappingContext context) voidPriceContextValidForAttributeMapper.populateSourceAttributeFromTarget(PriceContext source, PriceData target, ma.glasnost.orika.MappingContext context) voidPriceContextChannelAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) voidPriceContextIdAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) voidPriceContextPlaceRefAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) voidPriceContextPoRelationshipAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) voidPriceContextProcessTypeAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) voidPriceContextProductOfferingPriceRefAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) voidPriceContextRelatedPartyAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) voidPriceContextSubscriptionTermAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) voidPriceContextValidForAttributeMapper.populateTargetAttributeFromSource(PriceData source, PriceContext target, ma.glasnost.orika.MappingContext context) -
Uses of PriceData in de.hybris.platform.commercefacades.invoice.data
Methods in de.hybris.platform.commercefacades.invoice.data that return PriceDataMethods in de.hybris.platform.commercefacades.invoice.data with parameters of type PriceDataModifier and TypeMethodDescriptionvoidSAPInvoiceData.setNetAmount(PriceData netAmount) voidSAPInvoiceData.setTotalAmount(PriceData totalAmount) -
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.data
Methods in de.hybris.platform.commercefacades.product.data that return PriceDataModifier and TypeMethodDescriptionProductData.getAdditionalSpoPriceInBpo()ProductData.getLowestApplicablePrice()ProductData.getMainSpoPriceInBpo()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.setAdditionalSpoPriceInBpo(PriceData additionalSpoPriceInBpo) voidProductData.setLowestApplicablePrice(PriceData lowestApplicablePrice) voidProductData.setMainSpoPriceInBpo(PriceData mainSpoPriceInBpo) 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.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.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.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.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)