Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.Group

Packages that use Group
com.liferay.portal.kernel.staging   
com.liferay.portal.kernel.staging.permission   
com.liferay.portal.kernel.webdav   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.security.permission This package defines the portal security permission interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.permission This package defines the portal service permission interfaces and utilities. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.theme This package defines the portal theme classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet.usersadmin.util   
 

Uses of Group in com.liferay.portal.kernel.staging
 

Methods in com.liferay.portal.kernel.staging that return Group
 Group Staging.getLiveGroup(long groupId)
           
static Group StagingUtil.getLiveGroup(long groupId)
           
 

Methods in com.liferay.portal.kernel.staging with parameters of type Group
 void Staging.deleteLastImportSettings(Group liveGroup, boolean privateLayout)
           
static void StagingUtil.deleteLastImportSettings(Group liveGroup, boolean privateLayout)
           
 void Staging.disableStaging(Group scopeGroup, Group liveGroup, ServiceContext serviceContext)
          Deprecated. Staging.disableStaging(Group, ServiceContext)
static void StagingUtil.disableStaging(Group scopeGroup, Group liveGroup, ServiceContext serviceContext)
          Deprecated. StagingUtil.disableStaging(Group, ServiceContext)
 void Staging.disableStaging(Group liveGroup, ServiceContext serviceContext)
           
static void StagingUtil.disableStaging(Group liveGroup, ServiceContext serviceContext)
           
 void Staging.disableStaging(PortletRequest portletRequest, Group scopeGroup, Group liveGroup, ServiceContext serviceContext)
          Deprecated. Staging.disableStaging(PortletRequest, Group, ServiceContext)
static void StagingUtil.disableStaging(PortletRequest portletRequest, Group scopeGroup, Group liveGroup, ServiceContext serviceContext)
          Deprecated. StagingUtil.disableStaging(PortletRequest, Group, ServiceContext)
 void Staging.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext)
           
static void StagingUtil.disableStaging(PortletRequest portletRequest, Group liveGroup, ServiceContext serviceContext)
           
 void Staging.enableLocalStaging(long userId, Group scopeGroup, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext)
           
static void StagingUtil.enableLocalStaging(long userId, Group scopeGroup, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, ServiceContext serviceContext)
           
 void Staging.enableRemoteStaging(long userId, Group scopeGroup, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext)
           
static void StagingUtil.enableRemoteStaging(long userId, Group scopeGroup, Group liveGroup, boolean branchingPublic, boolean branchingPrivate, String remoteAddress, int remotePort, String remotePathContext, boolean secureConnection, long remoteGroupId, ServiceContext serviceContext)
           
 boolean LayoutStaging.isBranchingLayoutSet(Group group, boolean privateLayout)
           
static boolean LayoutStagingUtil.isBranchingLayoutSet(Group group, boolean privateLayout)
           
 void Staging.updateStaging(PortletRequest PortletRequest, Group liveGroup)
           
static void StagingUtil.updateStaging(PortletRequest PortletRequest, Group liveGroup)
           
 

Uses of Group in com.liferay.portal.kernel.staging.permission
 

Methods in com.liferay.portal.kernel.staging.permission with parameters of type Group
 Boolean StagingPermission.hasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId)
           
static Boolean StagingPermissionUtil.hasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId)
           
 

Uses of Group in com.liferay.portal.kernel.webdav
 

Methods in com.liferay.portal.kernel.webdav that return types with arguments of type Group
static List<Group> WebDAVUtil.getGroups(long userId)
           
static List<Group> WebDAVUtil.getGroups(User user)
           
 

Uses of Group in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Group
 class GroupWrapper
           This class is a wrapper for Group.
 

Methods in com.liferay.portal.model that return Group
 Group Organization.getGroup()
           
 Group LayoutSetPrototype.getGroup()
           
 Group LayoutSet.getGroup()
           
 Group LayoutWrapper.getGroup()
           
 Group LayoutSetBranchWrapper.getGroup()
           
 Group Layout.getGroup()
           
 Group UserGroup.getGroup()
           
 Group UserGroupRoleWrapper.getGroup()
           
 Group LayoutSetPrototypeWrapper.getGroup()
           
 Group LayoutSetWrapper.getGroup()
           
 Group UserGroupWrapper.getGroup()
           
 Group User.getGroup()
           
 Group CompanyWrapper.getGroup()
           
 Group Company.getGroup()
           
 Group LayoutPrototypeWrapper.getGroup()
           
 Group LayoutSetBranch.getGroup()
           
 Group OrganizationWrapper.getGroup()
           
 Group UserWrapper.getGroup()
           
 Group UserGroupRole.getGroup()
           
 Group LayoutPrototype.getGroup()
           
 Group GroupWrapper.getLiveGroup()
           
 Group Group.getLiveGroup()
           
 Group GroupWrapper.getParentGroup()
           
 Group Group.getParentGroup()
           
 Group LayoutWrapper.getScopeGroup()
           
 Group Layout.getScopeGroup()
           
 Group GroupWrapper.getStagingGroup()
           
 Group Group.getStagingGroup()
           
 Group GroupWrapper.getWrappedGroup()
          Deprecated. Renamed to GroupWrapper.getWrappedModel()
 Group GroupWrapper.getWrappedModel()
           
 Group GroupModel.toEscapedModel()
           
 Group GroupWrapper.toEscapedModel()
           
 Group GroupModel.toUnescapedModel()
           
 Group GroupWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Group
 List<Group> User.getGroups()
           
 List<Group> UserWrapper.getGroups()
           
 List<Group> User.getMySites()
           
 List<Group> UserWrapper.getMySites()
           
 List<Group> User.getMySites(boolean includeControlPanel, int max)
           
 List<Group> UserWrapper.getMySites(boolean includeControlPanel, int max)
           
 List<Group> User.getMySites(int max)
           
 List<Group> UserWrapper.getMySites(int max)
           
 List<Group> User.getMySites(String[] classNames, boolean includeControlPanel, int max)
           
 List<Group> UserWrapper.getMySites(String[] classNames, boolean includeControlPanel, int max)
           
 List<Group> User.getMySites(String[] classNames, int max)
           
 List<Group> UserWrapper.getMySites(String[] classNames, int max)
           
 CacheModel<Group> GroupModel.toCacheModel()
           
 CacheModel<Group> GroupWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Group
 int GroupModel.compareTo(Group group)
           
 int GroupWrapper.compareTo(Group group)
           
