Liferay 6.0-ee

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

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

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingOrderItemLocalService
static ShoppingOrderItemLocalService ShoppingOrderItemLocalServiceUtil.getService()
           
 ShoppingOrderItemLocalService ShoppingOrderItemLocalServiceWrapper.getWrappedShoppingOrderItemLocalService()
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingOrderItemLocalService
 void ShoppingOrderItemLocalServiceUtil.setService(ShoppingOrderItemLocalService service)
           
 

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingOrderItemLocalService
ShoppingOrderItemLocalServiceWrapper(ShoppingOrderItemLocalService shoppingOrderItemLocalService)
           
 

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingOrderItemLocalService
 class ShoppingOrderItemLocalServiceBaseImpl
          The base implementation of the shopping order item local service.
 

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

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

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

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

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingOrderItemLocalService
 class ShoppingOrderItemLocalServiceImpl
           
 


Liferay 6.0-ee