Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.OrganizationService

Packages that use OrganizationService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.announcements.service.base   
com.liferay.portlet.blogs.service.base   
 

Uses of OrganizationService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement OrganizationService
 class OrganizationServiceWrapper
          Provides a wrapper for OrganizationService.
 

Methods in com.liferay.portal.service that return OrganizationService
static OrganizationService OrganizationServiceUtil.getService()
           
 OrganizationService OrganizationServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type OrganizationService
 void OrganizationServiceWrapper.setWrappedService(OrganizationService organizationService)
           
 

Constructors in com.liferay.portal.service with parameters of type OrganizationService
OrganizationServiceWrapper(OrganizationService organizationService)
           
 

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

Classes in com.liferay.portal.service.base that implement OrganizationService
 class OrganizationServiceBaseImpl
          Provides the base implementation for the organization remote service.
 

Fields in com.liferay.portal.service.base declared as OrganizationService
protected  OrganizationService GroupServiceBaseImpl.organizationService
           
protected  OrganizationService UserServiceBaseImpl.organizationService
           
protected  OrganizationService ContactServiceBaseImpl.organizationService
           
protected  OrganizationService OrganizationServiceBaseImpl.organizationService
           
protected  OrganizationService CompanyServiceBaseImpl.organizationService
           
 

Methods in com.liferay.portal.service.base that return OrganizationService
 OrganizationService GroupServiceBaseImpl.getOrganizationService()
          Returns the organization remote service.
 OrganizationService UserServiceBaseImpl.getOrganizationService()
          Returns the organization remote service.
 OrganizationService ContactServiceBaseImpl.getOrganizationService()
          Returns the organization remote service.
 OrganizationService OrganizationServiceBaseImpl.getOrganizationService()
          Returns the organization remote service.
 OrganizationService CompanyServiceBaseImpl.getOrganizationService()
          Returns the organization remote service.
 

Methods in com.liferay.portal.service.base with parameters of type OrganizationService
 void GroupServiceBaseImpl.setOrganizationService(OrganizationService organizationService)
          Sets the organization remote service.
 void UserServiceBaseImpl.setOrganizationService(OrganizationService organizationService)
          Sets the organization remote service.
 void ContactServiceBaseImpl.setOrganizationService(OrganizationService organizationService)
          Sets the organization remote service.
 void OrganizationServiceBaseImpl.setOrganizationService(OrganizationService organizationService)
          Sets the organization remote service.
 void CompanyServiceBaseImpl.setOrganizationService(OrganizationService organizationService)
          Sets the organization remote service.
 

Uses of OrganizationService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement OrganizationService
 class OrganizationServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating organizations.
 

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

Fields in com.liferay.portlet.announcements.service.base declared as OrganizationService
protected  OrganizationService AnnouncementsEntryServiceBaseImpl.organizationService
           
 

Methods in com.liferay.portlet.announcements.service.base that return OrganizationService
 OrganizationService AnnouncementsEntryServiceBaseImpl.getOrganizationService()
          Returns the organization remote service.
 

Methods in com.liferay.portlet.announcements.service.base with parameters of type OrganizationService
 void AnnouncementsEntryServiceBaseImpl.setOrganizationService(OrganizationService organizationService)
          Sets the organization remote service.
 

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

Fields in com.liferay.portlet.blogs.service.base declared as OrganizationService
protected  OrganizationService BlogsEntryServiceBaseImpl.organizationService
           
 

Methods in com.liferay.portlet.blogs.service.base that return OrganizationService
 OrganizationService BlogsEntryServiceBaseImpl.getOrganizationService()
          Returns the organization remote service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type OrganizationService
 void BlogsEntryServiceBaseImpl.setOrganizationService(OrganizationService organizationService)
          Sets the organization remote service.
 


Liferay 7.0-ce-b4