static GroupSoap GroupSoap.toSoapModel(Group model)
           
static GroupSoap[] GroupSoap.toSoapModels(Group[] models)
           
static GroupSoap[][] GroupSoap.toSoapModels(Group[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Group
 boolean OrgGroupRoleWrapper.containsGroup(List<Group> groups)
           
 boolean OrgGroupPermission.containsGroup(List<Group> groups)
           
 boolean OrgGroupPermissionWrapper.containsGroup(List<Group> groups)
           
 boolean OrgGroupRole.containsGroup(List<Group> groups)
           
static GroupSoap[] GroupSoap.toSoapModels(List<Group> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Group
GroupWrapper(Group group)
           
 

Uses of Group in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission that return types with arguments of type Group
 List<Group> PermissionCheckerBag.getGroups()
           
 List<Group> PermissionCheckerBag.getUserGroups()
           
 List<Group> PermissionCheckerBag.getUserOrgGroups()
           
 List<Group> PermissionCheckerBag.getUserUserGroupGroups()
           
 

Methods in com.liferay.portal.security.permission with parameters of type Group
static List<Role> ResourceActionsUtil.getRoles(long companyId, Group group, String modelResource)
          Deprecated. ResourceActionsUtil.getRoles(long, Group, String, int[])
 List<Role> ResourceActions.getRoles(long companyId, Group group, String modelResource)
          Deprecated. ResourceActions.getRoles(long, Group, String, int[])
static List<Role> ResourceActionsUtil.getRoles(long companyId, Group group, String modelResource, int[] roleTypes)
           
 List<Role> ResourceActions.getRoles(long companyId, Group group, String modelResource, int[] roleTypes)
           
 boolean PermissionCheckerBag.isCommunityAdmin(PermissionChecker permissionChecker, Group group)
          Deprecated. As of 6.1.0, renamed to PermissionCheckerBag.isGroupAdmin(PermissionChecker, Group)
 boolean PermissionCheckerBag.isCommunityOwner(PermissionChecker permissionChecker, Group group)
          Deprecated. As of 6.1.0, renamed to PermissionCheckerBag.isGroupOwner(PermissionChecker, Group)
 boolean PermissionCheckerBag.isGroupAdmin(PermissionChecker permissionChecker, Group group)
           
 boolean PermissionCheckerBag.isGroupMember(PermissionChecker permissionChecker, Group group)
           
 boolean PermissionCheckerBag.isGroupOwner(PermissionChecker permissionChecker, Group group)
           
 

Uses of Group in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Group
 Group GroupLocalServiceWrapper.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalService.addGroup(Group group)
          Adds the group to the database.
static Group GroupLocalServiceUtil.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalServiceWrapper.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds a group.
 Group GroupLocalService.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds a group.
static Group GroupLocalServiceUtil.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds a group.
 Group GroupLocalServiceWrapper.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds the group using the default live group.
 Group GroupLocalService.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds the group using the default live group.
static Group GroupLocalServiceUtil.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds the group using the default live group.
static Group GroupServiceUtil.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds a group.
 Group GroupService.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds a group.
 Group GroupServiceWrapper.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds a group.
static Group GroupServiceUtil.addGroup(String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds the group using the group default live group ID.
 Group GroupService.addGroup(String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds the group using the group default live group ID.
 Group GroupServiceWrapper.addGroup(String name, String description, int type, String friendlyURL, boolean site, boolean active, ServiceContext serviceContext)
          Adds the group using the group default live group ID.
 Group GroupLocalServiceWrapper.createGroup(long groupId)
          Creates a new group with the primary key.
 Group GroupLocalService.createGroup(long groupId)
          Creates a new group with the primary key.
static Group GroupLocalServiceUtil.createGroup(long groupId)
          Creates a new group with the primary key.
 Group GroupLocalServiceWrapper.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalService.deleteGroup(Group group)
          Deletes the group from the database.
static Group GroupLocalServiceUtil.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalServiceWrapper.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 Group GroupLocalService.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
static Group GroupLocalServiceUtil.deleteGroup(long groupId)
          Deletes the group with the primary key from the database.
 Group GroupLocalServiceWrapper.fetchFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalService.fetchFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
static Group GroupLocalServiceUtil.fetchFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalServiceWrapper.fetchGroup(long groupId)
           
 Group GroupLocalService.fetchGroup(long groupId)
           
static Group GroupLocalServiceUtil.fetchGroup(long groupId)
           
 Group GroupLocalServiceWrapper.fetchGroup(long companyId, String name)
          Returns the group with the matching group name.
 Group GroupLocalService.fetchGroup(long companyId, String name)
          Returns the group with the matching group name.
static Group GroupLocalServiceUtil.fetchGroup(long companyId, String name)
          Returns the group with the matching group name.
 Group GroupLocalServiceWrapper.getCompanyGroup(long companyId)
          Returns the company group.
 Group GroupLocalService.getCompanyGroup(long companyId)
          Returns the company group.
static Group GroupLocalServiceUtil.getCompanyGroup(long companyId)
          Returns the company group.
 Group GroupLocalServiceWrapper.getFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
 Group GroupLocalService.getFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
static Group GroupLocalServiceUtil.getFriendlyURLGroup(long companyId, String friendlyURL)
          Returns the group with the matching friendly URL.
static Group GroupServiceUtil.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupLocalServiceWrapper.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupLocalService.getGroup(long groupId)
          Returns the group with the primary key.
static Group GroupLocalServiceUtil.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupService.getGroup(long groupId)
          Returns the group with the primary key.
 Group GroupServiceWrapper.getGroup(long groupId)
          Returns the group with the primary key.
static Group GroupServiceUtil.getGroup(long companyId, String name)
          Returns the group with the name.
 Group GroupLocalServiceWrapper.getGroup(long companyId, String name)
          Returns the group with the matching group name.
 Group GroupLocalService.getGroup(long companyId, String name)
          Returns the group with the matching group name.
static Group GroupLocalServiceUtil.getGroup(long companyId, String name)
          Returns the group with the matching group name.
 Group GroupService.getGroup(long companyId, String name)
          Returns the group with the name.
 Group GroupServiceWrapper.getGroup(long companyId, String name)
          Returns the group with the name.
 Group GroupLocalServiceWrapper.getLayoutGroup(long companyId, long plid)
          Returns the group associated with the layout.
 Group GroupLocalService.getLayoutGroup(long companyId, long plid)
          Returns the group associated with the layout.
static Group GroupLocalServiceUtil.getLayoutGroup(long companyId, long plid)
          Returns the group associated with the layout.
 Group GroupLocalServiceWrapper.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
          Returns the group associated with the layout prototype.
 Group GroupLocalService.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
          Returns the group associated with the layout prototype.
static Group GroupLocalServiceUtil.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
          Returns the group associated with the layout prototype.
 Group GroupLocalServiceWrapper.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
          Returns the group associated with the layout set prototype.
 Group GroupLocalService.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
          Returns the group associated with the layout set prototype.
static Group GroupLocalServiceUtil.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
          Returns the group associated with the layout set prototype.
 Group GroupLocalServiceWrapper.getOrganizationGroup(long companyId, long organizationId)
          Returns the specified organization group.
 Group GroupLocalService.getOrganizationGroup(long companyId, long organizationId)
          Returns the specified organization group.
static Group GroupLocalServiceUtil.getOrganizationGroup(long companyId, long organizationId)
          Returns the specified organization group.
 Group GroupLocalServiceWrapper.getStagingGroup(long liveGroupId)
          Returns the staging group.
 Group GroupLocalService.getStagingGroup(long liveGroupId)
          Returns the staging group.
static Group GroupLocalServiceUtil.getStagingGroup(long liveGroupId)
          Returns the staging group.
static Group GroupServiceUtil.getUserGroup(long companyId, long userId)
          Returns the group associated with the user.
 Group GroupLocalServiceWrapper.getUserGroup(long companyId, long userId)
          Returns the group associated with the user.
 Group GroupLocalService.getUserGroup(long companyId, long userId)
          Returns the group associated with the user.
static Group GroupLocalServiceUtil.getUserGroup(long companyId, long userId)
          Returns the group associated with the user.
 Group GroupService.getUserGroup(long companyId, long userId)
          Returns the group associated with the user.
 Group GroupServiceWrapper.getUserGroup(long companyId, long userId)
          Returns the group associated with the user.
 Group GroupLocalServiceWrapper.getUserGroupGroup(long companyId, long userGroupId)
          Returns the specified "user group" group.
 Group GroupLocalService.getUserGroupGroup(long companyId, long userGroupId)
          Returns the specified "user group" group.
static Group GroupLocalServiceUtil.getUserGroupGroup(long companyId, long userGroupId)
          Returns the specified "user group" group.
 Group GroupLocalServiceWrapper.loadFetchGroup(long companyId, String name)
           
 Group GroupLocalService.loadFetchGroup(long companyId, String name)
           
static Group GroupLocalServiceUtil.loadFetchGroup(long companyId, String name)
           
 Group GroupLocalServiceWrapper.loadGetGroup(long companyId, String name)
           
 Group GroupLocalService.loadGetGroup(long companyId, String name)
           
static Group GroupLocalServiceUtil.loadGetGroup(long companyId, String name)
           
static Group GroupServiceUtil.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupLocalServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupLocalService.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
static Group GroupLocalServiceUtil.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupService.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL)
          Updates the group's friendly URL.
 Group GroupLocalServiceWrapper.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Group GroupLocalService.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
static Group GroupLocalServiceUtil.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Group GroupLocalServiceWrapper.updateGroup(Group group, boolean merge)
          Updates the group in the database or adds it if it does not yet exist.
 Group GroupLocalService.updateGroup(Group group, boolean merge)
          Updates the group in the database or adds it if it does not yet exist.
static Group GroupLocalServiceUtil.updateGroup(Group group, boolean merge)
          Updates the group in the database or adds it if it does not yet exist.
static Group GroupServiceUtil.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupLocalServiceWrapper.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupLocalService.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
static Group GroupLocalServiceUtil.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupService.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
 Group GroupServiceWrapper.updateGroup(long groupId, String typeSettings)
          Updates the group's type settings.
static Group GroupServiceUtil.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
          Updates the group.
 Group GroupLocalServiceWrapper.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
          Updates the group.
 Group GroupLocalService.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
          Updates the group.
static Group GroupLocalServiceUtil.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
          Updates the group.
 Group GroupService.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
          Updates the group.
 Group GroupServiceWrapper.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
          Updates the group.
 Group GroupLocalServiceWrapper.updateSite(long groupId, boolean site)
          Associates the group with a main site if the group is an organization.
 Group GroupLocalService.updateSite(long groupId, boolean site)
          Associates the group with a main site if the group is an organization.
static Group GroupLocalServiceUtil.updateSite(long groupId, boolean site)
          Associates the group with a main site if the group is an organization.
 

Methods in com.liferay.portal.service that return types with arguments of type Group
 List<Group> GroupLocalServiceWrapper.getCompanyGroups(long companyId, int start, int end)
          Returns a range of all the groups associated with the company.
 List<Group> GroupLocalService.getCompanyGroups(long companyId, int start, int end)
          Returns a range of all the groups associated with the company.
static List<Group> GroupLocalServiceUtil.getCompanyGroups(long companyId, int start, int end)
          Returns a range of all the groups associated with the company.
 List<Group> GroupLocalServiceWrapper.getGroups(int start, int end)
          Returns a range of all the groups.
 List<Group> GroupLocalService.getGroups(int start, int end)
          Returns a range of all the groups.
static List<Group> GroupLocalServiceUtil.getGroups(int start, int end)
          Returns a range of all the groups.
 List<Group> GroupLocalServiceWrapper.getGroups(long[] groupIds)
          Returns the groups with the matching primary keys.
 List<Group> GroupLocalService.getGroups(long[] groupIds)
          Returns the groups with the matching primary keys.
static List<Group> GroupLocalServiceUtil.getGroups(long[] groupIds)
          Returns the groups with the matching primary keys.
 List<Group> GroupLocalServiceWrapper.getLiveGroups()
          Returns all live groups.
 List<Group> GroupLocalService.getLiveGroups()
          Returns all live groups.
static List<Group> GroupLocalServiceUtil.getLiveGroups()
          Returns all live groups.
static List<Group> GroupServiceUtil.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupService.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupServiceWrapper.getManageableSites(Collection<Portlet> portlets, int max)
          Returns a range of all the site groups for which the user has control panel access.
 List<Group> GroupLocalServiceWrapper.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
          Returns a range of all non-system groups of a specified type (className) that have no layouts.
 List<Group> GroupLocalService.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
          Returns a range of all non-system groups of a specified type (className) that have no layouts.
static List<Group> GroupLocalServiceUtil.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
          Returns a range of all non-system groups of a specified type (className) that have no layouts.
 List<Group> GroupLocalServiceWrapper.getNullFriendlyURLGroups()
          Returns all non-system groups having null or empty friendly URLs.
 List<Group> GroupLocalService.getNullFriendlyURLGroups()
          Returns all non-system groups having null or empty friendly URLs.
static List<Group> GroupLocalServiceUtil.getNullFriendlyURLGroups()
          Returns all non-system groups having null or empty friendly URLs.
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId)
           
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end)
           
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getOrganizationGroups(long organizationId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations)
          Returns the groups associated with the organizations.
 List<Group> GroupLocalServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
          Returns the specified organization groups.
 List<Group> GroupLocalService.getOrganizationsGroups(List<Organization> organizations)
          Returns the specified organization groups.
static List<Group> GroupLocalServiceUtil.getOrganizationsGroups(List<Organization> organizations)
          Returns the specified organization groups.
 List<Group> GroupService.getOrganizationsGroups(List<Organization> organizations)
          Returns the groups associated with the organizations.
 List<Group> GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
          Returns the groups associated with the organizations.
 List<Group> GroupLocalServiceWrapper.getOrganizationsRelatedGroups(List<Organization> organizations)
          Returns all the groups related to the organizations.
 List<Group> GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations)
          Returns all the groups related to the organizations.
static List<Group> GroupLocalServiceUtil.getOrganizationsRelatedGroups(List<Organization> organizations)
          Returns all the groups related to the organizations.
 List<Group> GroupLocalServiceWrapper.getPermissionGroups(long permissionId)
           
 List<Group> GroupLocalService.getPermissionGroups(long permissionId)
           
static List<Group> GroupLocalServiceUtil.getPermissionGroups(long permissionId)
           
 List<Group> GroupLocalServiceWrapper.getPermissionGroups(long permissionId, int start, int end)
           
 List<Group> GroupLocalService.getPermissionGroups(long permissionId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getPermissionGroups(long permissionId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getPermissionGroups(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getPermissionGroups(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getPermissionGroups(long permissionId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroupGroups(long userGroupId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId)
           
 List<Group> GroupLocalService.getUserGroups(long userId)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, boolean inherit)
          Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.getUserGroups(long userId, boolean inherit)
          Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, boolean inherit)
          Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, boolean inherit, int start, int end)
          Returns a name ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.getUserGroups(long userId, boolean inherit, int start, int end)
          Returns a name ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, boolean inherit, int start, int end)
          Returns a name ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
static List<Group> GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 List<Group> GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
static List<Group> GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
static List<Group> GroupServiceUtil.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
 List<Group> GroupLocalServiceWrapper.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
 List<Group> GroupLocalService.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
static List<Group> GroupLocalServiceUtil.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
 List<Group> GroupService.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
 List<Group> GroupServiceWrapper.getUserOrganizationsGroups(long userId, int start, int end)
          Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property organizations.membership.strict is set to true.
static List<Group> GroupServiceUtil.getUserPlaces(long userId, String[] classNames, boolean includeControlPanel, int max)
           
 List<Group> GroupService.getUserPlaces(long userId, String[] classNames, boolean includeControlPanel, int max)
           
 List<Group> GroupServiceWrapper.getUserPlaces(long userId, String[] classNames, boolean includeControlPanel, int max)
           
static List<Group> GroupServiceUtil.getUserPlaces(long userId, String[] classNames, int max)
          Returns the user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.
 List<Group> GroupService.getUserPlaces(long userId, String[] classNames, int max)
          Returns the user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.
 List<Group> GroupServiceWrapper.getUserPlaces(long userId, String[] classNames, int max)
          Returns the user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.
static List<Group> GroupServiceUtil.getUserPlaces(String[] classNames, int max)
          Returns the guest or current user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.
 List<Group> GroupService.getUserPlaces(String[] classNames, int max)
          Returns the guest or current user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.
 List<Group> GroupServiceWrapper.getUserPlaces(String[] classNames, int max)
          Returns the guest or current user's group "places" associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.
static List<Group> GroupServiceUtil.getUserSites()
          Returns the guest or current user's layout set group, organization groups, inherited organization groups, and site groups.
 List<Group> GroupService.getUserSites()
          Returns the guest or current user's layout set group, organization groups, inherited organization groups, and site groups.
 List<Group> GroupServiceWrapper.getUserSites()
          Returns the guest or current user's layout set group, organization groups, inherited organization groups, and site groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, LinkedHashMap<String,Object> params, int start, int end)
           
 List<Group> GroupLocalService.search(long companyId, LinkedHashMap<String,Object> params, int start, int end)
           
static List<Group> GroupLocalServiceUtil.search(long companyId, LinkedHashMap<String,Object> params, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
          Returns a name ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
          Returns a name ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
          Returns a name ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
          Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
          Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
          Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
static List<Group> GroupServiceUtil.search(long companyId, String name, String description, String[] params, int start, int end)
          Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupService.search(long companyId, String name, String description, String[] params, int start, int end)
          Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 List<Group> GroupServiceWrapper.search(long companyId, String name, String description, String[] params, int start, int end)
          Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.
 

Methods in com.liferay.portal.service with parameters of type Group
 Group GroupLocalServiceWrapper.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalService.addGroup(Group group)
          Adds the group to the database.
static Group GroupLocalServiceUtil.addGroup(Group group)
          Adds the group to the database.
 void GroupLocalServiceWrapper.addOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalService.addOrganizationGroup(long organizationId, Group group)
           
static void GroupLocalServiceUtil.addOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalServiceWrapper.addPermissionGroup(long permissionId, Group group)
           
 void GroupLocalService.addPermissionGroup(long permissionId, Group group)
           
static void GroupLocalServiceUtil.addPermissionGroup(long permissionId, Group group)
           
 void GroupLocalServiceWrapper.addRoleGroup(long roleId, Group group)
           
 void GroupLocalService.addRoleGroup(long roleId, Group group)
           
static void GroupLocalServiceUtil.addRoleGroup(long roleId, Group group)
           
 void GroupLocalServiceWrapper.addUserGroup(long userId, Group group)
           
 void GroupLocalService.addUserGroup(long userId, Group group)
           
static void GroupLocalServiceUtil.addUserGroup(long userId, Group group)
           
 void GroupLocalServiceWrapper.addUserGroupGroup(long userGroupId, Group group)
           
 void GroupLocalService.addUserGroupGroup(long userGroupId, Group group)
           
static void GroupLocalServiceUtil.addUserGroupGroup(long userGroupId, Group group)
           
 Group GroupLocalServiceWrapper.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalService.deleteGroup(Group group)
          Deletes the group from the database.
static Group GroupLocalServiceUtil.deleteGroup(Group group)
          Deletes the group from the database.
 void GroupLocalServiceWrapper.deleteOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalService.deleteOrganizationGroup(long organizationId, Group group)
           
static void GroupLocalServiceUtil.deleteOrganizationGroup(long organizationId, Group group)
           
 void GroupLocalServiceWrapper.deletePermissionGroup(long permissionId, Group group)
           
 void GroupLocalService.deletePermissionGroup(long permissionId, Group group)
           
static void GroupLocalServiceUtil.deletePermissionGroup(long permissionId, Group group)
           
 void GroupLocalServiceWrapper.deleteRoleGroup(long roleId, Group group)
           
 void GroupLocalService.deleteRoleGroup(long roleId, Group group)
           
static void GroupLocalServiceUtil.deleteRoleGroup(long roleId, Group group)
           
 void GroupLocalServiceWrapper.deleteUserGroup(long userId, Group group)
           
 void GroupLocalService.deleteUserGroup(long userId, Group group)
           
static void GroupLocalServiceUtil.deleteUserGroup(long userId, Group group)
           
 void GroupLocalServiceWrapper.deleteUserGroupGroup(long userGroupId, Group group)
           
 void GroupLocalService.deleteUserGroupGroup(long userGroupId, Group group)
           
static void GroupLocalServiceUtil.deleteUserGroupGroup(long userGroupId, Group group)
           
 String GroupLocalServiceWrapper.getGroupDescriptiveName(Group group, Locale locale)
           
 String GroupLocalService.getGroupDescriptiveName(Group group, Locale locale)
           
static String GroupLocalServiceUtil.getGroupDescriptiveName(Group group, Locale locale)
           
 int LayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout)
           
static int LayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout)
           
 int LayoutLocalService.getLayoutsCount(Group group, boolean privateLayout)
           
 int LayoutLocalServiceWrapper.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups)
           
