Liferay 7.0-ce-b4

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

Packages that use TeamLocalService
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   
 

Uses of TeamLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement TeamLocalService
 class TeamLocalServiceWrapper
          Provides a wrapper for TeamLocalService.
 

Methods in com.liferay.portal.service that return TeamLocalService
static TeamLocalService TeamLocalServiceUtil.getService()
           
 TeamLocalService TeamLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type TeamLocalService
 void TeamLocalServiceWrapper.setWrappedService(TeamLocalService teamLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type TeamLocalService
TeamLocalServiceWrapper(TeamLocalService teamLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement TeamLocalService
 class TeamLocalServiceBaseImpl
          Provides the base implementation for the team local service.
 

Fields in com.liferay.portal.service.base declared as TeamLocalService
protected  TeamLocalService GroupServiceBaseImpl.teamLocalService
           
protected  TeamLocalService UserServiceBaseImpl.teamLocalService
           
protected  TeamLocalService TeamLocalServiceBaseImpl.teamLocalService
           
protected  TeamLocalService UserGroupServiceBaseImpl.teamLocalService
           
protected  TeamLocalService UserGroupLocalServiceBaseImpl.teamLocalService
           
protected  TeamLocalService TeamServiceBaseImpl.teamLocalService
           
protected  TeamLocalService UserLocalServiceBaseImpl.teamLocalService
           
protected  TeamLocalService RoleLocalServiceBaseImpl.teamLocalService
           
protected  TeamLocalService GroupLocalServiceBaseImpl.teamLocalService
           
protected  TeamLocalService PermissionServiceBaseImpl.teamLocalService
           
protected  TeamLocalService RoleServiceBaseImpl.teamLocalService
           
 

Methods in com.liferay.portal.service.base that return TeamLocalService
 TeamLocalService GroupServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService UserServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService TeamLocalServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService UserGroupServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService UserGroupLocalServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService TeamServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService UserLocalServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService RoleLocalServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService GroupLocalServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService PermissionServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService RoleServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 

Methods in com.liferay.portal.service.base with parameters of type TeamLocalService
 void GroupServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void UserServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void TeamLocalServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void UserGroupServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void UserGroupLocalServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void TeamServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void UserLocalServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void RoleLocalServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void GroupLocalServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void PermissionServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void RoleServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 

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

Classes in com.liferay.portal.service.impl that implement TeamLocalService
 class TeamLocalServiceImpl
           
 

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

Fields in com.liferay.portlet.announcements.service.base declared as TeamLocalService
protected  TeamLocalService AnnouncementsEntryLocalServiceBaseImpl.teamLocalService
           
protected  TeamLocalService AnnouncementsEntryServiceBaseImpl.teamLocalService
           
 

Methods in com.liferay.portlet.announcements.service.base that return TeamLocalService
 TeamLocalService AnnouncementsEntryLocalServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 TeamLocalService AnnouncementsEntryServiceBaseImpl.getTeamLocalService()
          Returns the team local service.
 

Methods in com.liferay.portlet.announcements.service.base with parameters of type TeamLocalService
 void AnnouncementsEntryLocalServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 void AnnouncementsEntryServiceBaseImpl.setTeamLocalService(TeamLocalService teamLocalService)
          Sets the team local service.
 


Liferay 7.0-ce-b4