Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder

Packages that use ShoppingCouponFinder
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.service.persistence.impl   
 

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

Fields in com.liferay.portal.service.base declared as ShoppingCouponFinder
protected  ShoppingCouponFinder GroupLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder GroupServiceBaseImpl.shoppingCouponFinder
           
 

Methods in com.liferay.portal.service.base that return ShoppingCouponFinder
 ShoppingCouponFinder GroupLocalServiceBaseImpl.getShoppingCouponFinder()
          Returns the shopping coupon finder.
 ShoppingCouponFinder GroupServiceBaseImpl.getShoppingCouponFinder()
          Returns the shopping coupon finder.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingCouponFinder
 void GroupLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void GroupServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 

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

Fields in com.liferay.portlet.shopping.service.base declared as ShoppingCouponFinder
protected  ShoppingCouponFinder ShoppingCouponServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCartLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCouponLocalServiceBaseImpl.shoppingCouponFinder
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCouponFinder
 ShoppingCouponFinder ShoppingCouponServiceBaseImpl.getShoppingCouponFinder()
          Returns the shopping coupon finder.
 ShoppingCouponFinder ShoppingCartLocalServiceBaseImpl.getShoppingCouponFinder()
          Returns the shopping coupon finder.
 ShoppingCouponFinder ShoppingCouponLocalServiceBaseImpl.getShoppingCouponFinder()
          Returns the shopping coupon finder.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCouponFinder
 void ShoppingCouponServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingCartLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 

Uses of ShoppingCouponFinder in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCouponFinder
static ShoppingCouponFinder ShoppingCouponFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingCouponFinder
 void ShoppingCouponFinderUtil.setFinder(ShoppingCouponFinder finder)
           
 

Uses of ShoppingCouponFinder in com.liferay.portlet.shopping.service.persistence.impl
 

Classes in com.liferay.portlet.shopping.service.persistence.impl that implement ShoppingCouponFinder
 class ShoppingCouponFinderImpl
           
 


Liferay 7.0-ce-m3