Liferay 6.0.5

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

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

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

Fields in com.liferay.portal.service.base declared as ShoppingOrderFinder
protected  ShoppingOrderFinder GroupServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder GroupLocalServiceBaseImpl.shoppingOrderFinder
           
 

Methods in com.liferay.portal.service.base that return ShoppingOrderFinder
 ShoppingOrderFinder GroupServiceBaseImpl.getShoppingOrderFinder()
          Gets the shopping order finder.
 ShoppingOrderFinder GroupLocalServiceBaseImpl.getShoppingOrderFinder()
          Gets the shopping order finder.
 

Methods in com.liferay.portal.service.base with parameters of type ShoppingOrderFinder
 void GroupServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void GroupLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 

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

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

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrderFinder
 void ShoppingOrderServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingItemServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingItemLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCouponServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCategoryServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCartLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 

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

Classes in com.liferay.portlet.shopping.service.persistence that implement ShoppingOrderFinder
 class ShoppingOrderFinderImpl
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingOrderFinder
static ShoppingOrderFinder ShoppingOrderFinderUtil.getFinder()
           
 

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


Liferay 6.0.5