Class CartFactoryExtendedImpl

java.lang.Object
com.skava.cart.factoryimpl.CartFactoryExtendedImpl
Direct Known Subclasses:
CartFactoryImpl

@Component public class CartFactoryExtendedImpl extends Object
The Class CartFactoryImpl is used to convert model from one to another type.
  • Constructor Details

    • CartFactoryExtendedImpl

      protected CartFactoryExtendedImpl()
      The Class CartFactoryImpl is used to convert model from one to another type.
  • Method Details

    • createSubscriptionFromSubscriptionDomain

      protected static Subscription createSubscriptionFromSubscriptionDomain(SubscriptionDomain subscriptionDomain)
      Creates a new Subscription object.
      Parameters:
      subscriptionDomain - subscriptionDomain
      Returns:
      the instance of subscription.
    • createSkuFromSkuDomain

      protected static List<Sku> createSkuFromSkuDomain(List<SkuDomain> skuDomains)
      Creates a new Sku object.
      Parameters:
      skuDomains - the list of sku domains
      Returns:
      the instance of List of Sku.