Class AbstractSubscriptionOrderPopulator<SOURCE extends AbstractOrderModel,TARGET extends AbstractOrderData>

java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<SOURCE,TARGET>
de.hybris.platform.subscriptionfacades.order.converters.populator.AbstractSubscriptionOrderPopulator<SOURCE,TARGET>
Type Parameters:
SOURCE - source class
TARGET - target class
All Implemented Interfaces:
Populator<SOURCE,TARGET>
Direct Known Subclasses:
SubscriptionCartPopulator, SubscriptionMiniCartPopulator, SubscriptionOrderPopulator

public abstract class AbstractSubscriptionOrderPopulator<SOURCE extends AbstractOrderModel,TARGET extends AbstractOrderData> extends AbstractOrderPopulator<SOURCE,TARGET>
Abstract class for order converters for subscriptions. This class is responsible to merge entries together from the child carts, and the total, the total tax, delivery cost,discounts and subtotals are stored as per billing time in a BillingTimePriceData object which can be used by the sub classes.