Liferay 7.0-ce-m6

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

Packages that use ShoppingCategoryPersistence
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   
com.liferay.portlet.shopping.service.persistence.impl   
 

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

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

Methods in com.liferay.portal.service.base that return ShoppingCategoryPersistence
 ShoppingCategoryPersistence GroupLocalServiceBaseImpl.getShoppingCategoryPersistence()
          Returns the shopping category persistence.
 ShoppingCategoryPersistence GroupServiceBaseImpl.getShoppingCategoryPersistence()
          Returns the shopping category persistence.
 

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

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

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingCategoryPersistence
protected  ShoppingCategoryPersistence ShoppingCouponLocalServiceBaseImpl.shoppingCategoryPersistence
           
protected  ShoppingCategoryPersistence ShoppingItemServiceBaseImpl.shoppingCategoryPersistence
           
protected  ShoppingCategoryPersistence ShoppingItemLocalServiceBaseImpl.shoppingCategoryPersistence
           
protected  ShoppingCategoryPersistence ShoppingCouponServiceBaseImpl.shoppingCategoryPersistence
           
protected  ShoppingCategoryPersistence ShoppingCategoryServiceBaseImpl.shoppingCategoryPersistence
           
protected  ShoppingCategoryPersistence ShoppingCategoryLocalServiceBaseImpl.shoppingCategoryPersistence
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCategoryPersistence
 ShoppingCategoryPersistence ShoppingCouponLocalServiceBaseImpl.getShoppingCategoryPersistence()
          Returns the shopping category persistence.
 ShoppingCategoryPersistence ShoppingItemServiceBaseImpl.getShoppingCategoryPersistence()
          Returns the shopping category persistence.
 ShoppingCategoryPersistence ShoppingItemLocalServiceBaseImpl.getShoppingCategoryPersistence()
          Returns the shopping category persistence.
 ShoppingCategoryPersistence ShoppingCouponServiceBaseImpl.getShoppingCategoryPersistence()
          Returns the shopping category persistence.
 ShoppingCategoryPersistence ShoppingCategoryServiceBaseImpl.getShoppingCategoryPersistence()
          Returns the shopping category persistence.
 ShoppingCategoryPersistence ShoppingCategoryLocalServiceBaseImpl.getShoppingCategoryPersistence()
          Returns the shopping category persistence.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCategoryPersistence
 void ShoppingCouponLocalServiceBaseImpl.setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
          Sets the shopping category persistence.
 void ShoppingItemServiceBaseImpl.setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
          Sets the shopping category persistence.
 void ShoppingItemLocalServiceBaseImpl.setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
          Sets the shopping category persistence.
 void ShoppingCouponServiceBaseImpl.setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
          Sets the shopping category persistence.
 void ShoppingCategoryServiceBaseImpl.setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
          Sets the shopping category persistence.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingCategoryPersistence(ShoppingCategoryPersistence shoppingCategoryPersistence)
          Sets the shopping category persistence.
 

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

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)
          Deprecated. As of 6.2.0
 

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

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


Liferay 7.0-ce-m6