Liferay 6.2-ce-ga5

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

Packages that use ShoppingCouponLocalService
com.liferay.portlet.shopping.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)
           
 


Liferay 6.2-ce-ga5