static int LayoutLocalServiceUtil.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups)
           
 int LayoutLocalService.getLayoutsCount(Group group, boolean privateLayout, boolean includeUserGroups)
           
 boolean LayoutLocalServiceWrapper.hasLayouts(Group group, boolean privateLayout)
           
static boolean LayoutLocalServiceUtil.hasLayouts(Group group, boolean privateLayout)
           
 boolean LayoutLocalService.hasLayouts(Group group, boolean privateLayout)
           
 boolean LayoutLocalServiceWrapper.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups)
           
static boolean LayoutLocalServiceUtil.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups)
           
 boolean LayoutLocalService.hasLayouts(Group group, boolean privateLayout, boolean includeUserGroups)
           
 void GroupLocalServiceWrapper.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
          Updates the group's asset replacing categories and tag names.
 void GroupLocalService.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
          Updates the group's asset replacing categories and tag names.
static void GroupLocalServiceUtil.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
          Updates the group's asset replacing categories and tag names.
 Group GroupLocalServiceWrapper.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Group GroupLocalService.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
static Group GroupLocalServiceUtil.updateGroup(Group group)
          Updates the group in the database or adds it if it does not yet exist.
 Group GroupLocalServiceWrapper.updateGroup(Group group, boolean merge)
          Updates the group in the database or adds it if it does not yet exist.
 Group GroupLocalService.updateGroup(Group group, boolean merge)
          Updates the group in the database or adds it if it does not yet exist.
