Liferay 6.1.2-ce-ga3

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.getWrappedService()
           
 ShoppingCouponService ShoppingCouponServiceWrapper.getWrappedShoppingCouponService()
          Deprecated. Renamed to ShoppingCouponServiceWrapper.getWrappedService()
 

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

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


Liferay 6.1.2-ce-ga3