Liferay 6.0-ee

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

Packages that use Group
com.liferay.portal.editor.fckeditor.command   
com.liferay.portal.kernel.staging.permission   
com.liferay.portal.kernel.webdav   
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.search   
com.liferay.portal.security.permission   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.sharepoint   
com.liferay.portal.staging   
com.liferay.portal.staging.permission   
com.liferay.portal.theme   
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.communities.action   
com.liferay.portlet.communities.search   
com.liferay.portlet.communities.util   
com.liferay.portlet.enterpriseadmin.search   
com.liferay.portlet.enterpriseadmin.util   
com.liferay.portlet.grouppages.action   
 

Uses of Group in com.liferay.portal.editor.fckeditor.command
 

Methods in com.liferay.portal.editor.fckeditor.command that return Group
 Group CommandArgument.getCurrentGroup()
           
 

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

Methods in com.liferay.portal.kernel.staging.permission with parameters of type Group
static Boolean StagingPermissionUtil.hasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId)
           
 Boolean StagingPermission.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.lar
 

Methods in com.liferay.portal.lar with parameters of type Group
protected  void PermissionImporter.importLayoutPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, Group guestGroup, Layout layout, String resourceName, String resourcePrimKey, Element permissionsEl, boolean importUserPermissions)
           
protected  void PermissionImporter.importPortletPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, Group guestGroup, Layout layout, Element permissionsEl, boolean importUserPermissions)
           
 

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 UserWrapper.getGroup()
           
 Group UserGroupWrapper.getGroup()
           
 Group UserGroupRoleWrapper.getGroup()
           
 Group UserGroupRole.getGroup()
           
 Group UserGroup.getGroup()
           
 Group User.getGroup()
           
 Group OrganizationWrapper.getGroup()
           
 Group Organization.getGroup()
           
 Group LayoutWrapper.getGroup()
           
 Group LayoutSetWrapper.getGroup()
           
 Group LayoutSetPrototypeWrapper.getGroup()
           
 Group LayoutSetPrototype.getGroup()
           
 Group LayoutSet.getGroup()
           
 Group LayoutPrototypeWrapper.getGroup()
           
 Group LayoutPrototype.getGroup()
           
 Group Layout.getGroup()
           
 Group CompanyWrapper.getGroup()
           
 Group Company.getGroup()
           
 Group GroupWrapper.getLiveGroup()
           
 Group Group.getLiveGroup()
           
 Group LayoutWrapper.getScopeGroup()
           
 Group Layout.getScopeGroup()
           
 Group GroupWrapper.getStagingGroup()
           
 Group Group.getStagingGroup()
           
 Group GroupWrapper.getWrappedGroup()
           
 Group GroupWrapper.toEscapedModel()
           
 Group GroupModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Group
 List<Group> UserWrapper.getGroups()
           
 List<Group> User.getGroups()
           
 List<Group> UserWrapper.getMyPlaces()
           
 List<Group> User.getMyPlaces()
           
 List<Group> UserWrapper.getMyPlaces(int max)
           
 List<Group> User.getMyPlaces(int max)
           
 

Methods in com.liferay.portal.model with parameters of type Group
 int GroupWrapper.compareTo(Group group)
           
 int GroupModel.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 OrgGroupRole.containsGroup(List<Group> groups)
           
 boolean OrgGroupPermissionWrapper.containsGroup(List<Group> groups)
           
 boolean OrgGroupPermission.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.model.impl
 

Classes in com.liferay.portal.model.impl that implement Group
 class GroupImpl
           
 

Methods in com.liferay.portal.model.impl that return Group
 Group UserImpl.getGroup()
           
 Group UserGroupRoleImpl.getGroup()
           
 Group UserGroupImpl.getGroup()
           
 Group OrganizationImpl.getGroup()
           
 Group LayoutSetPrototypeImpl.getGroup()
           
 Group LayoutSetImpl.getGroup()
           
 Group LayoutPrototypeImpl.getGroup()
           
 Group LayoutImpl.getGroup()
           
 Group CompanyImpl.getGroup()
           
 Group GroupImpl.getLiveGroup()
           
 Group LayoutImpl.getScopeGroup()
           
 Group GroupImpl.getStagingGroup()
           
 Group GroupModelImpl.toEscapedModel()
           
