Liferay 6.1.2-ce-ga3

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.getWrappedService()
           
 ShoppingItemLocalService ShoppingItemLocalServiceWrapper.getWrappedShoppingItemLocalService()
          Deprecated. Renamed to ShoppingItemLocalServiceWrapper.getWrappedService()
 

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

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 ShoppingItemServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingOrderLocalServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingCategoryLocalServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingItemLocalServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingCartLocalServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingItemFieldLocalServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingOrderItemLocalServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingCouponServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingCategoryServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingItemPriceLocalServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingCouponLocalServiceBaseImpl.shoppingItemLocalService
           
protected  ShoppingItemLocalService ShoppingOrderServiceBaseImpl.shoppingItemLocalService
           
 

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingItemLocalService
 void ShoppingItemServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingItemLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingCartLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingCouponServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingCategoryServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingItemLocalService(ShoppingItemLocalService shoppingItemLocalService)
          Sets the shopping item local service.
 void ShoppingOrderServiceBaseImpl.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.1.2-ce-ga3