Liferay 7.0-ce-a3

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.calendar.service.base   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.exportimport.service.base   
com.liferay.portlet.flags.service.base   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.social.service.base   
com.liferay.portlet.softwarecatalog.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.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 GroupServiceBaseImpl.groupService
           
protected  GroupService LayoutServiceBaseImpl.groupService
           
protected  GroupService UserGroupRoleServiceBaseImpl.groupService
           
protected  GroupService UserServiceBaseImpl.groupService
           
protected  GroupService UserGroupServiceBaseImpl.groupService
           
protected  GroupService LayoutLocalServiceBaseImpl.groupService
           
protected  GroupService LayoutSetPrototypeServiceBaseImpl.groupService
           
protected  GroupService UserGroupLocalServiceBaseImpl.groupService
           
protected  GroupService MembershipRequestLocalServiceBaseImpl.groupService
           
protected  GroupService LayoutPrototypeServiceBaseImpl.groupService
           
protected  GroupService UserLocalServiceBaseImpl.groupService
           
protected  GroupService RoleLocalServiceBaseImpl.groupService
           
protected  GroupService SystemEventLocalServiceBaseImpl.groupService
           
protected  GroupService MembershipRequestServiceBaseImpl.groupService
           
protected  GroupService RepositoryLocalServiceBaseImpl.groupService
           
protected  GroupService OrganizationLocalServiceBaseImpl.groupService
           
protected  GroupService VirtualHostLocalServiceBaseImpl.groupService
           
protected  GroupService RepositoryServiceBaseImpl.groupService
           
protected  GroupService GroupLocalServiceBaseImpl.groupService
           
protected  GroupService CompanyLocalServiceBaseImpl.groupService
           
protected  GroupService OrganizationServiceBaseImpl.groupService
           
protected  GroupService LayoutSetPrototypeLocalServiceBaseImpl.groupService
           
protected  GroupService CompanyServiceBaseImpl.groupService
           
protected  GroupService LayoutSetServiceBaseImpl.groupService
           
protected  GroupService RoleServiceBaseImpl.groupService
           
protected  GroupService LayoutPrototypeLocalServiceBaseImpl.groupService
           
protected  GroupService LayoutSetLocalServiceBaseImpl.groupService
           
protected  GroupService UserGroupRoleLocalServiceBaseImpl.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 LayoutLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetPrototypeServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserGroupLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService MembershipRequestLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutPrototypeServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RoleLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SystemEventLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService MembershipRequestServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RepositoryLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService OrganizationLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService VirtualHostLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService RepositoryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService GroupLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService CompanyLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService OrganizationServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetPrototypeLocalServiceBaseImpl.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.
 GroupService LayoutPrototypeLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService LayoutSetLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService UserGroupRoleLocalServiceBaseImpl.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 LayoutLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetPrototypeServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserGroupLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MembershipRequestLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutPrototypeServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void RoleLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void SystemEventLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MembershipRequestServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void RepositoryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void OrganizationLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void VirtualHostLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void RepositoryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void GroupLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void CompanyLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void OrganizationServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetPrototypeLocalServiceBaseImpl.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.
 void LayoutPrototypeLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void LayoutSetLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void UserGroupRoleLocalServiceBaseImpl.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 AnnouncementsEntryLocalServiceBaseImpl.groupService
           
protected  GroupService AnnouncementsEntryServiceBaseImpl.groupService
           
 

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

Methods in com.liferay.portlet.announcements.service.base with parameters of type GroupService
 void AnnouncementsEntryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 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 AssetEntryLocalServiceBaseImpl.groupService
           
protected  GroupService AssetTagServiceBaseImpl.groupService
           
protected  GroupService AssetVocabularyLocalServiceBaseImpl.groupService
           
protected  GroupService AssetTagLocalServiceBaseImpl.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 AssetEntryLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AssetTagServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AssetVocabularyLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService AssetTagLocalServiceBaseImpl.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 AssetEntryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void AssetTagServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void AssetVocabularyLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void AssetTagLocalServiceBaseImpl.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 BlogsStatsUserLocalServiceBaseImpl.groupService
           
protected  GroupService BlogsEntryLocalServiceBaseImpl.groupService
           
 

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

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

Methods in com.liferay.portlet.calendar.service.base with parameters of type GroupService
 void CalEventLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Deprecated. 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 DLFolderLocalServiceBaseImpl.groupService
           
protected  GroupService DLFileEntryServiceBaseImpl.groupService
           
protected  GroupService DLAppHelperLocalServiceBaseImpl.groupService
           
protected  GroupService DLFileEntryLocalServiceBaseImpl.groupService
           
protected  GroupService DLFolderServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return GroupService
 GroupService DLFolderLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DLFileEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DLAppHelperLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService DLFileEntryLocalServiceBaseImpl.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 DLFolderLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DLFileEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DLAppHelperLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void DLFileEntryLocalServiceBaseImpl.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
           
protected  GroupService StagingLocalServiceBaseImpl.groupService
           
 

Methods in com.liferay.portlet.exportimport.service.base that return GroupService
 GroupService StagingServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService StagingLocalServiceBaseImpl.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.
 void StagingLocalServiceBaseImpl.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.messageboards.service.base
 

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

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

Methods in com.liferay.portlet.messageboards.service.base with parameters of type GroupService
 void MBCategoryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBThreadServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBCategoryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBThreadLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBStatsUserLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBMessageServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void MBMessageLocalServiceBaseImpl.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 SocialActivityAchievementLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivitySettingServiceBaseImpl.groupService
           
protected  GroupService SocialActivitySettingLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivityCounterLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivityServiceBaseImpl.groupService
           
protected  GroupService SocialActivityLimitLocalServiceBaseImpl.groupService
           
protected  GroupService SocialActivityLocalServiceBaseImpl.groupService
           
 

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

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

Methods in com.liferay.portlet.softwarecatalog.service.base that return GroupService
 GroupService SCFrameworkVersionLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SCProductEntryLocalServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SCProductEntryServiceBaseImpl.getGroupService()
          Returns the group remote service.
 GroupService SCFrameworkVersionServiceBaseImpl.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 SCProductEntryLocalServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void SCProductEntryServiceBaseImpl.setGroupService(GroupService groupService)
          Sets the group remote service.
 void SCFrameworkVersionServiceBaseImpl.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.
 


Liferay 7.0-ce-a3