Liferay 7.0-ce-m3

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

Packages that use ShoppingOrderService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.impl   
 

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

Fields in com.liferay.portal.service.base declared as ShoppingOrderService
protected  ShoppingOrderService GroupLocalServiceBaseImpl.shoppingOrderService
           
protected  ShoppingOrderService GroupServiceBaseImpl.shoppingOrderService
           
 

Methods in com.liferay.portal.service.base that return ShoppingOrderService
 ShoppingOrderService GroupLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService GroupServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingOrderService
 void GroupLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void GroupServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 

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

Classes in com.liferay.portlet.shopping.service that implement ShoppingOrderService
 class ShoppingOrderServiceWrapper
          Provides a wrapper for ShoppingOrderService.
 

Methods in com.liferay.portlet.shopping.service that return ShoppingOrderService
static ShoppingOrderService ShoppingOrderServiceUtil.getService()
           
 ShoppingOrderService ShoppingOrderServiceWrapper.getWrappedService()
           
 ShoppingOrderService ShoppingOrderServiceWrapper.getWrappedShoppingOrderService()
          Deprecated. As of 6.1.0, replaced by ShoppingOrderServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingOrderService
 void ShoppingOrderServiceUtil.setService(ShoppingOrderService service)
          Deprecated. As of 6.2.0
 void ShoppingOrderServiceWrapper.setWrappedService(ShoppingOrderService shoppingOrderService)
           
 void ShoppingOrderServiceWrapper.setWrappedShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Deprecated. As of 6.1.0, replaced by ShoppingOrderServiceWrapper.setWrappedService(com.liferay.portlet.shopping.service.ShoppingOrderService)
 

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingOrderService
ShoppingOrderServiceWrapper(ShoppingOrderService shoppingOrderService)
           
 

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingOrderService
 class ShoppingOrderServiceBaseImpl
          Provides the base implementation for the shopping order remote service.
 

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingOrderService
protected  ShoppingOrderService ShoppingOrderServiceBaseImpl.shoppingOrderService
           
protected  ShoppingOrderService ShoppingOrderLocalServiceBaseImpl.shoppingOrderService
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingOrderService
 ShoppingOrderService ShoppingOrderServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingOrderLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrderService
 void ShoppingOrderServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 

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

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingOrderService
 class ShoppingOrderServiceImpl
           
 


Liferay 7.0-ce-m3