Uses of Class
de.hybris.platform.subscriptionfacades.data.OrderPriceData
Packages that use OrderPriceData
Package
Description
-
Uses of OrderPriceData in de.hybris.platform.b2ctelcoaddon.tags
Methods in de.hybris.platform.b2ctelcoaddon.tags that return OrderPriceDataModifier and TypeMethodDescriptionprotected static OrderPriceDataTelcoFunctions.getOrderPricesForBillingTime(AbstractOrderData cart, BillingTimeData billingTime) -
Uses of OrderPriceData in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator that return types with arguments of type OrderPriceDataModifier and TypeMethodDescriptionOrderHistoryBillingDetailPopulator.buildOrderPrices(AbstractOrderModel source, OrderHistoryData target) -
Uses of OrderPriceData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type OrderPriceDataModifier and TypeMethodDescriptionOrderHistoryData.getOrderHistoryPrices()AbstractOrderData.getOrderPrices()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type OrderPriceDataModifier and TypeMethodDescriptionvoidOrderHistoryData.setOrderHistoryPrices(List<OrderPriceData> orderHistoryPrices) voidAbstractOrderData.setOrderPrices(List<OrderPriceData> orderPrices)