Liferay 6.0.4

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

Packages that use ShoppingCategoryPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as ShoppingCategoryPersistence
protected  ShoppingCategoryPersistence GroupServiceBaseImpl.shoppingCategoryPersistence
           
protected  ShoppingCategoryPersistence GroupLocalServiceBaseImpl.shoppingCategoryPersistence
           
 

Methods in com.liferay.portal.service.base that return ShoppingCategoryPersistence
 ShoppingCategoryPersistence GroupServiceBaseImpl.getShoppingCategoryPersistence()
           
 ShoppingCategoryPersistence GroupLocalServiceBaseImpl.getShoppingCategoryPersistence()
           
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingCategoryPersistence
 void GroupServiceBaseImpl.setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
           
 void GroupLocalServiceBaseImpl.setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
           
 

Uses of ShoppingCategoryPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as ShoppingCategoryPersistence
protected  ShoppingCategoryPersistence GroupPersistenceImpl.shoppingCategoryPersistence
           
 

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

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

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

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

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

Classes in com.liferay.portlet.shopping.service.persistence that implement ShoppingCategoryPersistence
 class ShoppingCategoryPersistenceImpl
          The persistence for the shopping category service.
 

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCategoryPersistence
static ShoppingCategoryPersistence ShoppingCategoryUtil.getPersistence()
           
 

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


Liferay 6.0.4