Liferay 6.1.0

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

Packages that use ShoppingCategoryLocalService
com.liferay.portlet.shopping.service   
 

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingCategoryLocalService
static ShoppingCategoryLocalService ShoppingCategoryLocalServiceUtil.getService()
           
 ShoppingCategoryLocalService ShoppingCategoryLocalServiceWrapper.getWrappedShoppingCategoryLocalService()
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCategoryLocalService
 void ShoppingCategoryLocalServiceUtil.setService(ShoppingCategoryLocalService service)
           
 void ShoppingCategoryLocalServiceWrapper.setWrappedShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
           
 

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


Liferay 6.1.0