Liferay 6.1.2-ce-ga3

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

Packages that use ShoppingItemPersistence
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.persistence   
 

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

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

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemPersistence
 void ShoppingItemServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingItemLocalServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingCartLocalServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingCouponServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingCategoryServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 void ShoppingOrderServiceBaseImpl.setShoppingItemPersistence(ShoppingItemPersistence shoppingItemPersistence)
          Sets the shopping item persistence.
 

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

Classes in com.liferay.portlet.shopping.service.persistence that implement ShoppingItemPersistence
 class ShoppingItemPersistenceImpl
          The persistence implementation for the shopping item service.
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingItemPersistence
static ShoppingItemPersistence ShoppingItemUtil.getPersistence()
           
 

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


Liferay 6.1.2-ce-ga3