Liferay 7.0-ce-b4

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

Packages that use UserGroupService
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 UserGroupService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserGroupService
 class UserGroupServiceWrapper
          Provides a wrapper for UserGroupService.
 

Methods in com.liferay.portal.service that return UserGroupService
static UserGroupService UserGroupServiceUtil.getService()
           
 UserGroupService UserGroupServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type UserGroupService
 void UserGroupServiceWrapper.setWrappedService(UserGroupService userGroupService)
           
 

Constructors in com.liferay.portal.service with parameters of type UserGroupService
UserGroupServiceWrapper(UserGroupService userGroupService)
           
 

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

Classes in com.liferay.portal.service.base that implement UserGroupService
 class UserGroupServiceBaseImpl
          Provides the base implementation for the user group remote service.
 

Fields in com.liferay.portal.service.base declared as UserGroupService
protected  UserGroupService GroupServiceBaseImpl.userGroupService
           
protected  UserGroupService UserServiceBaseImpl.userGroupService
           
protected  UserGroupService UserGroupServiceBaseImpl.userGroupService
           
protected  UserGroupService TeamServiceBaseImpl.userGroupService
           
protected  UserGroupService MembershipRequestServiceBaseImpl.userGroupService
           
protected  UserGroupService UserGroupGroupRoleServiceBaseImpl.userGroupService
           
 

Methods in com.liferay.portal.service.base that return UserGroupService
 UserGroupService GroupServiceBaseImpl.getUserGroupService()
          Returns the user group remote service.
 UserGroupService UserServiceBaseImpl.getUserGroupService()
          Returns the user group remote service.
 UserGroupService UserGroupServiceBaseImpl.getUserGroupService()
          Returns the user group remote service.
 UserGroupService TeamServiceBaseImpl.getUserGroupService()
          Returns the user group remote service.
 UserGroupService MembershipRequestServiceBaseImpl.getUserGroupService()
          Returns the user group remote service.
 UserGroupService UserGroupGroupRoleServiceBaseImpl.getUserGroupService()
          Returns the user group remote service.
 

Methods in com.liferay.portal.service.base with parameters of type UserGroupService
 void GroupServiceBaseImpl.setUserGroupService(UserGroupService userGroupService)
          Sets the user group remote service.
 void UserServiceBaseImpl.setUserGroupService(UserGroupService userGroupService)
          Sets the user group remote service.
 void UserGroupServiceBaseImpl.setUserGroupService(UserGroupService userGroupService)
          Sets the user group remote service.
 void TeamServiceBaseImpl.setUserGroupService(UserGroupService userGroupService)
          Sets the user group remote service.
 void MembershipRequestServiceBaseImpl.setUserGroupService(UserGroupService userGroupService)
          Sets the user group remote service.
 void UserGroupGroupRoleServiceBaseImpl.setUserGroupService(UserGroupService userGroupService)
          Sets the user group remote service.
 

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

Classes in com.liferay.portal.service.impl that implement UserGroupService
 class UserGroupServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating user groups.
 

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

Fields in com.liferay.portlet.announcements.service.base declared as UserGroupService
protected  UserGroupService AnnouncementsEntryServiceBaseImpl.userGroupService
           
 

Methods in com.liferay.portlet.announcements.service.base that return UserGroupService
 UserGroupService AnnouncementsEntryServiceBaseImpl.getUserGroupService()
          Returns the user group remote service.
 

Methods in com.liferay.portlet.announcements.service.base with parameters of type UserGroupService
 void AnnouncementsEntryServiceBaseImpl.setUserGroupService(UserGroupService userGroupService)
          Sets the user group remote service.
 


Liferay 7.0-ce-b4