static Group GroupLocalServiceUtil.updateGroup(Group group, boolean merge)
          Updates the group in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type Group
 void GroupLocalServiceWrapper.addOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalService.addOrganizationGroups(long organizationId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.addPermissionGroups(long permissionId, List<Group> Groups)
           
 void GroupLocalService.addPermissionGroups(long permissionId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addPermissionGroups(long permissionId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.addRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalService.addRoleGroups(long roleId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.addUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalService.addUserGroupGroups(long userGroupId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.addUserGroups(long userId, List<Group> Groups)
           
 void GroupLocalService.addUserGroups(long userId, List<Group> Groups)
           
static void GroupLocalServiceUtil.addUserGroups(long userId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deleteOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalService.deleteOrganizationGroups(long organizationId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deleteOrganizationGroups(long organizationId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deletePermissionGroups(long permissionId, List<Group> Groups)
           
 void GroupLocalService.deletePermissionGroups(long permissionId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deletePermissionGroups(long permissionId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deleteRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalService.deleteRoleGroups(long roleId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deleteRoleGroups(long roleId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deleteUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalService.deleteUserGroupGroups(long userGroupId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deleteUserGroupGroups(long userGroupId, List<Group> Groups)
           
 void GroupLocalServiceWrapper.deleteUserGroups(long userId, List<Group> Groups)
           
 void GroupLocalService.deleteUserGroups(long userId, List<Group> Groups)
           
static void GroupLocalServiceUtil.deleteUserGroups(long userId, List<Group> Groups)
           
static List<Role> RoleLocalServiceUtil.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Role> RoleService.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Role> RoleLocalServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Role> RoleServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
static List<Role> RoleServiceUtil.getUserRelatedRoles(long userId, List<Group> groups)
          Returns the union of all the user's roles within the groups.
 

Uses of Group in com.liferay.portal.service.permission
 

Methods in com.liferay.portal.service.permission with parameters of type Group
static void GroupPermissionUtil.check(PermissionChecker permissionChecker, Group group, String actionId)
           
 void GroupPermission.check(PermissionChecker permissionChecker, Group group, String actionId)
           
static boolean GroupPermissionUtil.contains(PermissionChecker permissionChecker, Group group, String actionId)
           
 boolean GroupPermission.contains(PermissionChecker permissionChecker, Group group, String actionId)
           
 boolean UserPermission.hasMembershipProtected(PermissionChecker permissionChecker, Group group, Role role, User user)
           
static boolean UserPermissionUtil.hasMembershipProtected(PermissionChecker permissionChecker, Group group, Role role, User user)
           
 boolean UserPermission.hasMembershipProtected(PermissionChecker permissionChecker, Group group, User user)
           
static boolean UserPermissionUtil.hasMembershipProtected(PermissionChecker permissionChecker, Group group, User user)
           
 

Uses of Group in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Group
 Group GroupPersistence.create(long groupId)
          Creates a new group with the primary key.
static Group GroupUtil.create(long groupId)
          Creates a new group with the primary key.
 Group GroupPersistence.fetchByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name, boolean retrieveFromCache)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_F(long companyId, String friendlyURL, boolean retrieveFromCache)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_F(long companyId, String friendlyURL, boolean retrieveFromCache)
          Returns the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_L_N(long companyId, long liveGroupId, String name)
          Returns the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_L_N(long companyId, long liveGroupId, String name)
          Returns the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_L_N(long companyId, long liveGroupId, String name, boolean retrieveFromCache)
          Returns the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_L_N(long companyId, long liveGroupId, String name, boolean retrieveFromCache)
          Returns the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_N(long companyId, String name)
          Returns the group where companyId = ? and name = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_N(long companyId, String name)
          Returns the group where companyId = ? and name = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Group GroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Group GroupPersistence.fetchByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or returns null if it could not be found.
static Group GroupUtil.fetchByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByLiveGroupId(long liveGroupId, boolean retrieveFromCache)
          Returns the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByLiveGroupId(long liveGroupId, boolean retrieveFromCache)
          Returns the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByPrimaryKey(long groupId)
          Returns the group with the primary key or returns null if it could not be found.
static Group GroupUtil.fetchByPrimaryKey(long groupId)
          Returns the group with the primary key or returns null if it could not be found.
 Group GroupPersistence.fetchByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.fetchByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.fetchByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_L_N(long companyId, long liveGroupId, String name)
          Returns the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_L_N(long companyId, long liveGroupId, String name)
          Returns the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupFinderUtil.findByC_N(long companyId, String name)
           
 Group GroupFinder.findByC_N(long companyId, String name)
           
 Group GroupPersistence.findByC_N(long companyId, String name)
          Returns the group where companyId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_N(long companyId, String name)
          Returns the group where companyId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where companyId = ?.
 Group[] GroupPersistence.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
static Group[] GroupUtil.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where companyId = ?.
 Group GroupPersistence.findByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByLiveGroupId(long liveGroupId)
          Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByPrimaryKey(long groupId)
          Returns the group with the primary key or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByPrimaryKey(long groupId)
          Returns the group with the primary key or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Returns the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Returns the last group in the ordered set where type = ? and active = ?.
 Group[] GroupPersistence.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
static Group[] GroupUtil.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.remove(long groupId)
          Removes the group with the primary key from the database.
static Group GroupUtil.remove(long groupId)
          Removes the group with the primary key from the database.
 Group GroupPersistence.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
static Group GroupUtil.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
 Group GroupPersistence.removeByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? from the database.
static Group GroupUtil.removeByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? from the database.
 Group GroupPersistence.removeByC_F(long companyId, String friendlyURL)
          Removes the group where companyId = ? and friendlyURL = ? from the database.
static Group GroupUtil.removeByC_F(long companyId, String friendlyURL)
          Removes the group where companyId = ? and friendlyURL = ? from the database.
 Group GroupPersistence.removeByC_L_N(long companyId, long liveGroupId, String name)
          Removes the group where companyId = ? and liveGroupId = ? and name = ? from the database.
static Group GroupUtil.removeByC_L_N(long companyId, long liveGroupId, String name)
          Removes the group where companyId = ? and liveGroupId = ? and name = ? from the database.
 Group GroupPersistence.removeByC_N(long companyId, String name)
          Removes the group where companyId = ? and name = ? from the database.
static Group GroupUtil.removeByC_N(long companyId, String name)
          Removes the group where companyId = ? and name = ? from the database.
 Group GroupPersistence.removeByLiveGroupId(long liveGroupId)
          Removes the group where liveGroupId = ? from the database.
static Group GroupUtil.removeByLiveGroupId(long liveGroupId)
          Removes the group where liveGroupId = ? from the database.
static Group GroupUtil.update(Group group, boolean merge)
           
static Group GroupUtil.update(Group group, boolean merge, ServiceContext serviceContext)
           
 Group GroupPersistence.updateImpl(Group group, boolean merge)
           
static Group GroupUtil.updateImpl(Group group, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Group
 List<Group> GroupPersistence.findAll()
          Returns all the groups.
static List<Group> GroupUtil.findAll()
          Returns all the groups.
 List<Group> GroupPersistence.findAll(int start, int end)
          Returns a range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end)
          Returns a range of all the groups.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups.
static List<Group> GroupFinderUtil.findByC_C_N_D(long companyId, long[] classNameIds, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupFinder.findByC_C_N_D(long companyId, long[] classNameIds, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> GroupFinderUtil.findByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupFinder.findByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupPersistence.findByCompanyId(long companyId)
          Returns all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId)
          Returns all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where companyId = ?.
static List<Group> GroupFinderUtil.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupFinder.findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> GroupFinderUtil.findByLiveGroups()
           
 List<Group> GroupFinder.findByLiveGroups()
           
static List<Group> GroupFinderUtil.findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
 List<Group> GroupFinder.findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
static List<Group> GroupFinderUtil.findByNullFriendlyURL()
           
 List<Group> GroupFinder.findByNullFriendlyURL()
           
static List<Group> GroupFinderUtil.findBySystem(long companyId)
           
 List<Group> GroupFinder.findBySystem(long companyId)
           
 List<Group> GroupPersistence.findByT_A(int type, boolean active)
          Returns all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active)
          Returns all the groups where type = ? and active = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end)
          Returns a range of all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active, int start, int end)
          Returns a range of all the groups where type = ? and active = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Group> GroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<Group> RoleUtil.getGroups(long pk)
          Returns all the groups associated with the role.
 List<Group> PermissionPersistence.getGroups(long pk)
          Returns all the groups associated with the permission.
static List<Group> UserUtil.getGroups(long pk)
          Returns all the groups associated with the user.
 List<Group> UserPersistence.getGroups(long pk)
          Returns all the groups associated with the user.
 List<Group> RolePersistence.getGroups(long pk)
          Returns all the groups associated with the role.
static List<Group> OrganizationUtil.getGroups(long pk)
          Returns all the groups associated with the organization.
static List<Group> UserGroupUtil.getGroups(long pk)
          Returns all the groups associated with the user group.
static List<Group> PermissionUtil.getGroups(long pk)
          Returns all the groups associated with the permission.
 List<Group> OrganizationPersistence.getGroups(long pk)
          Returns all the groups associated with the organization.
 List<Group> UserGroupPersistence.getGroups(long pk)
          Returns all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the role.
 List<Group> PermissionPersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the permission.
static List<Group> UserUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user.
 List<Group> UserPersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user.
 List<Group> RolePersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the role.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the organization.
static List<Group> UserGroupUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user group.
static List<Group> PermissionUtil.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the permission.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the organization.
 List<Group> UserGroupPersistence.getGroups(long pk, int start, int end)
          Returns a range of all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the role.
 List<Group> PermissionPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the permission.
static List<Group> UserUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> UserPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user.
 List<Group> RolePersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the role.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
static List<Group> UserGroupUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
static List<Group> PermissionUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the permission.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the organization.
 List<Group> UserGroupPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the groups associated with the user group.
 

Methods in com.liferay.portal.service.persistence with parameters of type Group
static void RoleUtil.addGroup(long pk, Group group)
          Adds an association between the role and the group.
 void PermissionPersistence.addGroup(long pk, Group group)
          Adds an association between the permission and the group.
static void UserUtil.addGroup(long pk, Group group)
          Adds an association between the user and the group.
 void UserPersistence.addGroup(long pk, Group group)
          Adds an association between the user and the group.
 void RolePersistence.addGroup(long pk, Group group)
          Adds an association between the role and the group.
static void OrganizationUtil.addGroup(long pk, Group group)
          Adds an association between the organization and the group.
static void UserGroupUtil.addGroup(long pk, Group group)
          Adds an association between the user group and the group.
static void PermissionUtil.addGroup(long pk, Group group)
          Adds an association between the permission and the group.
 void OrganizationPersistence.addGroup(long pk, Group group)
          Adds an association between the organization and the group.
 void UserGroupPersistence.addGroup(long pk, Group group)
          Adds an association between the user group and the group.
 void GroupPersistence.cacheResult(Group group)
          Caches the group in the entity cache if it is enabled.
static void GroupUtil.cacheResult(Group group)
          Caches the group in the entity cache if it is enabled.
static void GroupUtil.clearCache(Group group)
           
static void RoleUtil.removeGroup(long pk, Group group)
          Removes the association between the role and the group.
 void PermissionPersistence.removeGroup(long pk, Group group)
          Removes the association between the permission and the group.
static void UserUtil.removeGroup(long pk, Group group)
          Removes the association between the user and the group.
 void UserPersistence.removeGroup(long pk, Group group)
          Removes the association between the user and the group.
 void RolePersistence.removeGroup(long pk, Group group)
          Removes the association between the role and the group.
static void OrganizationUtil.removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
static void UserGroupUtil.removeGroup(long pk, Group group)
          Removes the association between the user group and the group.
static void PermissionUtil.removeGroup(long pk, Group group)
          Removes the association between the permission and the group.
 void OrganizationPersistence.removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
 void UserGroupPersistence.removeGroup(long pk, Group group)
          Removes the association between the user group and the group.
static Group GroupUtil.update(Group group, boolean merge)
           
static Group GroupUtil.update(Group group, boolean merge, ServiceContext serviceContext)
           
 Group GroupPersistence.updateImpl(Group group, boolean merge)
           
static Group GroupUtil.updateImpl(Group group, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Group
static void RoleUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the role and the groups.
 void PermissionPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the permission and the groups.
static void UserUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the user and the groups.
 void UserPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the user and the groups.
 void RolePersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the role and the groups.
static void OrganizationUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
static void UserGroupUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the user group and the groups.
static void PermissionUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the permission and the groups.
 void OrganizationPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
 void UserGroupPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the user group and the groups.
 void GroupPersistence.cacheResult(List<Group> groups)
          Caches the groups in the entity cache if it is enabled.
static void GroupUtil.cacheResult(List<Group> groups)
          Caches the groups in the entity cache if it is enabled.
 boolean PermissionFinder.containsPermissions_2(List<Permission> permissions, long userId, List<Group> groups, long groupId)
           
static boolean PermissionFinderUtil.containsPermissions_2(List<Permission> permissions, long userId, List<Group> groups, long groupId)
           
 boolean PermissionFinder.containsPermissions_4(List<Permission> permissions, long userId, List<Group> groups, List<Role> roles)
           
static boolean PermissionFinderUtil.containsPermissions_4(List<Permission> permissions, long userId, List<Group> groups, List<Role> roles)
           
 int PermissionFinder.countByGroupsPermissions(List<Permission> permissions, List<Group> groups)
           
static int PermissionFinderUtil.countByGroupsPermissions(List<Permission> permissions, List<Group> groups)
           
 int PermissionFinder.countByGroupsRoles(List<Permission> permissions, List<Group> groups)
           
static int PermissionFinderUtil.countByGroupsRoles(List<Permission> permissions, List<Group> groups)
           
 List<Role> RoleFinder.findByU_G(long userId, List<Group> groups)
           
static List<Role> RoleFinderUtil.findByU_G(long userId, List<Group> groups)
           
static void RoleUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the role and the groups.
 void PermissionPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the permission and the groups.
static void UserUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the user and the groups.
 void UserPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the user and the groups.
 void RolePersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the role and the groups.
static void OrganizationUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
static void UserGroupUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the user group and the groups.
static void PermissionUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the permission and the groups.
 void OrganizationPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
 void UserGroupPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the user group and the groups.
static void RoleUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the role, removing and adding associations as necessary.
 void PermissionPersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the permission, removing and adding associations as necessary.
static void UserUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user, removing and adding associations as necessary.
 void UserPersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user, removing and adding associations as necessary.
 void RolePersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the role, removing and adding associations as necessary.
static void OrganizationUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, removing and adding associations as necessary.
static void UserGroupUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user group, removing and adding associations as necessary.
static void PermissionUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the permission, removing and adding associations as necessary.
 void OrganizationPersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, removing and adding associations as necessary.
 void UserGroupPersistence.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user group, removing and adding associations as necessary.
 

Uses of Group in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return Group
 Group ThemeDisplay.getParentGroup()
           
 Group ThemeDisplay.getScopeGroup()
           
 

Uses of Group in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type Group
static String PortalUtil.getGroupFriendlyURL(Group group, boolean privateLayoutSet, ThemeDisplay themeDisplay)
           
 String Portal.getGroupFriendlyURL(Group group, boolean privateLayoutSet, ThemeDisplay themeDisplay)
           
static String PortalUtil.getGroupFriendlyURL(Group group, boolean privateLayoutSet, ThemeDisplay themeDisplay, Locale locale)
           
 String Portal.getGroupFriendlyURL(Group group, boolean privateLayoutSet, ThemeDisplay themeDisplay, Locale locale)
           
 

Uses of Group in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type Group
 List<Group> UsersAdmin.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
static List<Group> UsersAdminUtil.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 

Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type Group
 List<Group> UsersAdmin.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
static List<Group> UsersAdminUtil.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 


Liferay 6.1.2-ce-ga3