Liferay 7.0-ce-m6

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

Packages that use ShoppingCouponLocalService
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 ShoppingCouponLocalService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as ShoppingCouponLocalService
protected  ShoppingCouponLocalService GroupLocalServiceBaseImpl.shoppingCouponLocalService
           
protected  ShoppingCouponLocalService GroupServiceBaseImpl.shoppingCouponLocalService
           
 

Methods in com.liferay.portal.service.base that return ShoppingCouponLocalService
 ShoppingCouponLocalService GroupLocalServiceBaseImpl.getShoppingCouponLocalService()
          Returns the shopping coupon local service.
 ShoppingCouponLocalService GroupServiceBaseImpl.getShoppingCouponLocalService()
          Returns the shopping coupon local service.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingCouponLocalService
 void GroupLocalServiceBaseImpl.setShoppingCouponLocalService(ShoppingCouponLocalService shoppingCouponLocalService)
          Sets the shopping coupon local service.
 void GroupServiceBaseImpl.setShoppingCouponLocalService(ShoppingCouponLocalService shoppingCouponLocalService)
          Sets the shopping coupon local service.
 

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

Classes in com.liferay.portlet.shopping.service that implement ShoppingCouponLocalService
 class ShoppingCouponLocalServiceWrapper
          Provides a wrapper for ShoppingCouponLocalService.
 

Methods in com.liferay.portlet.shopping.service that return ShoppingCouponLocalService
static ShoppingCouponLocalService ShoppingCouponLocalServiceUtil.getService()
           
 ShoppingCouponLocalService ShoppingCouponLocalServiceWrapper.getWrappedService()
           
 ShoppingCouponLocalService ShoppingCouponLocalServiceWrapper.getWrappedShoppingCouponLocalService()
          Deprecated. As of 6.1.0, replaced by ShoppingCouponLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCouponLocalService
 void ShoppingCouponLocalServiceUtil.setService(ShoppingCouponLocalService service)
          Deprecated. As of 6.2.0
 void ShoppingCouponLocalServiceWrapper.setWrappedService(ShoppingCouponLocalService shoppingCouponLocalService)
           
 void ShoppingCouponLocalServiceWrapper.setWrappedShoppingCouponLocalService(ShoppingCouponLocalService shoppingCouponLocalService)
          Deprecated. As of 6.1.0, replaced by ShoppingCouponLocalServiceWrapper.setWrappedService(com.liferay.portlet.shopping.service.ShoppingCouponLocalService)
 

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingCouponLocalService
ShoppingCouponLocalServiceWrapper(ShoppingCouponLocalService shoppingCouponLocalService)
           
 

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingCouponLocalService
 class ShoppingCouponLocalServiceBaseImpl
          Provides the base implementation for the shopping coupon local service.
 

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingCouponLocalService
protected  ShoppingCouponLocalService ShoppingCouponLocalServiceBaseImpl.shoppingCouponLocalService
           
protected  ShoppingCouponLocalService ShoppingCartLocalServiceBaseImpl.shoppingCouponLocalService
           
protected  ShoppingCouponLocalService ShoppingCouponServiceBaseImpl.shoppingCouponLocalService
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCouponLocalService
 ShoppingCouponLocalService ShoppingCouponLocalServiceBaseImpl.getShoppingCouponLocalService()
          Returns the shopping coupon local service.
 ShoppingCouponLocalService ShoppingCartLocalServiceBaseImpl.getShoppingCouponLocalService()
          Returns the shopping coupon local service.
 ShoppingCouponLocalService ShoppingCouponServiceBaseImpl.getShoppingCouponLocalService()
          Returns the shopping coupon local service.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCouponLocalService
 void ShoppingCouponLocalServiceBaseImpl.setShoppingCouponLocalService(ShoppingCouponLocalService shoppingCouponLocalService)
          Sets the shopping coupon local service.
 void ShoppingCartLocalServiceBaseImpl.setShoppingCouponLocalService(ShoppingCouponLocalService shoppingCouponLocalService)
          Sets the shopping coupon local service.
 void ShoppingCouponServiceBaseImpl.setShoppingCouponLocalService(ShoppingCouponLocalService shoppingCouponLocalService)
          Sets the shopping coupon local service.
 

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

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingCouponLocalService
 class ShoppingCouponLocalServiceImpl
           
 


Liferay 7.0-ce-m6