Uses of Class
de.hybris.platform.subscriptionfacades.data.OrderPriceData
-
Packages that use OrderPriceData Package Description de.hybris.platform.b2ctelcoaddon.tags de.hybris.platform.b2ctelcofacades.order.converters.populator de.hybris.platform.commercefacades.order.data -
-
Uses of OrderPriceData in de.hybris.platform.b2ctelcoaddon.tags
Methods in de.hybris.platform.b2ctelcoaddon.tags that return OrderPriceData Modifier and Type Method Description protected 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 OrderPriceData Modifier and Type Method Description java.util.List<OrderPriceData>OrderHistoryBillingDetailPopulator. 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 OrderPriceData Modifier and Type Method Description java.util.List<OrderPriceData>OrderHistoryData. getOrderHistoryPrices()java.util.List<OrderPriceData>AbstractOrderData. getOrderPrices()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type OrderPriceData Modifier and Type Method Description voidOrderHistoryData. setOrderHistoryPrices(java.util.List<OrderPriceData> orderHistoryPrices)voidAbstractOrderData. setOrderPrices(java.util.List<OrderPriceData> orderPrices)
-