Liferay 6.1.2-ce-ga3

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

Packages that use ShoppingOrderFinder
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 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()
          Returns the shopping order finder.
 ShoppingOrderFinder GroupLocalServiceBaseImpl.getShoppingOrderFinder()
          Returns 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 ShoppingItemServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingOrderLocalServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingCategoryLocalServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingItemLocalServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingCartLocalServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingItemFieldLocalServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingOrderItemLocalServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingCouponServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingCategoryServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingItemPriceLocalServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingCouponLocalServiceBaseImpl.shoppingOrderFinder
           
protected  ShoppingOrderFinder ShoppingOrderServiceBaseImpl.shoppingOrderFinder
           
 

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

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingOrderFinder
 void ShoppingItemServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingOrderLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCategoryLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingItemLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCartLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingItemFieldLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingOrderItemLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCouponServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCategoryServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingItemPriceLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingCouponLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void ShoppingOrderServiceBaseImpl.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.1.2-ce-ga3