Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.OrganizationFinder

Packages that use OrganizationFinder
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.announcements.service.base   
com.liferay.portlet.blogs.service.base   
 

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

Fields in com.liferay.portal.service.base declared as OrganizationFinder
protected  OrganizationFinder GroupServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder UserServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder UserLocalServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder ContactServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder ContactLocalServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder OrganizationLocalServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder GroupLocalServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder CompanyLocalServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder OrganizationServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder CompanyServiceBaseImpl.organizationFinder
           
 

Methods in com.liferay.portal.service.base that return OrganizationFinder
 OrganizationFinder GroupServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder UserServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder UserLocalServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder ContactServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder ContactLocalServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder OrganizationLocalServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder GroupLocalServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder CompanyLocalServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder OrganizationServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder CompanyServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 

Methods in com.liferay.portal.service.base with parameters of type OrganizationFinder
 void GroupServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void UserServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void UserLocalServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void ContactServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void ContactLocalServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void OrganizationLocalServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void GroupLocalServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void CompanyLocalServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void OrganizationServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void CompanyServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 

Uses of OrganizationFinder in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return OrganizationFinder
static OrganizationFinder OrganizationFinderUtil.getFinder()
           
 

Methods in com.liferay.portal.service.persistence with parameters of type OrganizationFinder
 void OrganizationFinderUtil.setFinder(OrganizationFinder finder)
           
 

Uses of OrganizationFinder in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement OrganizationFinder
 class OrganizationFinderImpl
           
 

Uses of OrganizationFinder in com.liferay.portlet.announcements.service.base
 

Fields in com.liferay.portlet.announcements.service.base declared as OrganizationFinder
protected  OrganizationFinder AnnouncementsEntryLocalServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder AnnouncementsEntryServiceBaseImpl.organizationFinder
           
 

Methods in com.liferay.portlet.announcements.service.base that return OrganizationFinder
 OrganizationFinder AnnouncementsEntryLocalServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder AnnouncementsEntryServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 

Methods in com.liferay.portlet.announcements.service.base with parameters of type OrganizationFinder
 void AnnouncementsEntryLocalServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void AnnouncementsEntryServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 

Uses of OrganizationFinder in com.liferay.portlet.blogs.service.base
 

Fields in com.liferay.portlet.blogs.service.base declared as OrganizationFinder
protected  OrganizationFinder BlogsEntryServiceBaseImpl.organizationFinder
           
protected  OrganizationFinder BlogsEntryLocalServiceBaseImpl.organizationFinder
           
 

Methods in com.liferay.portlet.blogs.service.base that return OrganizationFinder
 OrganizationFinder BlogsEntryServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 OrganizationFinder BlogsEntryLocalServiceBaseImpl.getOrganizationFinder()
          Returns the organization finder.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type OrganizationFinder
 void BlogsEntryServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 void BlogsEntryLocalServiceBaseImpl.setOrganizationFinder(OrganizationFinder organizationFinder)
          Sets the organization finder.
 


Liferay 7.0-ce-b4