Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portlet.shopping.service.ShoppingCategoryLocalService

Packages that use ShoppingCategoryLocalService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.impl   
 

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

Fields in com.liferay.portal.service.base declared as ShoppingCategoryLocalService
protected  ShoppingCategoryLocalService GroupLocalServiceBaseImpl.shoppingCategoryLocalService
           
protected  ShoppingCategoryLocalService GroupServiceBaseImpl.shoppingCategoryLocalService
           
 

Methods in com.liferay.portal.service.base that return ShoppingCategoryLocalService
 ShoppingCategoryLocalService GroupLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Returns the shopping category local service.
 ShoppingCategoryLocalService GroupServiceBaseImpl.getShoppingCategoryLocalService()
          Returns the shopping category local service.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingCategoryLocalService
 void GroupLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void GroupServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 

Uses of ShoppingCategoryLocalService in com.liferay.portlet.shopping.service
 

Classes in com.liferay.portlet.shopping.service that implement ShoppingCategoryLocalService
 class ShoppingCategoryLocalServiceWrapper
          Provides a wrapper for ShoppingCategoryLocalService.
 

Methods in com.liferay.portlet.shopping.service that return ShoppingCategoryLocalService
static ShoppingCategoryLocalService ShoppingCategoryLocalServiceUtil.getService()
           
 ShoppingCategoryLocalService ShoppingCategoryLocalServiceWrapper.getWrappedService()
           
 ShoppingCategoryLocalService ShoppingCategoryLocalServiceWrapper.getWrappedShoppingCategoryLocalService()
          Deprecated. As of 6.1.0, replaced by ShoppingCategoryLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCategoryLocalService
 void ShoppingCategoryLocalServiceUtil.setService(ShoppingCategoryLocalService service)
          Deprecated. As of 6.2.0
 void ShoppingCategoryLocalServiceWrapper.setWrappedService(ShoppingCategoryLocalService shoppingCategoryLocalService)
           
 void ShoppingCategoryLocalServiceWrapper.setWrappedShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Deprecated. As of 6.1.0, replaced by ShoppingCategoryLocalServiceWrapper.setWrappedService(com.liferay.portlet.shopping.service.ShoppingCategoryLocalService)
 

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingCategoryLocalService
ShoppingCategoryLocalServiceWrapper(ShoppingCategoryLocalService shoppingCategoryLocalService)
           
 

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingCategoryLocalService
 class ShoppingCategoryLocalServiceBaseImpl
          Provides the base implementation for the shopping category local service.
 

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

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCategoryLocalService
 ShoppingCategoryLocalService ShoppingCouponLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Returns the shopping category local service.
 ShoppingCategoryLocalService ShoppingItemServiceBaseImpl.getShoppingCategoryLocalService()
          Returns the shopping category local service.
 ShoppingCategoryLocalService ShoppingItemLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Returns the shopping category local service.
 ShoppingCategoryLocalService ShoppingCouponServiceBaseImpl.getShoppingCategoryLocalService()
          Returns the shopping category local service.
 ShoppingCategoryLocalService ShoppingCategoryServiceBaseImpl.getShoppingCategoryLocalService()
          Returns the shopping category local service.
 ShoppingCategoryLocalService ShoppingCategoryLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Returns the shopping category local service.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCategoryLocalService
 void ShoppingCouponLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingItemServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingItemLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingCouponServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingCategoryServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 

Uses of ShoppingCategoryLocalService in com.liferay.portlet.shopping.service.impl
 

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingCategoryLocalService
 class ShoppingCategoryLocalServiceImpl
           
 


Liferay 7.0-ce-m6