Liferay 6.1.0

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

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

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingItemLocalService
static ShoppingItemLocalService ShoppingItemLocalServiceUtil.getService()
           
 ShoppingItemLocalService ShoppingItemLocalServiceWrapper.getWrappedShoppingItemLocalService()
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingItemLocalService
 void ShoppingItemLocalServiceUtil.setService(ShoppingItemLocalService service)
           
 void ShoppingItemLocalServiceWrapper.setWrappedShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingItemLocalService
ShoppingItemLocalServiceWrapper(ShoppingItemLocalService shoppingItemLocalService)
           
 


Liferay 6.1.0