Liferay 6.1.2-ce-ga3

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
           This class is 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. Renamed to ShoppingCouponLocalServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCouponLocalService
 void ShoppingCouponLocalServiceUtil.setService(ShoppingCouponLocalService service)
          Deprecated.  
 void ShoppingCouponLocalServiceWrapper.setWrappedService(ShoppingCouponLocalService shoppingCouponLocalService)
           
 void ShoppingCouponLocalServiceWrapper.setWrappedShoppingCouponLocalService(ShoppingCouponLocalService shoppingCouponLocalService)
          Deprecated. Renamed to 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.1.2-ce-ga3