Liferay 6.0.5

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

Packages that use ShoppingCategoryLocalService
com.liferay.portal.service.base   
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 GroupServiceBaseImpl.shoppingCategoryLocalService
           
protected  ShoppingCategoryLocalService GroupLocalServiceBaseImpl.shoppingCategoryLocalService
           
 

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

Methods in com.liferay.portal.service.base with parameters of type ShoppingCategoryLocalService
 void GroupServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void GroupLocalServiceBaseImpl.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
           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)
           
 

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
          The base implementation of the shopping category local service.
 

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

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCategoryLocalService
 ShoppingCategoryLocalService ShoppingOrderServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingOrderLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingOrderItemLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingItemServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingItemPriceLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingItemLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingItemFieldLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingCouponServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingCouponLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingCategoryServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingCategoryLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 ShoppingCategoryLocalService ShoppingCartLocalServiceBaseImpl.getShoppingCategoryLocalService()
          Gets the shopping category local service.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCategoryLocalService
 void ShoppingOrderServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingItemServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingItemLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingCouponServiceBaseImpl.setShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
          Sets the shopping category local service.
 void ShoppingCouponLocalServiceBaseImpl.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.
 void ShoppingCartLocalServiceBaseImpl.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 6.0.5