Liferay 6.0.4

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

Packages that use ShoppingCouponService
com.liferay.portal.service.base   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.impl   
 

Uses of ShoppingCouponService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as ShoppingCouponService
protected  ShoppingCouponService GroupServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService GroupLocalServiceBaseImpl.shoppingCouponService
           
 

Methods in com.liferay.portal.service.base that return ShoppingCouponService
 ShoppingCouponService GroupServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService GroupLocalServiceBaseImpl.getShoppingCouponService()
           
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingCouponService
 void GroupServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void GroupLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 

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)
           
 

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

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

Classes in com.liferay.portlet.shopping.service.base that implement ShoppingCouponService
 class ShoppingCouponServiceBaseImpl
           
 

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingCouponService
protected  ShoppingCouponService ShoppingOrderServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingOrderLocalServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingOrderItemLocalServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingItemServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingItemPriceLocalServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingItemLocalServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingItemFieldLocalServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingCouponServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingCouponLocalServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingCategoryServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingCategoryLocalServiceBaseImpl.shoppingCouponService
           
protected  ShoppingCouponService ShoppingCartLocalServiceBaseImpl.shoppingCouponService
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCouponService
 ShoppingCouponService ShoppingOrderServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingOrderLocalServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingOrderItemLocalServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingItemServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingItemPriceLocalServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingItemLocalServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingItemFieldLocalServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingCouponServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingCouponLocalServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingCategoryServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingCategoryLocalServiceBaseImpl.getShoppingCouponService()
           
 ShoppingCouponService ShoppingCartLocalServiceBaseImpl.getShoppingCouponService()
           
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCouponService
 void ShoppingOrderServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingOrderLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingItemServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingItemLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingCouponServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingCouponLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingCategoryServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 void ShoppingCartLocalServiceBaseImpl.setShoppingCouponService(ShoppingCouponService shoppingCouponService)
           
 

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

Classes in com.liferay.portlet.shopping.service.impl that implement ShoppingCouponService
 class ShoppingCouponServiceImpl
           
 


Liferay 6.0.4