Liferay 6.0.3

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

Packages that use ShoppingItemPricePersistence
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.persistence   
 

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

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

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

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

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

Classes in com.liferay.portlet.shopping.service.persistence that implement ShoppingItemPricePersistence
 class ShoppingItemPricePersistenceImpl
           
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingItemPricePersistence
static ShoppingItemPricePersistence ShoppingItemPriceUtil.getPersistence()
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingItemPricePersistence
 void ShoppingItemPriceUtil.setPersistence(ShoppingItemPricePersistence persistence)
           
 


Liferay 6.0.3