Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.shopping.service that implement ShoppingItemService
 class ShoppingItemServiceWrapper
          Provides 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. As of 6.1.0, replaced by ShoppingItemServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemService
 void ShoppingItemServiceUtil.setService(ShoppingItemService service)
          Deprecated. As of 6.2.0
 void ShoppingItemServiceWrapper.setWrappedService(ShoppingItemService shoppingItemService)
           
 void ShoppingItemServiceWrapper.setWrappedShoppingItemService(ShoppingItemService shoppingItemService)
          Deprecated. As of 6.1.0, replaced by ShoppingItemServiceWrapper.setWrappedService(com.liferay.portlet.shopping.service.ShoppingItemService)
 

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


Liferay 6.2-ce-ga5