Liferay 6.0.5

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

Packages that use ShoppingCouponFinder
com.liferay.portal.service.base   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.persistence   
 

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

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

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

Methods in com.liferay.portal.service.base with parameters of type ShoppingCouponFinder
 void GroupServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void GroupLocalServiceBaseImpl.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 ShoppingOrderServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingOrderLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingOrderItemLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingItemServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingItemPriceLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingItemLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingItemFieldLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCouponServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCouponLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCategoryServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCategoryLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCartLocalServiceBaseImpl.shoppingCouponFinder
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCouponFinder
 ShoppingCouponFinder ShoppingOrderServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingOrderLocalServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingOrderItemLocalServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingItemServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingItemPriceLocalServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingItemLocalServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingItemFieldLocalServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingCouponServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingCouponLocalServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingCategoryServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingCategoryLocalServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 ShoppingCouponFinder ShoppingCartLocalServiceBaseImpl.getShoppingCouponFinder()
          Gets the shopping coupon finder.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCouponFinder
 void ShoppingOrderServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingItemServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingItemLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingCouponServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingCategoryServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 void ShoppingCartLocalServiceBaseImpl.setShoppingCouponFinder(ShoppingCouponFinder shoppingCouponFinder)
          Sets the shopping coupon finder.
 

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

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

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)
           
 


Liferay 6.0.5