Liferay 7.0-ce-b4

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

Packages that use GroupService
com.liferay.portal.repository.capabilities.util   
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.asset.service.base   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.social.service.base   
com.liferay.portlet.trash.service.base   
 

Uses of GroupService in com.liferay.portal.repository.capabilities.util
 

Constructors in com.liferay.portal.repository.capabilities.util with parameters of type GroupService
GroupServiceAdapter(GroupLocalService groupLocalService, GroupService groupService)
           
 

Uses of GroupService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement GroupService
 class GroupServiceWrapper
          Provides a wrapper for GroupService.
 

Methods in com.liferay.portal.service that return GroupService
static GroupService GroupServiceUtil.getService()
           
 GroupService GroupServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type GroupService
 void GroupServiceWrapper.setWrappedService(GroupService groupService)
           
 

Constructors in com.liferay.portal.service with parameters of type GroupService
GroupServiceWrapper(GroupService groupService)
           
 

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

Classes in com.liferay.portal.service.base that implement GroupService
 class GroupServiceBaseImpl
          Provides the base implementation for the group remote service.
 

Fields in com.liferay.portal.service.base declared as GroupService
protected  GroupService GroupServiceBaseImpl.groupService
           
protected  GroupService LayoutServiceBaseImpl.groupService
           
protected  GroupService UserGroupRoleServiceBaseImpl.groupService
           
protected  GroupService UserServiceBaseImpl.groupService
           
protected  GroupService UserGroupServiceBaseImpl.groupService
           
protected  GroupService LayoutSetPrototypeServiceBaseImpl.groupService
           
protected  GroupService LayoutPrototypeServiceBaseImpl.groupService
           
protected  GroupService MembershipRequestServiceBaseImpl.groupService
           
protected  GroupService RepositoryServiceBaseImpl.groupService
           
protected  GroupService OrganizationServiceBaseImpl.groupService
           
protected  GroupService CompanyServiceBaseImpl.groupService
           
protected  GroupService LayoutSetServiceBaseImpl.groupService
           
protected  GroupService RoleServiceBaseImpl.groupService
           
 

Methods in com.liferay.portal.service.base that return GroupService
 GroupService GroupServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserGroupRoleServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserGroupServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetPrototypeServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutPrototypeServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService MembershipRequestServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RepositoryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService OrganizationServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService CompanyServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RoleServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portal.service.base with parameters of type GroupService
 void GroupServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserGroupRoleServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserGroupServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetPrototypeServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutPrototypeServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MembershipRequestServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void RepositoryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void OrganizationServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void CompanyServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void RoleServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

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

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

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

Fields in com.liferay.portlet.announcements.service.base declared as GroupService
protected  GroupService AnnouncementsEntryServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.announcements.service.base that return GroupService
 GroupService AnnouncementsEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.announcements.service.base with parameters of type GroupService
 void AnnouncementsEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

Uses of GroupService in com.liferay.portlet.asset.service.base
 

Fields in com.liferay.portlet.asset.service.base declared as GroupService
protected  GroupService AssetEntryServiceBaseImpl.groupService
           
protected  GroupService AssetVocabularyServiceBaseImpl.groupService
           
protected  GroupService AssetTagServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.asset.service.base that return GroupService
 GroupService AssetEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AssetVocabularyServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AssetTagServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type GroupService
 void AssetEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void AssetVocabularyServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void AssetTagServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

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

Fields in com.liferay.portlet.blogs.service.base declared as GroupService
protected  GroupService BlogsEntryServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.blogs.service.base that return GroupService
 GroupService BlogsEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type GroupService
 void BlogsEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

Uses of GroupService in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as GroupService
protected  GroupService DLFileEntryServiceBaseImpl.groupService
           
protected  GroupService DLFolderServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return GroupService
 GroupService DLFileEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DLFolderServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type GroupService
 void DLFileEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DLFolderServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

Uses of GroupService in com.liferay.portlet.exportimport.service.base
 

Fields in com.liferay.portlet.exportimport.service.base declared as GroupService
protected  GroupService StagingServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return GroupService
 GroupService StagingServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.exportimport.service.base with parameters of type GroupService
 void StagingServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

Uses of GroupService in com.liferay.portlet.messageboards.service.base
 

Fields in com.liferay.portlet.messageboards.service.base declared as GroupService
protected  GroupService MBThreadServiceBaseImpl.groupService
           
protected  GroupService MBCategoryServiceBaseImpl.groupService
           
protected  GroupService MBMessageServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.messageboards.service.base that return GroupService
 GroupService MBThreadServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService MBCategoryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService MBMessageServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type GroupService
 void MBThreadServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBCategoryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBMessageServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

Uses of GroupService in com.liferay.portlet.social.service.base
 

Fields in com.liferay.portlet.social.service.base declared as GroupService
protected  GroupService SocialActivitySettingServiceBaseImpl.groupService
           
protected  GroupService SocialActivityServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.social.service.base that return GroupService
 GroupService SocialActivitySettingServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SocialActivityServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.social.service.base with parameters of type GroupService
 void SocialActivitySettingServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void SocialActivityServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

Uses of GroupService in com.liferay.portlet.trash.service.base
 

Fields in com.liferay.portlet.trash.service.base declared as GroupService
protected  GroupService TrashEntryServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.trash.service.base that return GroupService
 GroupService TrashEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.trash.service.base with parameters of type GroupService
 void TrashEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 


Liferay 7.0-ce-b4