Liferay 6.2-ce-ga5

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   
 

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

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

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

Methods in com.liferay.portal.service.base with parameters of type ShoppingOrderPersistence
 void GroupServiceBaseImpl.setShoppingOrderPersistence(ShoppingOrderPersistence shoppingOrderPersistence)
          Sets the shopping order persistence.
 void GroupLocalServiceBaseImpl.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 ShoppingCouponLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCategoryServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingOrderLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingOrderServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCartLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCategoryLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingOrderItemLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCouponServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemFieldLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemPriceLocalServiceBaseImpl.shoppingOrderPersistence
           
 

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

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

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

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

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
 


Liferay 6.2-ce-ga5