Liferay 6.2.0-ce-rc4

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.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 UserLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence GroupLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence UserServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence GroupServiceBaseImpl.shoppingCartPersistence
           
 

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

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

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

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

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

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

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. As of 6.2.0
 


Liferay 6.2.0-ce-rc4