Liferay 6.0-ee

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

Packages that use ShoppingCategoryService
com.liferay.portal.service.base   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.impl   
 

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

Fields in com.liferay.portal.service.base declared as ShoppingCategoryService
protected  ShoppingCategoryService GroupServiceBaseImpl.shoppingCategoryService
           
protected  ShoppingCategoryService GroupLocalServiceBaseImpl.shoppingCategoryService
           
 

Methods in com.liferay.portal.service.base that return ShoppingCategoryService
 ShoppingCategoryService GroupServiceBaseImpl.getShoppingCategoryService()
          Gets the shopping category remote service.
 ShoppingCategoryService GroupLocalServiceBaseImpl.getShoppingCategoryService()
          Gets the shopping category remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingCategoryService
 void GroupServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void GroupLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingCategoryService
static ShoppingCategoryService ShoppingCategoryServiceUtil.getService()
           
 ShoppingCategoryService ShoppingCategoryServiceWrapper.getWrappedShoppingCategoryService()
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCategoryService
 void ShoppingCategoryServiceUtil.setService(ShoppingCategoryService service)
           
 

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingCategoryService
ShoppingCategoryServiceWrapper(ShoppingCategoryService shoppingCategoryService)
           
 

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingCategoryService
 class ShoppingCategoryServiceBaseImpl
          The base implementation of the shopping category remote service.
 

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

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCategoryService
 void ShoppingOrderServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingItemServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingItemLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingCouponServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingCategoryServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 void ShoppingCartLocalServiceBaseImpl.setShoppingCategoryService(ShoppingCategoryService shoppingCategoryService)
          Sets the shopping category remote service.
 

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

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingCategoryService
 class ShoppingCategoryServiceImpl
           
 


Liferay 6.0-ee