Uses of Class
de.hybris.platform.subscriptionfacades.data.OrderEntryPriceData
-
Packages that use OrderEntryPriceData Package Description de.hybris.platform.commercefacades.order.data de.hybris.platform.subscriptionfacades.order.converters.populator -
-
Uses of OrderEntryPriceData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type OrderEntryPriceData Modifier and Type Method Description java.util.List<OrderEntryPriceData>OrderEntryData. getOrderEntryPrices()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type OrderEntryPriceData Modifier and Type Method Description voidOrderEntryData. setOrderEntryPrices(java.util.List<OrderEntryPriceData> orderEntryPrices) -
Uses of OrderEntryPriceData in de.hybris.platform.subscriptionfacades.order.converters.populator
Methods in de.hybris.platform.subscriptionfacades.order.converters.populator that return OrderEntryPriceData Modifier and Type Method Description protected OrderEntryPriceDataSubscriptionOrderEntryPopulator. createOrderEntryPriceDataForEntry(AbstractOrderEntryModel entry)Methods in de.hybris.platform.subscriptionfacades.order.converters.populator that return types with arguments of type OrderEntryPriceData Modifier and Type Method Description protected java.util.List<OrderEntryPriceData>SubscriptionOrderEntryPopulator. getOrderEntryPricesForEntry(AbstractOrderEntryModel source)
-