Liferay 6.0.5

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

Packages that use ShoppingCartPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
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 UserServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence UserLocalServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence GroupServiceBaseImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence GroupLocalServiceBaseImpl.shoppingCartPersistence
           
 

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

Methods in com.liferay.portal.service.base with parameters of type ShoppingCartPersistence
 void UserServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void UserLocalServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void GroupServiceBaseImpl.setShoppingCartPersistence(ShoppingCartPersistence shoppingCartPersistence)
          Sets the shopping cart persistence.
 void GroupLocalServiceBaseImpl.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 UserPersistenceImpl.shoppingCartPersistence
           
protected  ShoppingCartPersistence GroupPersistenceImpl.shoppingCartPersistence
           
 

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

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

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

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


Liferay 6.0.5