Liferay 6.1.0

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

Packages that use ShoppingCouponService
com.liferay.portlet.shopping.service   
 

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

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

Methods in com.liferay.portlet.shopping.service that return ShoppingCouponService
static ShoppingCouponService ShoppingCouponServiceUtil.getService()
           
 ShoppingCouponService ShoppingCouponServiceWrapper.getWrappedShoppingCouponService()
           
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCouponService
 void ShoppingCouponServiceUtil.setService(ShoppingCouponService service)
           
 void ShoppingCouponServiceWrapper.setWrappedShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 

Constructors in com.liferay.portlet.shopping.service with parameters of type ShoppingCouponService
ShoppingCouponServiceWrapper(ShoppingCouponService shoppingCouponService)
           
 


Liferay 6.1.0