Liferay 6.0.5

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
          The base implementation of the shopping item local service.
 

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()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingOrderLocalServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingOrderItemLocalServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingItemServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingItemPriceLocalServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingItemLocalServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingItemFieldLocalServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingCouponServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingCouponLocalServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingCategoryServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingCategoryLocalServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 ShoppingItemLocalService ShoppingCartLocalServiceBaseImpl.getShoppingItemLocalService()
          Gets the shopping item local service.
 

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

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.5