static Group GroupModelImpl.toModel(GroupSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Group
 List<Group> UserImpl.getGroups()
           
 List<Group> UserImpl.getMyPlaces()
           
 List<Group> UserImpl.getMyPlaces(int max)
           
static List<Group> GroupModelImpl.toModels(GroupSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Group
 int GroupModelImpl.compareTo(Group group)
           
 

Method parameters in com.liferay.portal.model.impl with type arguments of type Group
 boolean OrgGroupRoleImpl.containsGroup(List<Group> groups)
           
 boolean OrgGroupPermissionImpl.containsGroup(List<Group> groups)
           
 

Uses of Group in com.liferay.portal.search
 

Methods in com.liferay.portal.search with parameters of type Group
protected  void SearchPermissionCheckerImpl.addRequiredMemberRole(Group group, BooleanQuery permissionQuery)
           
 

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> PermissionCheckerBagImpl.getGroups()
           
 List<Group> PermissionCheckerBag.getUserGroups()
           
 List<Group> PermissionCheckerBagImpl.getUserGroups()
           
 List<Group> PermissionCheckerBag.getUserOrgGroups()
           
 List<Group> PermissionCheckerBagImpl.getUserOrgGroups()
           
 List<Group> PermissionCheckerBag.getUserUserGroupGroups()
           
 List<Group> PermissionCheckerBagImpl.getUserUserGroupGroups()
           
 

Methods in com.liferay.portal.security.permission with parameters of type Group
protected  void AdvancedPermissionChecker.addRequiredMemberRole(Group group, List<Role> roles)
           
protected  void AdvancedPermissionChecker.addTeamRoles(long userId, Group group, List<Role> roles)
           
 List<Role> ResourceActionsUtil_IW.getRoles(long companyId, Group group, String modelResource)
           
static List<Role> ResourceActionsUtil.getRoles(long companyId, Group group, String modelResource)
           
 boolean PermissionCheckerBag.isCommunityAdmin(PermissionChecker permissionChecker, Group group)
           
 boolean PermissionCheckerBagImpl.isCommunityAdmin(PermissionChecker permissionChecker, Group group)
           
protected  boolean PermissionCheckerBagImpl.isCommunityAdminImpl(PermissionChecker permissionChecker, Group group)
           
 boolean PermissionCheckerBag.isCommunityOwner(PermissionChecker permissionChecker, Group group)
           
 boolean PermissionCheckerBagImpl.isCommunityOwner(PermissionChecker permissionChecker, Group group)
           
protected  boolean PermissionCheckerBagImpl.isCommunityOwnerImpl(PermissionChecker permissionChecker, Group group)
           
 

Constructor parameters in com.liferay.portal.security.permission with type arguments of type Group
PermissionCheckerBagImpl(long userId, List<Group> userGroups, List<Organization> userOrgs, List<Group> userOrgGroups, List<Group> userUserGroupGroups, List<Group> groups, List<Role> roles)
           
PermissionCheckerBagImpl(long userId, List<Group> userGroups, List<Organization> userOrgs, List<Group> userOrgGroups, List<Group> userUserGroupGroups, List<Group> groups, List<Role> roles)
           
PermissionCheckerBagImpl(long userId, List<Group> userGroups, List<Organization> userOrgs, List<Group> userOrgGroups, List<Group> userUserGroupGroups, List<Group> groups, List<Role> roles)
           
PermissionCheckerBagImpl(long userId, List<Group> userGroups, List<Organization> userOrgs, List<Group> userOrgGroups, List<Group> userUserGroupGroups, List<Group> groups, List<Role> roles)
           
 

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.
static Group GroupLocalServiceUtil.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalService.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 active, ServiceContext serviceContext)
           
static Group GroupLocalServiceUtil.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalService.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalServiceWrapper.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupLocalServiceUtil.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalService.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupServiceWrapper.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceUtil.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupService.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupServiceWrapper.addGroup(String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceUtil.addGroup(String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupService.addGroup(String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalServiceWrapper.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 GroupLocalService.createGroup(long groupId)
          Creates a new group with the primary key.
 Group GroupLocalServiceWrapper.getCompanyGroup(long companyId)
           
static Group GroupLocalServiceUtil.getCompanyGroup(long companyId)
           
 Group GroupLocalService.getCompanyGroup(long companyId)
           
 Group GroupLocalServiceWrapper.getFriendlyURLGroup(long companyId, String friendlyURL)
           
static Group GroupLocalServiceUtil.getFriendlyURLGroup(long companyId, String friendlyURL)
           
 Group GroupLocalService.getFriendlyURLGroup(long companyId, String friendlyURL)
           
 Group GroupServiceWrapper.getGroup(long groupId)
           
static Group GroupServiceUtil.getGroup(long groupId)
           
 Group GroupService.getGroup(long groupId)
           
 Group GroupLocalServiceWrapper.getGroup(long groupId)
          Gets the group with the primary key.
static Group GroupLocalServiceUtil.getGroup(long groupId)
          Gets the group with the primary key.
 Group GroupLocalService.getGroup(long groupId)
          Gets the group with the primary key.
 Group GroupServiceWrapper.getGroup(long companyId, String name)
           
static Group GroupServiceUtil.getGroup(long companyId, String name)
           
 Group GroupService.getGroup(long companyId, String name)
           
 Group GroupLocalServiceWrapper.getGroup(long companyId, String name)
           
static Group GroupLocalServiceUtil.getGroup(long companyId, String name)
           
 Group GroupLocalService.getGroup(long companyId, String name)
           
 Group GroupLocalServiceWrapper.getLayoutGroup(long companyId, long plid)
           
static Group GroupLocalServiceUtil.getLayoutGroup(long companyId, long plid)
           
 Group GroupLocalService.getLayoutGroup(long companyId, long plid)
           
 Group GroupLocalServiceWrapper.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
           
static Group GroupLocalServiceUtil.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
           
 Group GroupLocalService.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
           
 Group GroupLocalServiceWrapper.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
           
static Group GroupLocalServiceUtil.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
           
 Group GroupLocalService.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
           
 Group GroupLocalServiceWrapper.getOrganizationGroup(long companyId, long organizationId)
           
static Group GroupLocalServiceUtil.getOrganizationGroup(long companyId, long organizationId)
           
 Group GroupLocalService.getOrganizationGroup(long companyId, long organizationId)
           
 Group GroupLocalServiceWrapper.getStagingGroup(long liveGroupId)
           
static Group GroupLocalServiceUtil.getStagingGroup(long liveGroupId)
           
 Group GroupLocalService.getStagingGroup(long liveGroupId)
           
 Group GroupServiceWrapper.getUserGroup(long companyId, long userId)
           
static Group GroupServiceUtil.getUserGroup(long companyId, long userId)
           
 Group GroupService.getUserGroup(long companyId, long userId)
           
 Group GroupLocalServiceWrapper.getUserGroup(long companyId, long userId)
           
static Group GroupLocalServiceUtil.getUserGroup(long companyId, long userId)
           
 Group GroupLocalService.getUserGroup(long companyId, long userId)
           
 Group GroupLocalServiceWrapper.getUserGroupGroup(long companyId, long userGroupId)
           
static Group GroupLocalServiceUtil.getUserGroupGroup(long companyId, long userGroupId)
           
 Group GroupLocalService.getUserGroupGroup(long companyId, long userGroupId)
           
 Group GroupServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL)
           
static Group GroupServiceUtil.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupService.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupLocalServiceWrapper.updateFriendlyURL(long groupId, String friendlyURL)
           
static Group GroupLocalServiceUtil.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupLocalService.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupLocalServiceWrapper.updateGroup(Group group)
          Updates the group in the database.
static Group GroupLocalServiceUtil.updateGroup(Group group)
          Updates the group in the database.
 Group GroupLocalService.updateGroup(Group group)
          Updates the group in the database.
 Group GroupLocalServiceWrapper.updateGroup(Group group, boolean merge)
          Updates the group in the database.
static Group GroupLocalServiceUtil.updateGroup(Group group, boolean merge)
          Updates the group in the database.
 Group GroupLocalService.updateGroup(Group group, boolean merge)
          Updates the group in the database.
 Group GroupServiceWrapper.updateGroup(long groupId, String typeSettings)
           
static Group GroupServiceUtil.updateGroup(long groupId, String typeSettings)
           
 Group GroupService.updateGroup(long groupId, String typeSettings)
           
 Group GroupLocalServiceWrapper.updateGroup(long groupId, String typeSettings)
           
static Group GroupLocalServiceUtil.updateGroup(long groupId, String typeSettings)
           
 Group GroupLocalService.updateGroup(long groupId, String typeSettings)
           
 Group GroupServiceWrapper.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceUtil.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupService.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalServiceWrapper.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupLocalServiceUtil.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalService.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupServiceWrapper.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
static Group GroupServiceUtil.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 Group GroupService.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 Group GroupLocalServiceWrapper.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
static Group GroupLocalServiceUtil.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 Group GroupLocalService.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 

Methods in com.liferay.portal.service that return types with arguments of type Group
 List<Group> GroupLocalServiceWrapper.getCompanyGroups(long companyId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getCompanyGroups(long companyId, int start, int end)
           
 List<Group> GroupLocalService.getCompanyGroups(long companyId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getGroups(int start, int end)
          Gets a range of all the groups.
static List<Group> GroupLocalServiceUtil.getGroups(int start, int end)
          Gets a range of all the groups.
 List<Group> GroupLocalService.getGroups(int start, int end)
          Gets a range of all the groups.
 List<Group> GroupLocalServiceWrapper.getGroups(long[] groupIds)
           
static List<Group> GroupLocalServiceUtil.getGroups(long[] groupIds)
           
 List<Group> GroupLocalService.getGroups(long[] groupIds)
           
 List<Group> GroupLocalServiceWrapper.getLiveGroups()
           
static List<Group> GroupLocalServiceUtil.getLiveGroups()
           
 List<Group> GroupLocalService.getLiveGroups()
           
 List<Group> GroupServiceWrapper.getManageableGroups(String actionId, int max)
           
static List<Group> GroupServiceUtil.getManageableGroups(String actionId, int max)
           
 List<Group> GroupService.getManageableGroups(String actionId, int max)
           
 List<Group> GroupLocalServiceWrapper.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
           
 List<Group> GroupLocalService.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getNullFriendlyURLGroups()
           
static List<Group> GroupLocalServiceUtil.getNullFriendlyURLGroups()
           
 List<Group> GroupLocalService.getNullFriendlyURLGroups()
           
 List<Group> GroupServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
           
static List<Group> GroupServiceUtil.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupService.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationsGroups(List<Organization> organizations)
           
static List<Group> GroupLocalServiceUtil.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalService.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceWrapper.getOrganizationsRelatedGroups(List<Organization> organizations)
           
static List<Group> GroupLocalServiceUtil.getOrganizationsRelatedGroups(List<Organization> organizations)
           
 List<Group> GroupLocalService.getOrganizationsRelatedGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceWrapper.getRoleGroups(long roleId)
           
static List<Group> GroupLocalServiceUtil.getRoleGroups(long roleId)
           
 List<Group> GroupLocalService.getRoleGroups(long roleId)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId)
           
 List<Group> GroupLocalService.getUserGroups(long userId)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, boolean inherit)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, boolean inherit)
           
 List<Group> GroupLocalService.getUserGroups(long userId, boolean inherit)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, boolean inherit, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, boolean inherit, int start, int end)
           
 List<Group> GroupLocalService.getUserGroups(long userId, boolean inherit, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getUserGroups(long userId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupLocalService.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
           
static List<Group> GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
           
static List<Group> GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
static List<Group> GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
 List<Group> GroupServiceWrapper.getUserOrganizationsGroups(long userId, int start, int end)
           
static List<Group> GroupServiceUtil.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupService.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.getUserOrganizationsGroups(long userId, int start, int end)
           
static List<Group> GroupLocalServiceUtil.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupLocalService.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
           
static List<Group> GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
           
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
           
 List<Group> GroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> GroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupServiceWrapper.search(long companyId, String name, String description, String[] params, int start, int end)
           
static List<Group> GroupServiceUtil.search(long companyId, String name, String description, String[] params, int start, int end)
           
 List<Group> GroupService.search(long companyId, String name, String description, String[] params, int start, int end)
           
 

Methods in com.liferay.portal.service with parameters of type Group
 Group GroupLocalServiceWrapper.addGroup(Group group)
          Adds the group to the database.
static Group GroupLocalServiceUtil.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalService.addGroup(Group group)
          Adds the group to the database.
 void GroupLocalServiceWrapper.deleteGroup(Group group)
          Deletes the group from the database.
static void GroupLocalServiceUtil.deleteGroup(Group group)
          Deletes the group from the database.
 void GroupLocalService.deleteGroup(Group group)
          Deletes the group from the database.
 void GroupLocalServiceWrapper.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
           
static void GroupLocalServiceUtil.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
           
 void GroupLocalService.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
           
 Group GroupLocalServiceWrapper.updateGroup(Group group)
          Updates the group in the database.
static Group GroupLocalServiceUtil.updateGroup(Group group)
          Updates the group in the database.
 Group GroupLocalService.updateGroup(Group group)
          Updates the group in the database.
 Group GroupLocalServiceWrapper.updateGroup(Group group, boolean merge)
          Updates the group in the database.
static Group GroupLocalServiceUtil.updateGroup(Group group, boolean merge)
          Updates the group in the database.
 Group GroupLocalService.updateGroup(Group group, boolean merge)
          Updates the group in the database.
 

Method parameters in com.liferay.portal.service with type arguments of type Group
 List<Role> RoleServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups)
           
static List<Role> RoleServiceUtil.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleService.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalServiceWrapper.getUserRelatedRoles(long userId, List<Group> groups)
           
static List<Role> RoleLocalServiceUtil.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalService.getUserRelatedRoles(long userId, List<Group> groups)
           
 

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

Methods in com.liferay.portal.service.base that return Group
 Group GroupLocalServiceBaseImpl.addGroup(Group group)
          Adds the group to the database.
 Group GroupLocalServiceBaseImpl.createGroup(long groupId)
          Creates a new group with the primary key.
 Group GroupLocalServiceBaseImpl.getGroup(long groupId)
          Gets the group with the primary key.
 Group GroupLocalServiceBaseImpl.updateGroup(Group group)
          Updates the group in the database.
 Group GroupLocalServiceBaseImpl.updateGroup(Group group, boolean merge)
          Updates the group in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Group
 List<Group> GroupLocalServiceBaseImpl.getGroups(int start, int end)
          Gets a range of all the groups.
 

Methods in com.liferay.portal.service.base with parameters of type Group
 Group GroupLocalServiceBaseImpl.addGroup(Group group)
          Adds the group to the database.
 void GroupLocalServiceBaseImpl.deleteGroup(Group group)
          Deletes the group from the database.
 Group GroupLocalServiceBaseImpl.updateGroup(Group group)
          Updates the group in the database.
 Group GroupLocalServiceBaseImpl.updateGroup(Group group, boolean merge)
          Updates the group in the database.
 

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

Methods in com.liferay.portal.service.http that return Group
static Group GroupServiceHttp.addGroup(HttpPrincipal httpPrincipal, long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceHttp.addGroup(HttpPrincipal httpPrincipal, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceHttp.getGroup(HttpPrincipal httpPrincipal, long groupId)
           
static Group GroupServiceHttp.getGroup(HttpPrincipal httpPrincipal, long companyId, String name)
           
static Group GroupServiceHttp.getUserGroup(HttpPrincipal httpPrincipal, long companyId, long userId)
           
static Group GroupServiceHttp.updateFriendlyURL(HttpPrincipal httpPrincipal, long groupId, String friendlyURL)
           
static Group GroupServiceHttp.updateGroup(HttpPrincipal httpPrincipal, long groupId, String typeSettings)
           
static Group GroupServiceHttp.updateGroup(HttpPrincipal httpPrincipal, long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
static Group GroupServiceHttp.updateWorkflow(HttpPrincipal httpPrincipal, long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type Group
static List<Group> GroupServiceHttp.getManageableGroups(HttpPrincipal httpPrincipal, String actionId, int max)
           
static List<Group> GroupServiceHttp.getOrganizationsGroups(HttpPrincipal httpPrincipal, List<Organization> organizations)
           
static List<Group> GroupServiceHttp.getUserGroupsGroups(HttpPrincipal httpPrincipal, List<UserGroup> userGroups)
           
static List<Group> GroupServiceHttp.getUserOrganizationsGroups(HttpPrincipal httpPrincipal, long userId, int start, int end)
           
static List<Group> GroupServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, String name, String description, String[] params, int start, int end)
           
 

Methods in com.liferay.portal.service.http with parameters of type Group
static JSONArray GroupJSONSerializer.toJSONArray(Group[] models)
           
static JSONArray GroupJSONSerializer.toJSONArray(Group[][] models)
           
static JSONObject GroupJSONSerializer.toJSONObject(Group model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Group
static List<Role> RoleServiceHttp.getUserRelatedRoles(HttpPrincipal httpPrincipal, long userId, List<Group> groups)
           
static JSONArray GroupJSONSerializer.toJSONArray(List<Group> models)
           
 

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

Methods in com.liferay.portal.service.impl that return Group
 Group GroupLocalServiceImpl.addGroup(long userId, String className, long classPK, long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalServiceImpl.addGroup(long userId, String className, long classPK, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupServiceImpl.addGroup(long liveGroupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupServiceImpl.addGroup(String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalServiceImpl.getCompanyGroup(long companyId)
           
 Group GroupLocalServiceImpl.getFriendlyURLGroup(long companyId, String friendlyURL)
           
 Group GroupServiceImpl.getGroup(long groupId)
           
 Group GroupLocalServiceImpl.getGroup(long groupId)
           
 Group GroupServiceImpl.getGroup(long companyId, String name)
           
 Group GroupLocalServiceImpl.getGroup(long companyId, String name)
           
 Group GroupLocalServiceImpl.getLayoutGroup(long companyId, long plid)
           
 Group GroupLocalServiceImpl.getLayoutPrototypeGroup(long companyId, long layoutPrototypeId)
           
 Group GroupLocalServiceImpl.getLayoutSetPrototypeGroup(long companyId, long layoutSetPrototypeId)
           
 Group GroupLocalServiceImpl.getOrganizationGroup(long companyId, long organizationId)
           
 Group GroupLocalServiceImpl.getStagingGroup(long liveGroupId)
           
 Group GroupServiceImpl.getUserGroup(long companyId, long userId)
           
 Group GroupLocalServiceImpl.getUserGroup(long companyId, long userId)
           
 Group GroupLocalServiceImpl.getUserGroupGroup(long companyId, long userGroupId)
           
 Group GroupServiceImpl.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupLocalServiceImpl.updateFriendlyURL(long groupId, String friendlyURL)
           
 Group GroupServiceImpl.updateGroup(long groupId, String typeSettings)
           
 Group GroupLocalServiceImpl.updateGroup(long groupId, String typeSettings)
           
 Group GroupServiceImpl.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupLocalServiceImpl.updateGroup(long groupId, String name, String description, int type, String friendlyURL, boolean active, ServiceContext serviceContext)
           
 Group GroupServiceImpl.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 Group GroupLocalServiceImpl.updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, String workflowRoleNames)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Group
 List<Group> GroupLocalServiceImpl.getCompanyGroups(long companyId, int start, int end)
           
 List<Group> GroupLocalServiceImpl.getGroups(long[] groupIds)
           
 List<Group> GroupLocalServiceImpl.getLiveGroups()
           
 List<Group> GroupServiceImpl.getManageableGroups(String actionId, int max)
           
 List<Group> GroupLocalServiceImpl.getNoLayoutsGroups(String className, boolean privateLayout, int start, int end)
           
 List<Group> GroupLocalServiceImpl.getNullFriendlyURLGroups()
           
 List<Group> GroupServiceImpl.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceImpl.getOrganizationsGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceImpl.getOrganizationsRelatedGroups(List<Organization> organizations)
           
 List<Group> GroupLocalServiceImpl.getRoleGroups(long roleId)
           
 List<Group> GroupLocalServiceImpl.getUserGroups(long userId)
           
 List<Group> GroupLocalServiceImpl.getUserGroups(long userId, boolean inherit)
           
 List<Group> GroupLocalServiceImpl.getUserGroups(long userId, boolean inherit, int start, int end)
           
 List<Group> GroupLocalServiceImpl.getUserGroups(long userId, int start, int end)
           
 List<Group> GroupServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceImpl.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
 List<Group> GroupServiceImpl.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupLocalServiceImpl.getUserOrganizationsGroups(long userId, int start, int end)
           
 List<Group> GroupLocalServiceImpl.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end)
           
 List<Group> GroupLocalServiceImpl.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> GroupServiceImpl.search(long companyId, String name, String description, String[] params, int start, int end)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Group
protected  void GroupLocalServiceImpl.addControlPanelLayouts(Group group)
           
protected  void GroupLocalServiceImpl.addDefaultGuestPublicLayoutByProperties(Group group)
           
protected  void GroupLocalServiceImpl.addDefaultGuestPublicLayouts(Group group)
           
protected  void GroupLocalServiceImpl.addDefaultGuestPublicLayoutsByLAR(Group group, File larFile)
           
protected  void GroupLocalServiceImpl.unscheduleStaging(Group group)
           
 void GroupLocalServiceImpl.updateAsset(long userId, Group group, long[] assetCategoryIds, String[] assetTagNames)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Group
protected  boolean PermissionLocalServiceImpl.checkOrgGroupPermission(List<Organization> organizations, List<Group> groups, List<Permission> permissions)
           
protected  boolean PermissionLocalServiceImpl.checkOrgGroupPermission(List<Organization> organizations, List<Group> groups, Permission permission)
           
 List<Role> RoleServiceImpl.getUserRelatedRoles(long userId, List<Group> groups)
           
 List<Role> RoleLocalServiceImpl.getUserRelatedRoles(long userId, List<Group> groups)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_1(long userId, long resourceId, String actionId, List<Permission> permissions, List<Group> groups, long groupId, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_2(long userId, long resourceId, String actionId, List<Permission> permissions, List<Group> groups, long groupId, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_3(long userId, long resourceId, String actionId, List<Permission> permissions, List<Group> groups, List<Role> roles, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_4(long userId, long resourceId, String actionId, List<Permission> permissions, List<Group> groups, List<Role> roles, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
 

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

Methods in com.liferay.portal.service.persistence that return Group
static Group GroupUtil.create(long groupId)
          Creates a new group with the primary key.
 Group GroupPersistence.create(long groupId)
          Creates a new group with the primary key.
 Group GroupPersistenceImpl.create(long groupId)
          Creates a new group with the primary key.
static Group GroupUtil.fetchByC_C_C(long companyId, long classNameId, long classPK)
          Finds 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)
          Finds the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_C_C(long companyId, long classNameId, long classPK)
          Finds 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, boolean retrieveFromCache)
          Finds 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_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds the group where companyId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_C_C(long companyId, long classNameId, long classPK, boolean retrieveFromCache)
          Finds 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_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Finds 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)
          Finds the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Finds 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, boolean retrieveFromCache)
          Finds 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_C_L_N(long companyId, long classNameId, long liveGroupId, String name, boolean retrieveFromCache)
          Finds 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 GroupPersistenceImpl.fetchByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name, boolean retrieveFromCache)
          Finds 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_F(long companyId, String friendlyURL)
          Finds the group where companyId = ? and friendlyURL = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_F(long companyId, String friendlyURL)
          Finds the group where companyId = ? and friendlyURL = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_F(long companyId, String friendlyURL)
          Finds the group where companyId = ? and friendlyURL = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_F(long companyId, String friendlyURL, boolean retrieveFromCache)
          Finds the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_F(long companyId, String friendlyURL, boolean retrieveFromCache)
          Finds the group where companyId = ? and friendlyURL = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_F(long companyId, String friendlyURL, boolean retrieveFromCache)
          Finds the group where companyId = ? and friendlyURL = ? 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)
          Finds 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)
          Finds the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_L_N(long companyId, long liveGroupId, String name)
          Finds 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, boolean retrieveFromCache)
          Finds 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_L_N(long companyId, long liveGroupId, String name, boolean retrieveFromCache)
          Finds the group where companyId = ? and liveGroupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_L_N(long companyId, long liveGroupId, String name, boolean retrieveFromCache)
          Finds 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_N(long companyId, String name)
          Finds the group where companyId = ? and name = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByC_N(long companyId, String name)
          Finds the group where companyId = ? and name = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByC_N(long companyId, String name)
          Finds the group where companyId = ? and name = ? or returns null if it could not be found.
static Group GroupUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByLiveGroupId(long liveGroupId)
          Finds the group where liveGroupId = ? or returns null if it could not be found.
 Group GroupPersistence.fetchByLiveGroupId(long liveGroupId)
          Finds the group where liveGroupId = ? or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByLiveGroupId(long liveGroupId)
          Finds the group where liveGroupId = ? or returns null if it could not be found.
static Group GroupUtil.fetchByLiveGroupId(long liveGroupId, boolean retrieveFromCache)
          Finds the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistence.fetchByLiveGroupId(long liveGroupId, boolean retrieveFromCache)
          Finds the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache.
 Group GroupPersistenceImpl.fetchByLiveGroupId(long liveGroupId, boolean retrieveFromCache)
          Finds the group where liveGroupId = ? or returns null if it could not be found, optionally using the finder cache.
static Group GroupUtil.fetchByPrimaryKey(long groupId)
          Finds the group with the primary key or returns null if it could not be found.
 Group GroupPersistence.fetchByPrimaryKey(long groupId)
          Finds the group with the primary key or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByPrimaryKey(long groupId)
          Finds the group with the primary key or returns null if it could not be found.
 Group GroupPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the group with the primary key or returns null if it could not be found.
static Group GroupUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds the group where companyId = ? and classNameId = ? and classPK = ? 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)
          Finds the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Finds the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Finds the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_F(long companyId, String friendlyURL)
          Finds the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_F(long companyId, String friendlyURL)
          Finds the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByC_F(long companyId, String friendlyURL)
          Finds the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_L_N(long companyId, long liveGroupId, String name)
          Finds the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_L_N(long companyId, long liveGroupId, String name)
          Finds the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByC_L_N(long companyId, long liveGroupId, String name)
          Finds the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_N(long companyId, String name)
          Finds the group where companyId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_N(long companyId, String name)
          Finds the group where companyId = ? 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 GroupPersistenceImpl.findByC_N(long companyId, String name)
          Finds the group where companyId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupFinderImpl.findByC_N(long companyId, String name)
           
static Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where companyId = ?.
 Group GroupPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where companyId = ?.
static Group[] GroupUtil.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Finds the groups before and after the current group in the ordered set where companyId = ?.
 Group[] GroupPersistence.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Finds the groups before and after the current group in the ordered set where companyId = ?.
 Group[] GroupPersistenceImpl.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Finds the groups before and after the current group in the ordered set where companyId = ?.
static Group GroupUtil.findByLiveGroupId(long liveGroupId)
          Finds the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByLiveGroupId(long liveGroupId)
          Finds the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByLiveGroupId(long liveGroupId)
          Finds the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByPrimaryKey(long groupId)
          Finds the group with the primary key or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByPrimaryKey(long groupId)
          Finds the group with the primary key or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByPrimaryKey(long groupId)
          Finds the group with the primary key or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the group with the primary key or throws a NoSuchModelException if it could not be found.
static Group GroupUtil.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where type = ? and active = ?.
 Group GroupPersistenceImpl.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where type = ? and active = ?.
static Group[] GroupUtil.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Finds the groups before and after the current group in the ordered set where type = ? and active = ?.
 Group[] GroupPersistence.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Finds the groups before and after the current group in the ordered set where type = ? and active = ?.
 Group[] GroupPersistenceImpl.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Finds the groups before and after the current group in the ordered set where type = ? and active = ?.
protected  Group GroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Group group, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByT_A_PrevAndNext(Session session, Group group, int type, boolean active, OrderByComparator orderByComparator, boolean previous)
           
static Group GroupUtil.remove(Group group)
           
static Group GroupUtil.remove(long groupId)
          Removes the group with the primary key from the database.
 Group GroupPersistence.remove(long groupId)
          Removes the group with the primary key from the database.
 Group GroupPersistenceImpl.remove(long groupId)
          Removes the group with the primary key from the database.
 Group GroupPersistenceImpl.remove(Serializable primaryKey)
          Removes the group with the primary key from the database.
protected  Group GroupPersistenceImpl.removeImpl(Group group)
           
protected  Group GroupPersistenceImpl.toUnwrappedModel(Group group)
           
static Group GroupUtil.update(Group group, boolean merge)
           
static Group GroupUtil.update(Group group, boolean merge, ServiceContext serviceContext)
           
static Group GroupUtil.updateImpl(Group group, boolean merge)
           
 Group GroupPersistence.updateImpl(Group group, boolean merge)
           
 Group GroupPersistenceImpl.updateImpl(Group group, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Group
static List<Group> GroupUtil.findAll()
          Finds all the groups.
 List<Group> GroupPersistence.findAll()
          Finds all the groups.
 List<Group> GroupPersistenceImpl.findAll()
          Finds all the groups.
static List<Group> GroupUtil.findAll(int start, int end)
          Finds a range of all the groups.
 List<Group> GroupPersistence.findAll(int start, int end)
          Finds a range of all the groups.
 List<Group> GroupPersistenceImpl.findAll(int start, int end)
          Finds a range of all the groups.
static List<Group> GroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the groups.
 List<Group> GroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the groups.
 List<Group> GroupPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the groups.
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> GroupFinderImpl.findByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> GroupUtil.findByCompanyId(long companyId)
          Finds all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId)
          Finds all the groups where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId)
          Finds all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the groups where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the groups where companyId = ?.
static List<Group> GroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the groups where companyId = ?.
 List<Group> GroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the groups where companyId = ?.
 List<Group> GroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the groups where companyId = ?.
static List<Group> GroupFinderUtil.findByLiveGroups()
           
 List<Group> GroupFinder.findByLiveGroups()
           
 List<Group> GroupFinderImpl.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)
           
 List<Group> GroupFinderImpl.findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
static List<Group> GroupFinderUtil.findByNullFriendlyURL()
           
 List<Group> GroupFinder.findByNullFriendlyURL()
           
 List<Group> GroupFinderImpl.findByNullFriendlyURL()
           
static List<Group> GroupFinderUtil.findBySystem(long companyId)
           
 List<Group> GroupFinder.findBySystem(long companyId)
           
 List<Group> GroupFinderImpl.findBySystem(long companyId)
           
static List<Group> GroupUtil.findByT_A(int type, boolean active)
          Finds all the groups where type = ? and active = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active)
          Finds all the groups where type = ? and active = ?.
 List<Group> GroupPersistenceImpl.findByT_A(int type, boolean active)
          Finds all the groups where type = ? and active = ?.
