Liferay 6.0.5

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

Packages that use ShoppingItemService
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.impl   
 

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingItemService
static ShoppingItemService ShoppingItemServiceUtil.getService()
           
 ShoppingItemService ShoppingItemServiceWrapper.getWrappedShoppingItemService()
           
 

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

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingItemService
ShoppingItemServiceWrapper(ShoppingItemService shoppingItemService)
           
 

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingItemService
 class ShoppingItemServiceBaseImpl
          The base implementation of the shopping item remote service.
 

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

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemService
 void ShoppingOrderServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingItemServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingItemLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCouponServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCategoryServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCartLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 

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

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingItemService
 class ShoppingItemServiceImpl
           
 


Liferay 6.0.5