Liferay 6.0.4

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

Packages that use ShoppingOrderPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
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()
           
 ShoppingOrderPersistence GroupLocalServiceBaseImpl.getShoppingOrderPersistence()
           
 

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

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 ShoppingOrderServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingOrderLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingOrderItemLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemPriceLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemFieldLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCouponServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCouponLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCategoryServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCategoryLocalServiceBaseImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCartLocalServiceBaseImpl.shoppingOrderPersistence
           
 

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

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

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 for the shopping order service.
 

Fields in com.liferay.portlet.shopping.service.persistence declared as ShoppingOrderPersistence
protected  ShoppingOrderPersistence ShoppingOrderPersistenceImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingOrderItemPersistenceImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemPricePersistenceImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemPersistenceImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingItemFieldPersistenceImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCouponPersistenceImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCategoryPersistenceImpl.shoppingOrderPersistence
           
protected  ShoppingOrderPersistence ShoppingCartPersistenceImpl.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)
           
 


Liferay 6.0.4