Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

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

Classes in com.liferay.portlet.shopping.service.persistence that implement ShoppingOrderItemPersistence
 class ShoppingOrderItemPersistenceImpl
          The persistence implementation for the shopping order item service.
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingOrderItemPersistence
static ShoppingOrderItemPersistence ShoppingOrderItemUtil.getPersistence()
           
 

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


Liferay 6.1.2-ce-ga3