Liferay 6.0.3

Uses of Interface
com.liferay.portlet.shopping.model.ShoppingCartModel

Packages that use ShoppingCartModel
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
 

Uses of ShoppingCartModel in com.liferay.portlet.shopping.model
 

Subinterfaces of ShoppingCartModel in com.liferay.portlet.shopping.model
 interface ShoppingCart
           This interface is a model that represents the ShoppingCart table in the database.
 

Classes in com.liferay.portlet.shopping.model that implement ShoppingCartModel
 class ShoppingCartWrapper
           This class is a wrapper for ShoppingCart.
 

Uses of ShoppingCartModel in com.liferay.portlet.shopping.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingCartModel
 class ShoppingCartImpl
           
 class ShoppingCartModelImpl
           This interface is a model that represents the ShoppingCart table in the database.
 


Liferay 6.0.3