Liferay 7.0-ce-m6

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

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

Uses of ShoppingOrderPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as ShoppingOrderPersistence
protected  ShoppingOrderPersistence GroupLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence GroupServiceBaseImpl.shoppingOrderPersistence
           
 

Methods in com.liferay.portal.service.base that return ShoppingOrderPersistence
 ShoppingOrderPersistence GroupLocalServiceBaseImpl.getShoppingOrderPersistence()
          Returns the shopping order persistence.
 ShoppingOrderPersistence GroupServiceBaseImpl.getShoppingOrderPersistence()
          Returns the shopping order persistence.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingOrderPersistence
 void GroupLocalServiceBaseImpl.setShoppingOrderPersistence(ShoppingOrderPersistence shoppingOrderPersistence)
          Sets the shopping order persistence.
 void GroupServiceBaseImpl.setShoppingOrderPersistence(ShoppingOrderPersistence shoppingOrderPersistence)
          Sets the shopping order persistence.
 

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

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingOrderPersistence
protected  ShoppingOrderPersistence ShoppingOrderServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingOrderLocalServiceBaseImpl.shoppingOrderPersistence
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingOrderPersistence
 ShoppingOrderPersistence ShoppingOrderServiceBaseImpl.getShoppingOrderPersistence()
          Returns the shopping order persistence.
 ShoppingOrderPersistence ShoppingOrderLocalServiceBaseImpl.getShoppingOrderPersistence()
          Returns the shopping order persistence.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrderPersistence
 void ShoppingOrderServiceBaseImpl.setShoppingOrderPersistence(ShoppingOrderPersistence shoppingOrderPersistence)
          Sets the shopping order persistence.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingOrderPersistence(ShoppingOrderPersistence shoppingOrderPersistence)
          Sets the shopping order persistence.
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingOrderPersistence
static ShoppingOrderPersistence ShoppingOrderUtil.getPersistence()
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingOrderPersistence
 void ShoppingOrderUtil.setPersistence(ShoppingOrderPersistence persistence)
          Deprecated. As of 6.2.0
 

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

Classes in com.liferay.portlet.shopping.service.persistence.impl that implement ShoppingOrderPersistence
 class ShoppingOrderPersistenceImpl
          The persistence implementation for the shopping order service.
 


Liferay 7.0-ce-m6