Uses of Class
de.hybris.platform.util.PriceValue
-
-
Uses of PriceValue in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that return PriceValue Modifier and Type Method Description PriceValueDefaultMultiAddressDeliveryCostsStrategy. findDeliveryCosts(SessionContext ctx, AbstractOrder order)Called duringAbstractOrder.calculate(),AbstractOrder.calculate(java.util.Date),AbstractOrder.recalculate()andAbstractOrder.recalculate(java.util.Date)to fetch and set the delivery cost for the assigned order.protected PriceValueMultiAddressInMemoryCart. findDeliveryCosts()protected PriceValueDefaultMultiAddressDeliveryCostsStrategy. getCost(SessionContext ctx, AbstractOrder order)Calculates the delivery costs of the specifiedAbstractOrderby grouping itsAbstractOrderEntrybased on their assignedDeliveryModeand 'DeliveryAddress'. -
Uses of PriceValue in de.hybris.platform.chineselogisticservices.delivery.impl
Methods in de.hybris.platform.chineselogisticservices.delivery.impl that return PriceValue Modifier and Type Method Description PriceValueChineseDeliveryService. getCost(AbstractOrderModel order, DeliveryModeModel deliveryMode, C2LItemModel c2LItem)Get the cost of a given order with specific delivery modePriceValueChineseDeliveryService. getDeliveryCostForDeliveryModeAndAbstractOrder(DeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder) -
Uses of PriceValue in de.hybris.platform.chineselogisticservices.strategies.impl
Methods in de.hybris.platform.chineselogisticservices.strategies.impl that return PriceValue Modifier and Type Method Description PriceValueChineseFindDeliveryCostStrategy. getDeliveryCost(AbstractOrderModel order)protected PriceValueChineseSLFindDeliveryCostStrategy. getDeliveryCostValue(AbstractOrderModel order) -
Uses of PriceValue in de.hybris.platform.commerceservices.delivery
Methods in de.hybris.platform.commerceservices.delivery that return PriceValue Modifier and Type Method Description PriceValueDeliveryService. getDeliveryCostForDeliveryModeAndAbstractOrder(DeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder)Get the delivery cost of the given delivery mode for the given cart or order. -
Uses of PriceValue in de.hybris.platform.commerceservices.delivery.impl
Methods in de.hybris.platform.commerceservices.delivery.impl that return PriceValue Modifier and Type Method Description PriceValueDefaultDeliveryService. getDeliveryCostForDeliveryModeAndAbstractOrder(DeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder) -
Uses of PriceValue in de.hybris.platform.deliveryzone.jalo
Methods in de.hybris.platform.deliveryzone.jalo that return PriceValue Modifier and Type Method Description PriceValueZoneDeliveryMode. getCost(SessionContext ctx, AbstractOrder order)Deprecated.{@link de.hybris.platform.order.strategies.calculation.FindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy. -
Uses of PriceValue in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo that return PriceValue Modifier and Type Method Description protected static PriceValueEurope1PriceInformation. createPriceValue(PriceRow row, Currency requested)PriceValueCustomPriceFactoryTest.TinyPriceFactory. getBasePrice(AbstractOrderEntry entry)PriceValueEurope1PriceFactory. getBasePrice(AbstractOrderEntry entry)Constructors in de.hybris.platform.europe1.jalo with parameters of type PriceValue Constructor Description Europe1PriceInformation(Europe1PriceInformation src, PriceValue priceValue) -
Uses of PriceValue in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return PriceValue Modifier and Type Method Description protected PriceValueAbstractOrder. findDeliveryCosts()Called duringAbstractOrder.calculate(),AbstractOrder.calculate(Date),AbstractOrder.recalculate()andAbstractOrder.recalculate(Date)to fetch and set the delivery cost for this order.protected PriceValueAbstractOrder. findPaymentCosts()called duringAbstractOrder.calculate(),AbstractOrder.calculate(Date),AbstractOrder.recalculate()andAbstractOrder.recalculate(Date)to fetch and set the payment costs for this order.protected PriceValueAbstractOrderEntry. findPrice()Finds a price for this entry. -
Uses of PriceValue in de.hybris.platform.jalo.order.delivery
Methods in de.hybris.platform.jalo.order.delivery that return PriceValue Modifier and Type Method Description PriceValueDefaultDeliveryCostsStrategy. findDeliveryCosts(SessionContext ctx, AbstractOrder order)Called duringAbstractOrder.calculate(),AbstractOrder.calculate(java.util.Date),AbstractOrder.recalculate()andAbstractOrder.recalculate(java.util.Date)to fetch and set the delivery cost for this order.PriceValueDeliveryCostsStrategy. findDeliveryCosts(SessionContext ctx, AbstractOrder order)Called duringAbstractOrder.calculate(),AbstractOrder.calculate(java.util.Date),AbstractOrder.recalculate()andAbstractOrder.recalculate(java.util.Date)to fetch and set the delivery cost for the assigned order.PriceValueDeliveryMode. getCost(AbstractOrder order)Deprecated.{@link de.hybris.platform.order.strategies.calculation.FindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy.PriceValueDeliveryMode. getCost(SessionContext ctx, AbstractOrder order)Deprecated.{@link de.hybris.platform.order.strategies.calculation.FindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel)} when the Hybris Platform is configured to use the service-layer based (the 'pdt.calculation.mode' is set to the 'sl' value) cart calculation (prices, tax & discounts) processing strategy. -
Uses of PriceValue in de.hybris.platform.jalo.order.payment
Methods in de.hybris.platform.jalo.order.payment that return PriceValue Modifier and Type Method Description PriceValuePaymentMode. getCost(AbstractOrder order)Deprecated.PriceValuePaymentMode. getCost(SessionContext ctx, AbstractOrder order)Deprecated. -
Uses of PriceValue in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price that return PriceValue Modifier and Type Method Description abstract PriceValueAbstractPriceFactory. getBasePrice(AbstractOrderEntry entry)override to define the base price of an order entryPriceValueDummyPriceFactory. getBasePrice(AbstractOrderEntry entry)PriceValueDummyPriceFactoryImpl. getBasePrice(AbstractOrderEntry entry)PriceValuePriceFactory. getBasePrice(AbstractOrderEntry entry)Deprecated.Please use {@link de.hybris.platform.order.strategies.calculation.FindPriceStrategy.findBasePrice(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.PriceValuePriceInformation. getPrice()Deprecated.since ages - please usePriceInformation.getPriceValue()insteadPriceValuePriceInformation. getPriceValue()The price value.PriceValuePriceInformation. getValue()Constructors in de.hybris.platform.jalo.order.price with parameters of type PriceValue Constructor Description PriceInformation(PriceValue price)PriceInformation(java.util.Map qualifiers, PriceValue price) -
Uses of PriceValue in de.hybris.platform.order
Methods in de.hybris.platform.order that return PriceValue Modifier and Type Method Description PriceValueTestPriceFactory. findBasePrice(AbstractOrderEntryModel entry)PriceValueTestPriceFactory. getBasePrice(AbstractOrderEntry entry)Methods in de.hybris.platform.order with parameters of type PriceValue Modifier and Type Method Description voidTestPriceFactory. setBasePrice(AbstractOrderEntry entry, PriceValue priceValue)voidTestPriceFactory. setBasePrice(Product product, PriceValue priceValue) -
Uses of PriceValue in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return PriceValue Modifier and Type Method Description PriceValueDefaultCalculationService. convertPriceIfNecessary(PriceValue pv, boolean toNet, CurrencyModel toCurrency, java.util.Collection taxValues)converts a PriceValue object into a double matching the target currency and net/gross - state if necessary.protected PriceValueDefaultCalculationService. findBasePrice(AbstractOrderEntryModel entry)Methods in de.hybris.platform.order.impl with parameters of type PriceValue Modifier and Type Method Description PriceValueDefaultCalculationService. convertPriceIfNecessary(PriceValue pv, boolean toNet, CurrencyModel toCurrency, java.util.Collection taxValues)converts a PriceValue object into a double matching the target currency and net/gross - state if necessary. -
Uses of PriceValue in de.hybris.platform.order.strategies.calculation
Methods in de.hybris.platform.order.strategies.calculation that return PriceValue Modifier and Type Method Description PriceValueFindPriceStrategy. findBasePrice(AbstractOrderEntryModel entry)Resolves price value for the givenAbstractOrderEntryModel.PriceValueFindPriceHook. findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice)Resolves custom price value for the givenAbstractOrderEntryModel.PriceValueFindDeliveryCostStrategy. getDeliveryCost(AbstractOrderModel order)Returns order's delivery cost of the given order.PriceValueFindPaymentCostStrategy. getPaymentCost(AbstractOrderModel order)Returns cost of the given order that is related with payment.Methods in de.hybris.platform.order.strategies.calculation with parameters of type PriceValue Modifier and Type Method Description PriceValueFindPriceHook. findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice)Resolves custom price value for the givenAbstractOrderEntryModel. -
Uses of PriceValue in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl that return PriceValue Modifier and Type Method Description PriceValueFindPricingWithCurrentPriceFactoryStrategy. findBasePrice(AbstractOrderEntryModel entry)PriceValueDefaultFindDeliveryCostStrategy. getDeliveryCost(AbstractOrderModel order)PriceValueDefaultFindPaymentCostStrategy. getPaymentCost(AbstractOrderModel order) -
Uses of PriceValue in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal that return PriceValue Modifier and Type Method Description PriceValuePriceFactorySwitcher. getBasePrice(AbstractOrderEntry entry) -
Uses of PriceValue in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return PriceValue Modifier and Type Method Description PriceValueDefaultSLFindPriceStrategy. findBasePrice(AbstractOrderEntryModel entry)PriceValueDefaultSLFindDeliveryCostStrategy. getDeliveryCost(AbstractOrderModel order)protected PriceValueDefaultSLFindDeliveryCostStrategy. getDeliveryCostValue(AbstractOrderModel order)PriceValueDefaultSLFindPaymentCostStrategy. getPaymentCost(AbstractOrderModel order)protected PriceValueDefaultSLFindPaymentCostStrategy. getPaymentCostValue(AbstractOrderModel order)Method parameters in de.hybris.platform.order.strategies.calculation.impl.servicelayer with type arguments of type PriceValue Modifier and Type Method Description voidDefaultSLFindPriceStrategy. setFindPriceValueInfoStrategy(FindPDTValueInfoStrategy<PriceValue,PriceInformation,PriceValueInfoCriteria> findPriceValueInfoStrategy) -
Uses of PriceValue in de.hybris.platform.order.strategies.calculation.pdt
Methods in de.hybris.platform.order.strategies.calculation.pdt that return PriceValue Modifier and Type Method Description PriceValueDefaultFindPriceValuesServiceIntegrationTest. matchPriceRowForPrice(java.lang.Object product, java.lang.Object user) -
Uses of PriceValue in de.hybris.platform.order.strategies.calculation.pdt.converter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.converter.impl that return PriceValue Modifier and Type Method Description PriceValueDefaultPriceValueConverter. convert(PriceRowModel priceRowModel, PriceValueInfoCriteria criteria) -
Uses of PriceValue in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl that return types with arguments of type PriceValue Modifier and Type Method Description java.util.List<PriceValue>DefaultFindPriceValueInfoStrategy. getPDTValues(PriceValueInfoCriteria criteria) -
Uses of PriceValue in de.hybris.platform.paymentstandard.jalo
Methods in de.hybris.platform.paymentstandard.jalo that return PriceValue Modifier and Type Method Description PriceValueStandardPaymentMode. getCost(SessionContext ctx, AbstractOrder order)Deprecated.since ages - use de.hybris.platform.order.PaymentModeService.getCost(StandardPaymentModeModel, AbstractOrderModel)PriceValueStandardPaymentModeManager. getCost(SessionContext ctx, StandardPaymentMode mode, AbstractOrder order)Deprecated.since ages - usePaymentMode.getCost(AbstractOrder)directly -
Uses of PriceValue in de.hybris.platform.persistence.order
Methods in de.hybris.platform.persistence.order that return PriceValue Modifier and Type Method Description protected PriceValueTestOrder. findDeliveryCosts()protected PriceValueTestOrder. findPaymentCosts()protected PriceValueTestOrderEntry. findPrice() -
Uses of PriceValue in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return PriceValue Modifier and Type Method Description PriceValueProductConfigurationPricingStrategyImpl. calculateBasePriceForConfiguration(AbstractOrderEntryModel entry)protected PriceValueProductConfigurationPricingStrategyImpl. createZeroPrice(AbstractOrderEntryModel entry)PriceValueDefaultProductConfigFindPriceHook. findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice)Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type PriceValue Modifier and Type Method Description PriceValueDefaultProductConfigFindPriceHook. findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice) -
Uses of PriceValue in de.hybris.platform.sap.productconfig.services.intf
Methods in de.hybris.platform.sap.productconfig.services.intf that return PriceValue Modifier and Type Method Description PriceValueProductConfigurationPricingStrategy. calculateBasePriceForConfiguration(AbstractOrderEntryModel entry)Calculates the current base price for a given abstract order entry. -
Uses of PriceValue in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl that return PriceValue Modifier and Type Method Description protected PriceValueFindSubscriptionPricingWithCurrentPriceFactoryStrategy. createPriceValueForLastRecurringPrice(AbstractOrderModel order, SubscriptionPricePlanModel pricePlan)PriceValueFindSubscriptionPricingWithCurrentPriceFactoryStrategy. findBasePrice(AbstractOrderEntryModel entry)Resolves the subscription price value for the given AbstractOrderEntryModel by searching aProductModelthat is applicable for the entry's subscription product. -
Uses of PriceValue in de.hybris.platform.util
Methods in de.hybris.platform.util that return PriceValue Modifier and Type Method Description static PriceValueJaloTools. convertPriceIfNecessary(PriceValue pv, boolean toNet, Currency toCurrency, java.util.Collection taxValues)converts a PriceValue object into a double matching the target currency and net/gross - state if necessary.PriceValuePriceValue. getOtherPrice(double relativeTotalTaxes)converts this price into another price with opposing net/gross state.PriceValuePriceValue. getOtherPrice(double relativeTotalTaxes, double absoluteTotalTaxes)converts this price into another price with opposing net/gross state.PriceValuePriceValue. getOtherPrice(java.util.Collection taxValues)converts this price into another price with opposing net/gross state.static PriceValuePriceValue. parsePriceValue(java.lang.String str)Methods in de.hybris.platform.util with parameters of type PriceValue Modifier and Type Method Description static PriceValueJaloTools. convertPriceIfNecessary(PriceValue pv, boolean toNet, Currency toCurrency, java.util.Collection taxValues)converts a PriceValue object into a double matching the target currency and net/gross - state if necessary. -
Uses of PriceValue in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that return PriceValue Modifier and Type Method Description PriceValueTestDeliveryMode. getCost(SessionContext ctx, AbstractOrder order)
-