Liferay 6.1.2-ce-ga3

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 GroupServiceBaseImpl.shoppingOrderService
           
protected  ShoppingOrderService GroupLocalServiceBaseImpl.shoppingOrderService
           
 

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

Methods in com.liferay.portal.service.base with parameters of type ShoppingOrderService
 void GroupServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void GroupLocalServiceBaseImpl.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
           This class is 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. Renamed to ShoppingOrderServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingOrderService
 void ShoppingOrderServiceUtil.setService(ShoppingOrderService service)
          Deprecated.  
 void ShoppingOrderServiceWrapper.setWrappedService(ShoppingOrderService shoppingOrderService)
           
 void ShoppingOrderServiceWrapper.setWrappedShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Deprecated. Renamed to 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
          The base implementation of the shopping order remote service.
 

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

Methods in com.liferay.portlet.shopping.service.base that return ShoppingOrderService
 ShoppingOrderService ShoppingItemServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingOrderLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingCategoryLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingItemLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingCartLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingItemFieldLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingOrderItemLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingCouponServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingCategoryServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingItemPriceLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingCouponLocalServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 ShoppingOrderService ShoppingOrderServiceBaseImpl.getShoppingOrderService()
          Returns the shopping order remote service.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrderService
 void ShoppingItemServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingItemLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingCartLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingCouponServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingCategoryServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingOrderService(ShoppingOrderService shoppingOrderService)
          Sets the shopping order remote service.
 void ShoppingOrderServiceBaseImpl.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 6.1.2-ce-ga3