Liferay 7.0-ce-m6

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   
com.liferay.portlet.shopping.service.persistence.impl   
 

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

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingOrderItemPersistence
protected  ShoppingOrderItemPersistence ShoppingOrderServiceBaseImpl.shoppingOrderItemPersistence
           
protected  ShoppingOrderItemPersistence ShoppingOrderItemLocalServiceBaseImpl.shoppingOrderItemPersistence
           
protected  ShoppingOrderItemPersistence ShoppingOrderLocalServiceBaseImpl.shoppingOrderItemPersistence
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingOrderItemPersistence
 ShoppingOrderItemPersistence ShoppingOrderServiceBaseImpl.getShoppingOrderItemPersistence()
          Returns the shopping order item persistence.
 ShoppingOrderItemPersistence ShoppingOrderItemLocalServiceBaseImpl.getShoppingOrderItemPersistence()
          Returns the shopping order item persistence.
 ShoppingOrderItemPersistence ShoppingOrderLocalServiceBaseImpl.getShoppingOrderItemPersistence()
          Returns the shopping order item persistence.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrderItemPersistence
 void ShoppingOrderServiceBaseImpl.setShoppingOrderItemPersistence(ShoppingOrderItemPersistence shoppingOrderItemPersistence)
          Sets the shopping order item persistence.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingOrderItemPersistence(ShoppingOrderItemPersistence shoppingOrderItemPersistence)
          Sets the shopping order item persistence.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingOrderItemPersistence(ShoppingOrderItemPersistence shoppingOrderItemPersistence)
          Sets the shopping order item persistence.
 

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

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

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

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


Liferay 7.0-ce-m6