Liferay 6.0.4

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

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

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)
           
 

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

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingItemLocalService
 class ShoppingItemLocalServiceBaseImpl
           
 

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

Methods in com.liferay.portlet.shopping.service.base that return ShoppingItemLocalService
 ShoppingItemLocalService ShoppingOrderServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingOrderLocalServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingOrderItemLocalServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingItemServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingItemPriceLocalServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingItemLocalServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingItemFieldLocalServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingCouponServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingCouponLocalServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingCategoryServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingCategoryLocalServiceBaseImpl.getShoppingItemLocalService()
           
 ShoppingItemLocalService ShoppingCartLocalServiceBaseImpl.getShoppingItemLocalService()
           
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemLocalService
 void ShoppingOrderServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingOrderLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingItemServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingItemLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingCouponServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingCouponLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingCategoryServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 void ShoppingCartLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
           
 

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

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingItemLocalService
 class ShoppingItemLocalServiceImpl
           
 


Liferay 6.0.4