Liferay 6.0.5

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

Packages that use ShoppingOrderLocalService
com.liferay.portal.service.base   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.impl   
 

Uses of ShoppingOrderLocalService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as ShoppingOrderLocalService
protected  ShoppingOrderLocalService GroupServiceBaseImpl.shoppingOrderLocalService
           
protected  ShoppingOrderLocalService GroupLocalServiceBaseImpl.shoppingOrderLocalService
           
 

Methods in com.liferay.portal.service.base that return ShoppingOrderLocalService
 ShoppingOrderLocalService GroupServiceBaseImpl.getShoppingOrderLocalService()
          Gets the shopping order local service.
 ShoppingOrderLocalService GroupLocalServiceBaseImpl.getShoppingOrderLocalService()
          Gets the shopping order local service.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingOrderLocalService
 void GroupServiceBaseImpl.setShoppingOrderLocalService(ShoppingOrderLocalService shoppingOrderLocalService)
          Sets the shopping order local service.
 void GroupLocalServiceBaseImpl.setShoppingOrderLocalService(ShoppingOrderLocalService shoppingOrderLocalService)
          Sets the shopping order local service.
 

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingOrderLocalService
static ShoppingOrderLocalService ShoppingOrderLocalServiceUtil.getService()
           
 ShoppingOrderLocalService ShoppingOrderLocalServiceWrapper.getWrappedShoppingOrderLocalService()
           
 

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

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingOrderLocalService
ShoppingOrderLocalServiceWrapper(ShoppingOrderLocalService shoppingOrderLocalService)
           
 

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingOrderLocalService
 class ShoppingOrderLocalServiceBaseImpl
          The base implementation of the shopping order local service.
 

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

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

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

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

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingOrderLocalService
 class ShoppingOrderLocalServiceImpl
           
 


Liferay 6.0.5