Package com.skava.cart.factoryimpl
Class CartFactoryExtendedImpl
java.lang.Object
com.skava.cart.factoryimpl.CartFactoryExtendedImpl
- Direct Known Subclasses:
CartFactoryImpl
The Class CartFactoryImpl is used to convert model from one to another type.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
The Class CartFactoryImpl is used to convert model from one to another type. -
Method Summary
Modifier and TypeMethodDescriptioncreateSkuFromSkuDomain
(List<SkuDomain> skuDomains) Creates a new Sku object.protected static Subscription
createSubscriptionFromSubscriptionDomain
(SubscriptionDomain subscriptionDomain) Creates a new Subscription object.
-
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
Creates a new Sku object.- Parameters:
skuDomains
- the list of sku domains- Returns:
- the instance of List of
Sku
.
-