Uses of Class
de.hybris.platform.util.PriceValue
Packages that use PriceValue
Package
Description
-
Uses of PriceValue in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that return PriceValueModifier and TypeMethodDescriptionDefaultMultiAddressDeliveryCostsStrategy.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 PriceValueModifier and TypeMethodDescriptionChineseDeliveryService.getCost(AbstractOrderModel order, DeliveryModeModel deliveryMode, C2LItemModel c2LItem) Get the cost of a given order with specific delivery modeChineseDeliveryService.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 PriceValueModifier and TypeMethodDescriptionChineseFindDeliveryCostStrategy.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 PriceValueModifier and TypeMethodDescriptionDeliveryService.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 PriceValueModifier and TypeMethodDescriptionDefaultDeliveryService.getDeliveryCostForDeliveryModeAndAbstractOrder(DeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder) -
Uses of PriceValue in de.hybris.platform.deliveryzone.jalo
Methods in de.hybris.platform.deliveryzone.jalo that return PriceValueModifier and TypeMethodDescriptionZoneDeliveryMode.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 PriceValueModifier and TypeMethodDescriptionprotected static PriceValueEurope1PriceInformation.createPriceValue(PriceRow row, Currency requested) CustomPriceFactoryTest.TinyPriceFactory.getBasePrice(AbstractOrderEntry entry) Europe1PriceFactory.getBasePrice(AbstractOrderEntry entry) Constructors in de.hybris.platform.europe1.jalo with parameters of type PriceValueModifierConstructorDescriptionprotectedEurope1PriceInformation(Europe1PriceInformation src, PriceValue priceValue) -
Uses of PriceValue in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return PriceValueModifier and TypeMethodDescriptionprotected 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 PriceValueModifier and TypeMethodDescriptionDefaultDeliveryCostsStrategy.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.DeliveryCostsStrategy.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.DeliveryMode.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.DeliveryMode.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 PriceValueModifier and TypeMethodDescriptionPaymentMode.getCost(AbstractOrder order) Deprecated.PaymentMode.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 PriceValueModifier and TypeMethodDescriptionabstract PriceValueAbstractPriceFactory.getBasePrice(AbstractOrderEntry entry) override to define the base price of an order entryDummyPriceFactory.getBasePrice(AbstractOrderEntry entry) DummyPriceFactoryImpl.getBasePrice(AbstractOrderEntry entry) PriceFactory.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.PriceInformation.getPrice()Deprecated.since ages - please usePriceInformation.getPriceValue()insteadPriceInformation.getPriceValue()The price value.PriceInformation.getValue()Constructors in de.hybris.platform.jalo.order.price with parameters of type PriceValueModifierConstructorDescriptionPriceInformation(PriceValue price) PriceInformation(Map qualifiers, PriceValue price) -
Uses of PriceValue in de.hybris.platform.order
Methods in de.hybris.platform.order that return PriceValueModifier and TypeMethodDescriptionTestPriceFactory.findBasePrice(AbstractOrderEntryModel entry) TestPriceFactory.getBasePrice(AbstractOrderEntry entry) Methods in de.hybris.platform.order with parameters of type PriceValueModifier and TypeMethodDescriptionvoidTestPriceFactory.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 PriceValueModifier and TypeMethodDescriptionDefaultCalculationService.convertPriceIfNecessary(PriceValue pv, boolean toNet, CurrencyModel toCurrency, 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 PriceValueModifier and TypeMethodDescriptionDefaultCalculationService.convertPriceIfNecessary(PriceValue pv, boolean toNet, CurrencyModel toCurrency, 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 PriceValueModifier and TypeMethodDescriptionFindPriceStrategy.findBasePrice(AbstractOrderEntryModel entry) Resolves price value for the givenAbstractOrderEntryModel.FindPriceHook.findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice) Resolves custom price value for the givenAbstractOrderEntryModel.FindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel order) Returns order's delivery cost of the given order.FindPaymentCostStrategy.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 PriceValueModifier and TypeMethodDescriptionFindPriceHook.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 PriceValueModifier and TypeMethodDescriptionFindPricingWithCurrentPriceFactoryStrategy.findBasePrice(AbstractOrderEntryModel entry) DefaultFindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel order) DefaultFindPaymentCostStrategy.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 -
Uses of PriceValue in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return PriceValueModifier and TypeMethodDescriptionDefaultSLFindPriceStrategy.findBasePrice(AbstractOrderEntryModel entry) DefaultSLFindDeliveryCostStrategy.getDeliveryCost(AbstractOrderModel order) protected PriceValueDefaultSLFindDeliveryCostStrategy.getDeliveryCostValue(AbstractOrderModel order) DefaultSLFindPaymentCostStrategy.getPaymentCost(AbstractOrderModel order) protected PriceValueDefaultSLFindPaymentCostStrategy.getPaymentCostValue(AbstractOrderModel order) Method parameters in de.hybris.platform.order.strategies.calculation.impl.servicelayer with type arguments of type PriceValueModifier and TypeMethodDescriptionvoidDefaultSLFindPriceStrategy.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 PriceValueModifier and TypeMethodDescriptionDefaultFindPriceValuesServiceIntegrationTest.matchPriceRowForPrice(Object product, 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 PriceValueModifier and TypeMethodDescriptionDefaultPriceValueConverter.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 PriceValueModifier and TypeMethodDescriptionDefaultFindPriceValueInfoStrategy.getPDTValues(PriceValueInfoCriteria criteria) -
Uses of PriceValue in de.hybris.platform.paymentstandard.jalo
Methods in de.hybris.platform.paymentstandard.jalo that return PriceValueModifier and TypeMethodDescriptionStandardPaymentMode.getCost(SessionContext ctx, AbstractOrder order) Deprecated.since ages - use de.hybris.platform.order.PaymentModeService.getCost(StandardPaymentModeModel, AbstractOrderModel)StandardPaymentModeManager.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 PriceValueModifier and TypeMethodDescriptionprotected 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 PriceValueModifier and TypeMethodDescriptionProductConfigurationPricingStrategyImpl.calculateBasePriceForConfiguration(AbstractOrderEntryModel entry) protected PriceValueProductConfigurationPricingStrategyImpl.createZeroPrice(AbstractOrderEntryModel entry) DefaultProductConfigFindPriceHook.findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice) Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type PriceValueModifier and TypeMethodDescriptionDefaultProductConfigFindPriceHook.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 PriceValueModifier and TypeMethodDescriptionProductConfigurationPricingStrategy.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 PriceValueModifier and TypeMethodDescriptionprotected PriceValueFindSubscriptionPricingWithCurrentPriceFactoryStrategy.createPriceValueForLastRecurringPrice(AbstractOrderModel order, SubscriptionPricePlanModel pricePlan) Deprecated, for removal: This API element is subject to removal in a future version.protected PriceValueSubscriptionPriceFindPriceHook.createPriceValueForLastRecurringPrice(AbstractOrderModel order, SubscriptionPricePlanModel pricePlan) FindSubscriptionPricingWithCurrentPriceFactoryStrategy.findBasePrice(AbstractOrderEntryModel entry) Deprecated, for removal: This API element is subject to removal in a future version.Resolves the subscription price value for the given AbstractOrderEntryModel by searching aProductModelthat is applicable for the entry's subscription product.SubscriptionPriceFindPriceHook.findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice) Resolves the subscription price value for the given AbstractOrderEntryModel by searching aProductModelthat is applicable for the entry's subscription product.Methods in de.hybris.platform.subscriptionservices.subscription.impl with parameters of type PriceValueModifier and TypeMethodDescriptionSubscriptionPriceFindPriceHook.findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice) 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 PriceValueModifier and TypeMethodDescriptionstatic PriceValueJaloTools.convertPriceIfNecessary(PriceValue pv, boolean toNet, Currency toCurrency, Collection taxValues) converts a PriceValue object into a double matching the target currency and net/gross - state if necessary.PriceValue.getOtherPrice(double relativeTotalTaxes) converts this price into another price with opposing net/gross state.PriceValue.getOtherPrice(double relativeTotalTaxes, double absoluteTotalTaxes) converts this price into another price with opposing net/gross state.PriceValue.getOtherPrice(Collection taxValues) converts this price into another price with opposing net/gross state.static PriceValuePriceValue.parsePriceValue(String str) Methods in de.hybris.platform.util with parameters of type PriceValueModifier and TypeMethodDescriptionstatic PriceValueJaloTools.convertPriceIfNecessary(PriceValue pv, boolean toNet, Currency toCurrency, 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 PriceValueModifier and TypeMethodDescriptionTestDeliveryMode.getCost(SessionContext ctx, AbstractOrder order)