Liferay 6.1.2-ce-ga3

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
           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)
           
 


Liferay 6.1.2-ce-ga3