static List<Group> GroupUtil.findByT_A(int type, boolean active, int start, int end)
          Finds a range of all the groups where type = ? and active = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end)
          Finds a range of all the groups where type = ? and active = ?.
 List<Group> GroupPersistenceImpl.findByT_A(int type, boolean active, int start, int end)
          Finds a 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)
          Finds an ordered range of all the groups where type = ? and active = ?.
 List<Group> GroupPersistence.findByT_A(int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the groups where type = ? and active = ?.
 List<Group> GroupPersistenceImpl.findByT_A(int type, boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds 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> UserUtil.getGroups(long pk)
          Gets all the groups associated with the user.
 List<Group> UserPersistence.getGroups(long pk)
          Gets all the groups associated with the user.
static List<Group> UserGroupUtil.getGroups(long pk)
          Gets all the groups associated with the user group.
 List<Group> UserGroupPersistence.getGroups(long pk)
          Gets all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk)
          Gets all the groups associated with the role.
 List<Group> RolePersistence.getGroups(long pk)
          Gets all the groups associated with the role.
static List<Group> PermissionUtil.getGroups(long pk)
          Gets all the groups associated with the permission.
 List<Group> PermissionPersistence.getGroups(long pk)
          Gets all the groups associated with the permission.
static List<Group> OrganizationUtil.getGroups(long pk)
          Gets all the groups associated with the organization.
 List<Group> OrganizationPersistence.getGroups(long pk)
          Gets all the groups associated with the organization.
 List<Group> UserPersistenceImpl.getGroups(long pk)
          Gets all the groups associated with the user.
 List<Group> UserGroupPersistenceImpl.getGroups(long pk)
          Gets all the groups associated with the user group.
 List<Group> RolePersistenceImpl.getGroups(long pk)
          Gets all the groups associated with the role.
 List<Group> PermissionPersistenceImpl.getGroups(long pk)
          Gets all the groups associated with the permission.
 List<Group> OrganizationPersistenceImpl.getGroups(long pk)
          Gets all the groups associated with the organization.
static List<Group> UserUtil.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the user.
 List<Group> UserPersistence.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the user.
static List<Group> UserGroupUtil.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the user group.
 List<Group> UserGroupPersistence.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the role.
 List<Group> RolePersistence.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the role.
static List<Group> PermissionUtil.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the permission.
 List<Group> PermissionPersistence.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the permission.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the organization.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the organization.
 List<Group> UserPersistenceImpl.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the user.
 List<Group> UserGroupPersistenceImpl.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the user group.
 List<Group> RolePersistenceImpl.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the role.
 List<Group> PermissionPersistenceImpl.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the permission.
 List<Group> OrganizationPersistenceImpl.getGroups(long pk, int start, int end)
          Gets a range of all the groups associated with the organization.
static List<Group> UserUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the user.
 List<Group> UserPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the user.
static List<Group> UserGroupUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the user group.
 List<Group> UserGroupPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the user group.
static List<Group> RoleUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the role.
 List<Group> RolePersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the role.
static List<Group> PermissionUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the permission.
 List<Group> PermissionPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the permission.
static List<Group> OrganizationUtil.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the organization.
 List<Group> OrganizationPersistence.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the organization.
 List<Group> UserPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the user.
 List<Group> UserGroupPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the user group.
 List<Group> RolePersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the role.
 List<Group> PermissionPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the permission.
 List<Group> OrganizationPersistenceImpl.getGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the groups associated with the organization.
 

Methods in com.liferay.portal.service.persistence with parameters of type 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.
static void UserGroupUtil.addGroup(long pk, Group group)
          Adds an association between the user group and the group.
 void UserGroupPersistence.addGroup(long pk, Group group)
          Adds an association between the user group and the group.
static void RoleUtil.addGroup(long pk, Group group)
          Adds an association between the role and the group.
 void RolePersistence.addGroup(long pk, Group group)
          Adds an association between the role and the group.
static void PermissionUtil.addGroup(long pk, Group group)
          Adds an association between the permission and the group.
 void PermissionPersistence.addGroup(long pk, Group group)
          Adds an association between the permission and the group.
static void OrganizationUtil.addGroup(long pk, Group group)
          Adds an association between the organization and the group.
 void OrganizationPersistence.addGroup(long pk, Group group)
          Adds an association between the organization and the group.
 void UserPersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the user and the group.
 void UserGroupPersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the user group and the group.
 void RolePersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the role and the group.
 void PermissionPersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the permission and the group.
 void OrganizationPersistenceImpl.addGroup(long pk, Group group)
          Adds an association between the organization and the group.
static void GroupUtil.cacheResult(Group group)
          Caches the group in the entity cache if it is enabled.
 void GroupPersistence.cacheResult(Group group)
          Caches the group in the entity cache if it is enabled.
 void GroupPersistenceImpl.cacheResult(Group group)
          Caches the group in the entity cache if it is enabled.
static void GroupUtil.clearCache(Group group)
           
 void GroupPersistenceImpl.clearCache(Group group)
          Clears the cache for the group.
protected  Group GroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session, Group group, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  Group GroupPersistenceImpl.getByT_A_PrevAndNext(Session session, Group group, int type, boolean active, OrderByComparator orderByComparator, boolean previous)
           
static Group GroupUtil.remove(Group 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.
static void UserGroupUtil.removeGroup(long pk, Group group)
          Removes the association between the user group and the group.
 void UserGroupPersistence.removeGroup(long pk, Group group)
          Removes the association between the user group and the group.
static void RoleUtil.removeGroup(long pk, Group group)
          Removes the association between the role and the group.
 void RolePersistence.removeGroup(long pk, Group group)
          Removes the association between the role and the group.
static void PermissionUtil.removeGroup(long pk, Group group)
          Removes the association between the permission and the group.
 void PermissionPersistence.removeGroup(long pk, Group group)
          Removes the association between the permission and the group.
static void OrganizationUtil.removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
 void OrganizationPersistence.removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
 void UserPersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the user and the group.
 void UserGroupPersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the user group and the group.
 void RolePersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the role and the group.
 void PermissionPersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the permission and the group.
 void OrganizationPersistenceImpl.removeGroup(long pk, Group group)
          Removes the association between the organization and the group.
protected  Group GroupPersistenceImpl.removeImpl(Group group)
           
protected  Group GroupPersistenceImpl.toUnwrappedModel(Group group)
           
static Group GroupUtil.update(Group group, boolean merge)
           
static Group GroupUtil.update(Group group, boolean merge, ServiceContext serviceContext)
           
static Group GroupUtil.updateImpl(Group group, boolean merge)
           
 Group GroupPersistence.updateImpl(Group group, boolean merge)
           
 Group GroupPersistenceImpl.updateImpl(Group group, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Group
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.
static void UserGroupUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the user group and the groups.
 void UserGroupPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the user group and the groups.
static void RoleUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the role and the groups.
 void RolePersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the role and the groups.
static void PermissionUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the permission and the groups.
 void PermissionPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the permission and the groups.
static void OrganizationUtil.addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
 void OrganizationPersistence.addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
 void UserPersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the user and the groups.
 void UserGroupPersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the user group and the groups.
 void RolePersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the role and the groups.
 void PermissionPersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the permission and the groups.
 void OrganizationPersistenceImpl.addGroups(long pk, List<Group> groups)
          Adds an association between the organization and the groups.
static void GroupUtil.cacheResult(List<Group> groups)
          Caches the groups in the entity cache if it is enabled.
 void GroupPersistence.cacheResult(List<Group> groups)
          Caches the groups in the entity cache if it is enabled.
 void GroupPersistenceImpl.cacheResult(List<Group> groups)
          Caches the groups in the entity cache if it is enabled.
static boolean PermissionFinderUtil.containsPermissions_2(List<Permission> permissions, long userId, List<Group> groups, long groupId)
           
 boolean PermissionFinder.containsPermissions_2(List<Permission> permissions, long userId, List<Group> groups, long groupId)
           
 boolean PermissionFinderImpl.containsPermissions_2(List<Permission> permissions, long userId, List<Group> groups, long groupId)
           
static boolean PermissionFinderUtil.containsPermissions_4(List<Permission> permissions, long userId, List<Group> groups, List<Role> roles)
           
 boolean PermissionFinder.containsPermissions_4(List<Permission> permissions, long userId, List<Group> groups, List<Role> roles)
           
 boolean PermissionFinderImpl.containsPermissions_4(List<Permission> permissions, long userId, List<Group> groups, List<Role> roles)
           
static int PermissionFinderUtil.countByGroupsPermissions(List<Permission> permissions, List<Group> groups)
           
 int PermissionFinder.countByGroupsPermissions(List<Permission> permissions, List<Group> groups)
           
 int PermissionFinderImpl.countByGroupsPermissions(List<Permission> permissions, List<Group> groups)
           
static int PermissionFinderUtil.countByGroupsRoles(List<Permission> permissions, List<Group> groups)
           
 int PermissionFinder.countByGroupsRoles(List<Permission> permissions, List<Group> groups)
           
 int PermissionFinderImpl.countByGroupsRoles(List<Permission> permissions, List<Group> groups)
           
static List<Role> RoleFinderUtil.findByU_G(long userId, List<Group> groups)
           
 List<Role> RoleFinder.findByU_G(long userId, List<Group> groups)
           
 List<Role> RoleFinderImpl.findByU_G(long userId, List<Group> groups)
           
protected  String PermissionFinderImpl.getGroupIds(List<Group> groups, String table)
           
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.
static void UserGroupUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the user group and the groups.
 void UserGroupPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the user group and the groups.
static void RoleUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the role and the groups.
 void RolePersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the role and the groups.
static void PermissionUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the permission and the groups.
 void PermissionPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the permission and the groups.
static void OrganizationUtil.removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
 void OrganizationPersistence.removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
 void UserPersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the user and the groups.
 void UserGroupPersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the user group and the groups.
 void RolePersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the role and the groups.
 void PermissionPersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the permission and the groups.
 void OrganizationPersistenceImpl.removeGroups(long pk, List<Group> groups)
          Removes the association between the organization and the groups.
protected  void PermissionFinderImpl.setGroupIds(QueryPos qPos, List<Group> groups)
           
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.
static void UserGroupUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user group, 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.
static void RoleUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the role, 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 PermissionUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the permission, 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 OrganizationUtil.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, 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 UserPersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user, removing and adding associations as necessary.
 void UserGroupPersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the user group, removing and adding associations as necessary.
 void RolePersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the role, removing and adding associations as necessary.
 void PermissionPersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the permission, removing and adding associations as necessary.
 void OrganizationPersistenceImpl.setGroups(long pk, List<Group> groups)
          Sets the groups associated with the organization, removing and adding associations as necessary.
 

Uses of Group in com.liferay.portal.sharepoint
 

Methods in com.liferay.portal.sharepoint with parameters of type Group
protected  String CompanySharepointStorageImpl.getGroupPath(Group group)
           
 

Uses of Group in com.liferay.portal.staging
 

Methods in com.liferay.portal.staging with parameters of type Group
protected  void StagingImpl.setCommonStagingOptions(PortletRequest portletRequest, Group liveGroup, UnicodeProperties typeSettingsProperties)
           
 

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

Methods in com.liferay.portal.staging.permission with parameters of type Group
protected  Boolean StagingPermissionImpl.doHasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId)
           
 Boolean StagingPermissionImpl.hasPermission(PermissionChecker permissionChecker, Group group, String className, long classPK, String portletId, String actionId)
           
 

Uses of Group in com.liferay.portal.theme
 

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

Uses of Group in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return Group
 Group DataFactory.addGroup(long groupId, long classNameId, long classPK, String name, String friendlyURL)
           
 Group DataFactory.getGuestGroup()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return types with arguments of type Group
 List<Group> DataFactory.getGroups()
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type Group
 void SampleSQLBuilder.insertGroup(Group group, List<Layout> privateLayouts, List<Layout> publicLayouts)
           
 void SampleSQLBuilder.insertUser(Contact contact, Group group, List<Long> groupIds, List<Long> organizationIds, List<Layout> privateLayouts, List<Layout> publicLayouts, List<Role> roleIds, User user)
           
 

Uses of Group in com.liferay.portlet.communities.action
 

Methods in com.liferay.portlet.communities.action that return Group
static Group ActionUtil.getGroup(javax.servlet.http.HttpServletRequest request)
           
protected  Group EditPagesAction.getGroup(PortletRequest portletRequest)
           
static Group ActionUtil.getGroup(PortletRequest portletRequest)
           
 

Uses of Group in com.liferay.portlet.communities.search
 

Constructors in com.liferay.portlet.communities.search with parameters of type Group
UserGroupRoleRoleChecker(RenderResponse renderResponse, User user, Group group)
           
UserGroupRoleUserChecker(RenderResponse renderResponse, Group group, Role role)
           
 

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

Methods in com.liferay.portlet.communities.util with parameters of type Group
static void CommunitiesUtil.applyLayoutSetPrototypes(Group group, long publicLayoutSetPrototypeId, long privateLayoutSetPrototypeId)
           
 

Uses of Group in com.liferay.portlet.enterpriseadmin.search
 

Constructors in com.liferay.portlet.enterpriseadmin.search with parameters of type Group
OrganizationGroupChecker(RenderResponse renderResponse, Group group)
           
UserGroupChecker(RenderResponse renderResponse, Group group)
           
UserGroupGroupChecker(RenderResponse renderResponse, Group group)
           
 

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

Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type Group
static List<Group> EnterpriseAdminUtil.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 List<Group> EnterpriseAdmin.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 List<Group> EnterpriseAdminImpl.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 

Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type Group
static List<Group> EnterpriseAdminUtil.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 List<Group> EnterpriseAdmin.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 List<Group> EnterpriseAdminImpl.filterGroups(PermissionChecker permissionChecker, List<Group> groups)
           
 

Uses of Group in com.liferay.portlet.grouppages.action
 

Methods in com.liferay.portlet.grouppages.action that return Group
protected  Group EditPagesAction.getGroup(PortletRequest portletRequest)
           
 


Liferay 6.0-ee