Liferay 7.0-ce-m3

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

Packages that use GroupService
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.calendar.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.flags.service.base   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.social.service.base   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.trash.service.base   
com.liferay.portlet.wiki.service.base   
 

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.getWrappedGroupService()
          Deprecated. As of 6.1.0, replaced by GroupServiceWrapper.getWrappedService()
 GroupService GroupServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type GroupService
 void GroupServiceUtil.setService(GroupService service)
          Deprecated. As of 6.2.0
 void GroupServiceWrapper.setWrappedGroupService(GroupService groupService)
          Deprecated. As of 6.1.0, replaced by GroupServiceWrapper.setWrappedService(com.liferay.portal.service.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 OrganizationLocalServiceBaseImpl.groupService
           
protected  GroupService LayoutPrototypeLocalServiceBaseImpl.groupService
           
protected  GroupService LayoutLocalServiceBaseImpl.groupService
           
protected  GroupService GroupLocalServiceBaseImpl.groupService
           
protected  GroupService RoleLocalServiceBaseImpl.groupService
           
protected  GroupService RepositoryServiceBaseImpl.groupService
           
protected  GroupService LayoutSetServiceBaseImpl.groupService
           
protected  GroupService SystemEventLocalServiceBaseImpl.groupService
           
protected  GroupService UserGroupRoleLocalServiceBaseImpl.groupService
           
protected  GroupService UserGroupLocalServiceBaseImpl.groupService
           
protected  GroupService CompanyLocalServiceBaseImpl.groupService
           
protected  GroupService RepositoryLocalServiceBaseImpl.groupService
           
protected  GroupService MembershipRequestLocalServiceBaseImpl.groupService
           
protected  GroupService StagingLocalServiceBaseImpl.groupService
           
protected  GroupService LayoutPrototypeServiceBaseImpl.groupService
           
protected  GroupService LayoutSetLocalServiceBaseImpl.groupService
           
protected  GroupService UserServiceBaseImpl.groupService
           
protected  GroupService UserGroupServiceBaseImpl.groupService
           
protected  GroupService RoleServiceBaseImpl.groupService
           
protected  GroupService UserGroupRoleServiceBaseImpl.groupService
           
protected  GroupService LayoutSetPrototypeServiceBaseImpl.groupService
           
protected  GroupService MembershipRequestServiceBaseImpl.groupService
           
protected  GroupService LayoutSetPrototypeLocalServiceBaseImpl.groupService
           
protected  GroupService StagingServiceBaseImpl.groupService
           
protected  GroupService CompanyServiceBaseImpl.groupService
           
protected  GroupService UserLocalServiceBaseImpl.groupService
           
protected  GroupService OrganizationServiceBaseImpl.groupService
           
protected  GroupService GroupServiceBaseImpl.groupService
           
protected  GroupService VirtualHostLocalServiceBaseImpl.groupService
           
protected  GroupService LayoutServiceBaseImpl.groupService
           
 

Methods in com.liferay.portal.service.base that return GroupService
 GroupService OrganizationLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutPrototypeLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService GroupLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RoleLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RepositoryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SystemEventLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserGroupRoleLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserGroupLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService CompanyLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RepositoryLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService MembershipRequestLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService StagingLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutPrototypeServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserGroupServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RoleServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserGroupRoleServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetPrototypeServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService MembershipRequestServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetPrototypeLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService StagingServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService CompanyServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService OrganizationServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService GroupServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService VirtualHostLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portal.service.base with parameters of type GroupService
 void OrganizationLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutPrototypeLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void GroupLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void RoleLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void RepositoryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void SystemEventLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserGroupRoleLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserGroupLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void CompanyLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void RepositoryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MembershipRequestLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void StagingLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutPrototypeServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetLocalServiceBaseImpl.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 RoleServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserGroupRoleServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetPrototypeServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MembershipRequestServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetPrototypeLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void StagingServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void CompanyServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void OrganizationServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void GroupServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void VirtualHostLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutServiceBaseImpl.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
           
protected  GroupService AnnouncementsEntryLocalServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.announcements.service.base that return GroupService
 GroupService AnnouncementsEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AnnouncementsEntryLocalServiceBaseImpl.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.
 void AnnouncementsEntryLocalServiceBaseImpl.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 AssetTagLocalServiceBaseImpl.groupService
           
protected  GroupService AssetEntryServiceBaseImpl.groupService
           
protected  GroupService AssetVocabularyLocalServiceBaseImpl.groupService
           
protected  GroupService AssetEntryLocalServiceBaseImpl.groupService
           
protected  GroupService AssetVocabularyServiceBaseImpl.groupService
           
protected  GroupService AssetTagServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.asset.service.base that return GroupService
 GroupService AssetTagLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AssetEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AssetVocabularyLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AssetEntryLocalServiceBaseImpl.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 AssetTagLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void AssetEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void AssetVocabularyLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void AssetEntryLocalServiceBaseImpl.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
           
protected  GroupService BlogsEntryLocalServiceBaseImpl.groupService
           
protected  GroupService BlogsStatsUserLocalServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.blogs.service.base that return GroupService
 GroupService BlogsEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService BlogsEntryLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService BlogsStatsUserLocalServiceBaseImpl.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.
 void BlogsEntryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void BlogsStatsUserLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

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

Fields in com.liferay.portlet.calendar.service.base declared as GroupService
protected  GroupService CalEventLocalServiceBaseImpl.groupService
           
 

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

Methods in com.liferay.portlet.calendar.service.base with parameters of type GroupService
 void CalEventLocalServiceBaseImpl.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
           
protected  GroupService DLFileEntryLocalServiceBaseImpl.groupService
           
protected  GroupService DLAppHelperLocalServiceBaseImpl.groupService
           
protected  GroupService DLFolderLocalServiceBaseImpl.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.
 GroupService DLFileEntryLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DLAppHelperLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DLFolderLocalServiceBaseImpl.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.
 void DLFileEntryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DLAppHelperLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DLFolderLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

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

Fields in com.liferay.portlet.dynamicdatamapping.service.base declared as GroupService
protected  GroupService DDMStructureServiceBaseImpl.groupService
           
protected  GroupService DDMTemplateLocalServiceBaseImpl.groupService
           
protected  GroupService DDMTemplateServiceBaseImpl.groupService
           
protected  GroupService DDMStructureLocalServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return GroupService
 GroupService DDMStructureServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DDMTemplateLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DDMTemplateServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DDMStructureLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type GroupService
 void DDMStructureServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DDMTemplateLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DDMTemplateServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DDMStructureLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

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

Fields in com.liferay.portlet.flags.service.base declared as GroupService
protected  GroupService FlagsEntryServiceBaseImpl.groupService
           
 

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

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

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

Fields in com.liferay.portlet.journal.service.base declared as GroupService
protected  GroupService JournalContentSearchLocalServiceBaseImpl.groupService
           
protected  GroupService JournalFolderLocalServiceBaseImpl.groupService
           
protected  GroupService JournalArticleServiceBaseImpl.groupService
           
protected  GroupService JournalArticleLocalServiceBaseImpl.groupService
           
protected  GroupService JournalFolderServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.journal.service.base that return GroupService
 GroupService JournalContentSearchLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService JournalFolderLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService JournalArticleServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService JournalArticleLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService JournalFolderServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type GroupService
 void JournalContentSearchLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void JournalFolderLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void JournalArticleServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void JournalArticleLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void JournalFolderServiceBaseImpl.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 MBStatsUserLocalServiceBaseImpl.groupService
           
protected  GroupService MBMessageLocalServiceBaseImpl.groupService
           
protected  GroupService MBThreadLocalServiceBaseImpl.groupService
           
protected  GroupService MBCategoryLocalServiceBaseImpl.groupService
           
protected  GroupService MBCategoryServiceBaseImpl.groupService
           
protected  GroupService MBMessageServiceBaseImpl.groupService
           
protected  GroupService MBThreadServiceBaseImpl.groupService
           
 

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type GroupService
 void MBStatsUserLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBMessageLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBThreadLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBCategoryLocalServiceBaseImpl.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.
 void MBThreadServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

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

Fields in com.liferay.portlet.mobiledevicerules.service.base declared as GroupService
protected  GroupService MDRRuleGroupServiceBaseImpl.groupService
           
protected  GroupService MDRRuleGroupLocalServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return GroupService
 GroupService MDRRuleGroupServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService MDRRuleGroupLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type GroupService
 void MDRRuleGroupServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MDRRuleGroupLocalServiceBaseImpl.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 SocialActivitySettingLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivityLimitLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivityServiceBaseImpl.groupService
           
protected  GroupService SocialActivityLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivityAchievementLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivityCounterLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivitySettingServiceBaseImpl.groupService
           
 

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

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

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

Fields in com.liferay.portlet.softwarecatalog.service.base declared as GroupService
protected  GroupService SCFrameworkVersionLocalServiceBaseImpl.groupService
           
protected  GroupService SCFrameworkVersionServiceBaseImpl.groupService
           
protected  GroupService SCProductEntryServiceBaseImpl.groupService
           
protected  GroupService SCProductEntryLocalServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return GroupService
 GroupService SCFrameworkVersionLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SCFrameworkVersionServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SCProductEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SCProductEntryLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type GroupService
 void SCFrameworkVersionLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void SCFrameworkVersionServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void SCProductEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void SCProductEntryLocalServiceBaseImpl.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
           
protected  GroupService TrashEntryLocalServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.trash.service.base that return GroupService
 GroupService TrashEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService TrashEntryLocalServiceBaseImpl.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.
 void TrashEntryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 

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

Fields in com.liferay.portlet.wiki.service.base declared as GroupService
protected  GroupService WikiNodeLocalServiceBaseImpl.groupService
           
protected  GroupService WikiNodeServiceBaseImpl.groupService
           
protected  GroupService WikiPageLocalServiceBaseImpl.groupService
           
protected  GroupService WikiPageServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.wiki.service.base that return GroupService
 GroupService WikiNodeLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService WikiNodeServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService WikiPageLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService WikiPageServiceBaseImpl.getGroupService()
          Returns the group remote service.
 

Methods in com.liferay.portlet.wiki.service.base with parameters of type GroupService
 void WikiNodeLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void WikiNodeServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void WikiPageLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void WikiPageServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 


Liferay 7.0-ce-m3