Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence

Packages that use ShoppingCartPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.persistence   
 

Uses of ShoppingCartPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as ShoppingCartPersistence
protected  ShoppingCartPersistence GroupServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence GroupLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence UserLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence UserServiceBaseImpl.shoppingCartPersistence
           
 

Methods in com.liferay.portal.service.base that return ShoppingCartPersistence
 ShoppingCartPersistence GroupServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence GroupLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence UserLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence UserServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingCartPersistence
 void GroupServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void GroupLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void UserLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void UserServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 

Uses of ShoppingCartPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as ShoppingCartPersistence
protected  ShoppingCartPersistence GroupPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence UserPersistenceImpl.shoppingCartPersistence
           
 

Uses of ShoppingCartPersistence in com.liferay.portlet.shopping.service.base
 

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingCartPersistence
protected  ShoppingCartPersistence ShoppingItemServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingOrderLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingCategoryLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingItemLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingCartLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingItemFieldLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingOrderItemLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingCouponServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingCategoryServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingItemPriceLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingCouponLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingOrderServiceBaseImpl.shoppingCartPersistence
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCartPersistence
 ShoppingCartPersistence ShoppingItemServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingOrderLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingCategoryLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingItemLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingCartLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingItemFieldLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingOrderItemLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingCouponServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingCategoryServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingItemPriceLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingCouponLocalServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 ShoppingCartPersistence ShoppingOrderServiceBaseImpl.getShoppingCartPersistence()
          Returns the shopping cart persistence.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCartPersistence
 void ShoppingItemServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingItemLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingCartLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingCouponServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingCategoryServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void ShoppingOrderServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 

Uses of ShoppingCartPersistence in com.liferay.portlet.shopping.service.persistence
 

Classes in com.liferay.portlet.shopping.service.persistence that implement ShoppingCartPersistence
 class ShoppingCartPersistenceImpl
          The persistence implementation for the shopping cart service.
 

Fields in com.liferay.portlet.shopping.service.persistence declared as ShoppingCartPersistence
protected  ShoppingCartPersistence ShoppingOrderPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingCartPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingOrderItemPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingCouponPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingCategoryPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingItemPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingItemFieldPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence ShoppingItemPricePersistenceImpl.shoppingCartPersistence
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCartPersistence
static ShoppingCartPersistence ShoppingCartUtil.getPersistence()
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingCartPersistence
 void ShoppingCartUtil.setPersistence(ShoppingCartPersistence persistence)
          Deprecated.  
 


Liferay 6.1.2-ce-ga3