Liferay 6.2-ce-ga5

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   
 

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()
          Returns the shopping coupon finder.
 ShoppingCouponFinder GroupLocalServiceBaseImpl.getShoppingCouponFinder()
          Returns 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 ShoppingCouponLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCategoryServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingOrderLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingOrderServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCartLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingItemLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCategoryLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingItemServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingOrderItemLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingCouponServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingItemFieldLocalServiceBaseImpl.shoppingCouponFinder
           
protected  ShoppingCouponFinder ShoppingItemPriceLocalServiceBaseImpl.shoppingCouponFinder
           
 

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

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