Uses of Class
de.hybris.platform.commercefacades.order.data.AbstractOrderData
-
-
Uses of AbstractOrderData in de.hybris.platform.b2ctelcoaddon.tags
Methods in de.hybris.platform.b2ctelcoaddon.tags with parameters of type AbstractOrderData Modifier and Type Method Description static booleanTelcoFunctions. doesAppliedPromotionExistForOrder(AbstractOrderData cart)Test if a cart has any applied promotion for the specified cart.static booleanTelcoFunctions. doesAppliedPromotionExistForOrderEntry(AbstractOrderData cart, int entryNumber)Test if a cart has an applied promotion for the specified entry number.static booleanTelcoFunctions. doesAppliedPromotionExistForOrderEntryAndBillingTime(AbstractOrderData cart, int entryNumber, BillingTimeData billingTime)Test if a cart has an applied promotion for the specified entry number and billing time.static booleanTelcoFunctions. doesPotentialPromotionExistForOrder(AbstractOrderData cart)Test if a cart has any potential promotion for the specified cart.static booleanTelcoFunctions. doesPotentialPromotionExistForOrderEntryAndBillingTime(AbstractOrderData cart, int entryNumber, BillingTimeData billingTime)Test if a cart has an potential promotion for the specified entry number and billing time.protected static OrderPriceDataTelcoFunctions. getOrderPricesForBillingTime(AbstractOrderData cart, BillingTimeData billingTime) -
Uses of AbstractOrderData in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator with parameters of type AbstractOrderData Modifier and Type Method Description protected java.util.List<OrderEntryData>TmaMiniCartEntriesPopulator. getEntries(AbstractOrderModel source, AbstractOrderData target)Return the cart entries that will be displayed in the mini cart. -
Uses of AbstractOrderData in de.hybris.platform.b2ctelcofacades.price.converters
Methods in de.hybris.platform.b2ctelcofacades.price.converters with parameters of type AbstractOrderData Modifier and Type Method Description voidTmaAbstractOrderPriceAttributePopulator. populate(AbstractOrderModel source, AbstractOrderData target)voidTmaAbstractOrderUserPopulator. populate(AbstractOrderModel source, AbstractOrderData target) -
Uses of AbstractOrderData in de.hybris.platform.commercefacades.order.data
Subclasses of AbstractOrderData in de.hybris.platform.commercefacades.order.data Modifier and Type Class Description classCartDataclassOrderData -
Uses of AbstractOrderData in de.hybris.platform.commercefacades.quote.data
Subclasses of AbstractOrderData in de.hybris.platform.commercefacades.quote.data Modifier and Type Class Description classQuoteData
-