Liferay 7.0-ce-m6

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   
com.liferay.portlet.shopping.service.persistence.impl   
 

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

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

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

Methods in com.liferay.portal.service.base with parameters of type ShoppingOrderFinder
 void GroupLocalServiceBaseImpl.setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder)
          Sets the shopping order finder.
 void GroupServiceBaseImpl.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
           
 

Methods in com.liferay.portlet.shopping.service.base that return ShoppingOrderFinder
 ShoppingOrderFinder ShoppingOrderServiceBaseImpl.getShoppingOrderFinder()
          Returns the shopping order finder.
 ShoppingOrderFinder ShoppingOrderLocalServiceBaseImpl.getShoppingOrderFinder()
          Returns 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.
 

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

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)
           
 

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

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


Liferay 7.0-ce-m6