Liferay 6.1.2-ce-ga3

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.getWrappedService()
           
 ShoppingItemService ShoppingItemServiceWrapper.getWrappedShoppingItemService()
          Deprecated. Renamed to ShoppingItemServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemService
 void ShoppingItemServiceUtil.setService(ShoppingItemService service)
          Deprecated.  
 void ShoppingItemServiceWrapper.setWrappedService(ShoppingItemService shoppingItemService)
           
 void ShoppingItemServiceWrapper.setWrappedShoppingItemService(ShoppingItemService shoppingItemService)
          Deprecated. Renamed to ShoppingItemServiceWrapper.setWrappedService(com.liferay.portlet.shopping.service.ShoppingItemService)
 

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 ShoppingItemServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingOrderLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCategoryLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingItemLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCartLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingItemFieldLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingOrderItemLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCouponServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCategoryServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingItemPriceLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingCouponLocalServiceBaseImpl.shoppingItemService
           
protected  ShoppingItemService ShoppingOrderServiceBaseImpl.shoppingItemService
           
 

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemService
 void ShoppingItemServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingItemLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCartLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCouponServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCategoryServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingItemService(ShoppingItemService shoppingItemService)
          Sets the shopping item remote service.
 void ShoppingOrderServiceBaseImpl.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.1.2-ce-ga3