Liferay 6.1.2-ce-ga3

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.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
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.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as ShoppingOrderPersistence
protected  ShoppingOrderPersistence GroupPersistenceImpl.shoppingOrderPersistence
           
 

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

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

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

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

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

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.  
 


Liferay 6.1.2-ce-ga3