Liferay 6.2-ce-ga5

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

Packages that use UserGroup
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.security.ldap This package defines the portal security LDAP interfaces and classes. 
com.liferay.portal.security.membershippolicy   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.announcements.util   
com.liferay.portlet.usersadmin.util   
 

Uses of UserGroup in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement UserGroup
 class UserGroupWrapper
           This class is a wrapper for UserGroup.
 

Fields in com.liferay.portal.model with type parameters of type UserGroup
static Accessor<UserGroup,String> UserGroup.NAME_ACCESSOR
           
 

Methods in com.liferay.portal.model that return UserGroup
 UserGroup UserGroupGroupRole.getUserGroup()
           
 UserGroup UserGroupGroupRoleWrapper.getUserGroup()
           
 UserGroup UserGroupWrapper.getWrappedModel()
           
 UserGroup UserGroupWrapper.getWrappedUserGroup()
          Deprecated. As of 6.1.0, replaced by UserGroupWrapper.getWrappedModel()
 UserGroup UserGroupWrapper.toEscapedModel()
           
 UserGroup UserGroupModel.toEscapedModel()
           
 UserGroup UserGroupWrapper.toUnescapedModel()
           
 UserGroup UserGroupModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type UserGroup
 List<UserGroup> User.getUserGroups()
           
 List<UserGroup> UserWrapper.getUserGroups()
           
 CacheModel<UserGroup> UserGroupWrapper.toCacheModel()
           
 CacheModel<UserGroup> UserGroupModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type UserGroup
 int UserGroupWrapper.compareTo(UserGroup userGroup)
           
 int UserGroupModel.compareTo(UserGroup userGroup)
           
static UserGroupSoap UserGroupSoap.toSoapModel(UserGroup model)
           
static UserGroupSoap[] UserGroupSoap.toSoapModels(UserGroup[] models)
           
static UserGroupSoap[][] UserGroupSoap.toSoapModels(UserGroup[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type UserGroup
static UserGroupSoap[] UserGroupSoap.toSoapModels(List<UserGroup> models)
           
 

Constructors in com.liferay.portal.model with parameters of type UserGroup
UserGroupWrapper(UserGroup userGroup)
           
 

Uses of UserGroup in com.liferay.portal.security.ldap
 

Methods in com.liferay.portal.security.ldap with parameters of type UserGroup
 String PortalToLDAPConverter.getGroupDNName(long ldapServerId, UserGroup userGroup, Properties groupMappings)
           
 Attributes PortalToLDAPConverter.getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Modifications PortalToLDAPConverter.getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings, LDAPOperation ldapOperation)
           
 

Method parameters in com.liferay.portal.security.ldap with type arguments of type UserGroup
 Modifications PortalToLDAPConverter.getLDAPUserGroupModifications(long ldapServerId, List<UserGroup> userGroups, User user, Properties userMappings)
           
 

Uses of UserGroup in com.liferay.portal.security.membershippolicy
 

Methods in com.liferay.portal.security.membershippolicy that return types with arguments of type UserGroup
 List<UserGroup> MembershipPolicyException.getUserGroups()
           
 

Methods in com.liferay.portal.security.membershippolicy with parameters of type UserGroup
 void MembershipPolicyException.addUserGroup(UserGroup userGroup)
           
static void UserGroupMembershipPolicyUtil.verifyPolicy(UserGroup userGroup)
           
 void UserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup)
          Checks the integrity of the membership policy of the user group and performs operations necessary for the user group's compliance.
 void DummyUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup)
           
 void BaseUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup)
           
static void UserGroupMembershipPolicyUtil.verifyPolicy(UserGroup userGroup, UserGroup oldUserGroup, Map<String,Serializable> oldExpandoAttributes)
           
 void UserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup, UserGroup oldUserGroup, Map<String,Serializable> oldExpandoAttributes)
          Checks the integrity of the membership policy of the user group, with respect to the user group's new attribute values and expando attributes, and performs operations necessary for the compliance of the user group.
 void DummyUserGroupMembershipPolicy.verifyPolicy(UserGroup userGroup, UserGroup oldUserGroup, Map<String,Serializable> oldExpandoAttributes)
           
 

Uses of UserGroup in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserGroup
static UserGroup UserGroupLocalServiceUtil.addUserGroup(long userId, long companyId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupLocalServiceUtil.addUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(long userId, long companyId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupLocalServiceWrapper.addUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalService.addUserGroup(long userId, long companyId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupLocalService.addUserGroup(long, long, String, String, ServiceContext)
static UserGroup UserGroupLocalServiceUtil.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext)
          Adds a user group.
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext)
          Adds a user group.
 UserGroup UserGroupLocalService.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext)
          Adds a user group.
 UserGroup UserGroupServiceWrapper.addUserGroup(String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupServiceWrapper.addUserGroup(String, String, ServiceContext)
static UserGroup UserGroupServiceUtil.addUserGroup(String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupServiceUtil.addUserGroup(String, String, ServiceContext)
 UserGroup UserGroupService.addUserGroup(String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupService.addUserGroup(String, String, ServiceContext)
 UserGroup UserGroupServiceWrapper.addUserGroup(String name, String description, ServiceContext serviceContext)
          Adds a user group.
static UserGroup UserGroupServiceUtil.addUserGroup(String name, String description, ServiceContext serviceContext)
          Adds a user group.
 UserGroup UserGroupService.addUserGroup(String name, String description, ServiceContext serviceContext)
          Adds a user group.
static UserGroup UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
static UserGroup UserGroupLocalServiceUtil.createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupLocalServiceWrapper.createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupLocalService.createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
static UserGroup UserGroupLocalServiceUtil.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
 UserGroup UserGroupLocalServiceWrapper.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
static UserGroup UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
static UserGroup UserGroupLocalServiceUtil.fetchUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalServiceWrapper.fetchUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalService.fetchUserGroup(long userGroupId)
           
static UserGroup UserGroupLocalServiceUtil.fetchUserGroup(long companyId, String name)
           
 UserGroup UserGroupLocalServiceWrapper.fetchUserGroup(long companyId, String name)
           
 UserGroup UserGroupLocalService.fetchUserGroup(long companyId, String name)
           
static UserGroup UserGroupLocalServiceUtil.fetchUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 UserGroup UserGroupLocalServiceWrapper.fetchUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 UserGroup UserGroupLocalService.fetchUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 UserGroup UserGroupServiceWrapper.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
static UserGroup UserGroupServiceUtil.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
static UserGroup UserGroupLocalServiceUtil.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 UserGroup UserGroupLocalServiceWrapper.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 UserGroup UserGroupService.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 UserGroup UserGroupLocalService.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
static UserGroup UserGroupLocalServiceUtil.getUserGroup(long companyId, String name)
          Returns the user group with the name.
 UserGroup UserGroupLocalServiceWrapper.getUserGroup(long companyId, String name)
          Returns the user group with the name.
 UserGroup UserGroupLocalService.getUserGroup(long companyId, String name)
          Returns the user group with the name.
 UserGroup UserGroupServiceWrapper.getUserGroup(String name)
          Returns the user group with the name.
static UserGroup UserGroupServiceUtil.getUserGroup(String name)
          Returns the user group with the name.
 UserGroup UserGroupService.getUserGroup(String name)
          Returns the user group with the name.
static UserGroup UserGroupLocalServiceUtil.getUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 UserGroup UserGroupLocalServiceWrapper.getUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 UserGroup UserGroupLocalService.getUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupLocalServiceUtil.updateUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupLocalServiceWrapper.updateUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalService.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupLocalService.updateUserGroup(long, long, String, String, ServiceContext)
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
 UserGroup UserGroupLocalService.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
 UserGroup UserGroupServiceWrapper.updateUserGroup(long userGroupId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupServiceWrapper.updateUserGroup(long, String, String, ServiceContext)
static UserGroup UserGroupServiceUtil.updateUserGroup(long userGroupId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupServiceUtil.updateUserGroup(long, String, String, ServiceContext)
 UserGroup UserGroupService.updateUserGroup(long userGroupId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupService.updateUserGroup(long, String, String, ServiceContext)
 UserGroup UserGroupServiceWrapper.updateUserGroup(long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
static UserGroup UserGroupServiceUtil.updateUserGroup(long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
 UserGroup UserGroupService.updateUserGroup(long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type UserGroup
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId)
           
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId, int start, int end)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId, int start, int end)
           
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId)
           
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId)
           
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId, int start, int end)
           
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId, int start, int end)
           
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserGroups(int start, int end)
          Returns a range of all the user groups.
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(int start, int end)
          Returns a range of all the user groups.
 List<UserGroup> UserGroupLocalService.getUserGroups(int start, int end)
          Returns a range of all the user groups.
static List<UserGroup> UserGroupLocalServiceUtil.getUserGroups(long companyId)
          Returns all the user groups belonging to the company.
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(long companyId)
          Returns all the user groups belonging to the company.
 List<UserGroup> UserGroupLocalService.getUserGroups(long companyId)
          Returns all the user groups belonging to the company.
static List<UserGroup> UserGroupLocalServiceUtil.getUserGroups(long[] userGroupIds)
          Returns all the user groups with the primary keys.
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(long[] userGroupIds)
          Returns all the user groups with the primary keys.
 List<UserGroup> UserGroupLocalService.getUserGroups(long[] userGroupIds)
          Returns all the user groups with the primary keys.
 List<UserGroup> UserGroupServiceWrapper.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
static List<UserGroup> UserGroupServiceUtil.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupService.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId, int start, int end)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId, int start, int end)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the keywords.
 List<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the keywords.
 List<UserGroup> UserGroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the keywords.
 

Methods in com.liferay.portal.service with parameters of type UserGroup
static void UserGroupLocalServiceUtil.addGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.addGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalService.addGroupUserGroup(long groupId, UserGroup userGroup)
           
static void UserGroupLocalServiceUtil.addTeamUserGroup(long teamId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.addTeamUserGroup(long teamId, UserGroup userGroup)
           
 void UserGroupLocalService.addTeamUserGroup(long teamId, UserGroup userGroup)
           
static UserGroup UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
static void UserGroupLocalServiceUtil.addUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.addUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalService.addUserUserGroup(long userId, UserGroup userGroup)
           
static void UserGroupLocalServiceUtil.deleteGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.deleteGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalService.deleteGroupUserGroup(long groupId, UserGroup userGroup)
           
static void UserGroupLocalServiceUtil.deleteTeamUserGroup(long teamId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.deleteTeamUserGroup(long teamId, UserGroup userGroup)
           
 void UserGroupLocalService.deleteTeamUserGroup(long teamId, UserGroup userGroup)
           
static UserGroup UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
static void UserGroupLocalServiceUtil.deleteUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.deleteUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalService.deleteUserUserGroup(long userId, UserGroup userGroup)
           
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup)
          Updates the user 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 UserGroup
static void UserGroupLocalServiceUtil.addGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.addGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.addGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.addTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.addTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.addTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.addUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.addUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.addUserUserGroups(long userId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.deleteGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.deleteGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.deleteGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.deleteTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.deleteTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.deleteTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.deleteUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.deleteUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.deleteUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 List<Group> GroupLocalService.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> GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
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.
static List<Group> GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 List<Group> GroupLocalServiceWrapper.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.
 

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

Methods in com.liferay.portal.service.persistence that return UserGroup
 UserGroup UserGroupPersistence.create(long userGroupId)
          Creates a new user group with the primary key.
static UserGroup UserGroupUtil.create(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupPersistence.fetchByC_N(long companyId, String name)
          Returns the user group where companyId = ? and name = ? or returns null if it could not be found.
static UserGroup UserGroupUtil.fetchByC_N(long companyId, String name)
          Returns the user group where companyId = ? and name = ? or returns null if it could not be found.
 UserGroup UserGroupPersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the user group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static UserGroup UserGroupUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Returns the user group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 UserGroup UserGroupPersistence.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.fetchByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.fetchByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.fetchByPrimaryKey(long userGroupId)
          Returns the user group with the primary key or returns null if it could not be found.
static UserGroup UserGroupUtil.fetchByPrimaryKey(long userGroupId)
          Returns the user group with the primary key or returns null if it could not be found.
 UserGroup UserGroupPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
 UserGroup[] UserGroupPersistence.filterFindByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
static UserGroup[] UserGroupUtil.filterFindByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
 UserGroup[] UserGroupPersistence.filterFindByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
static UserGroup[] UserGroupUtil.filterFindByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.
 UserGroup[] UserGroupPersistence.filterFindByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
static UserGroup[] UserGroupUtil.filterFindByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.
 UserGroup[] UserGroupPersistence.filterFindByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
static UserGroup[] UserGroupUtil.filterFindByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.
 UserGroup UserGroupFinder.findByC_N(long companyId, String name)
           
 UserGroup UserGroupPersistence.findByC_N(long companyId, String name)
          Returns the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found.
static UserGroup UserGroupFinderUtil.findByC_N(long companyId, String name)
           
static UserGroup UserGroupUtil.findByC_N(long companyId, String name)
          Returns the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistence.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup[] UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup[] UserGroupUtil.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
 UserGroup[] UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ?.
static UserGroup[] UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByPrimaryKey(long userGroupId)
          Returns the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
static UserGroup UserGroupUtil.findByPrimaryKey(long userGroupId)
          Returns the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup UserGroupUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup[] UserGroupPersistence.findByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
static UserGroup[] UserGroupUtil.findByUuid_C_PrevAndNext(long userGroupId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.
 UserGroup UserGroupPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
static UserGroup UserGroupUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where uuid = ?.
 UserGroup[] UserGroupPersistence.findByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ?.
static UserGroup[] UserGroupUtil.findByUuid_PrevAndNext(long userGroupId, String uuid, OrderByComparator orderByComparator)
          Returns the user groups before and after the current user group in the ordered set where uuid = ?.
 UserGroup UserGroupPersistence.remove(long userGroupId)
          Removes the user group with the primary key from the database.
static UserGroup UserGroupUtil.remove(long userGroupId)
          Removes the user group with the primary key from the database.
 UserGroup UserGroupPersistence.removeByC_N(long companyId, String name)
          Removes the user group where companyId = ? and name = ? from the database.
static UserGroup UserGroupUtil.removeByC_N(long companyId, String name)
          Removes the user group where companyId = ? and name = ? from the database.
static UserGroup UserGroupUtil.update(UserGroup userGroup)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup, ServiceContext serviceContext)
           
 UserGroup UserGroupPersistence.updateImpl(UserGroup userGroup)
           
static UserGroup UserGroupUtil.updateImpl(UserGroup userGroup)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserGroup
 List<UserGroup> UserGroupPersistence.filterFindByC_P(long companyId, long parentUserGroupId)
          Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.filterFindByC_P(long companyId, long parentUserGroupId)
          Returns all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end)
          Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end)
          Returns a range of all the user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.filterFindByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByCompanyId(long companyId)
          Returns all the user groups that the user has permission to view where companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByCompanyId(long companyId)
          Returns all the user groups that the user has permission to view where companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByCompanyId(long companyId, int start, int end)
          Returns a range of all the user groups that the user has permission to view where companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByCompanyId(long companyId, int start, int end)
          Returns a range of all the user groups that the user has permission to view where companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid_C(String uuid, long companyId)
          Returns all the user groups that the user has permission to view where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid_C(String uuid, long companyId)
          Returns all the user groups that the user has permission to view where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the user groups that the user has permission to view where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the user groups that the user has permission to view where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid(String uuid)
          Returns all the user groups that the user has permission to view where uuid = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid(String uuid)
          Returns all the user groups that the user has permission to view where uuid = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the user groups that the user has permission to view where uuid = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the user groups that the user has permission to view where uuid = ?.
 List<UserGroup> UserGroupPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
static List<UserGroup> UserGroupUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.
 List<UserGroup> UserGroupPersistence.findAll()
          Returns all the user groups.
static List<UserGroup> UserGroupUtil.findAll()
          Returns all the user groups.
 List<UserGroup> UserGroupPersistence.findAll(int start, int end)
          Returns a range of all the user groups.
static List<UserGroup> UserGroupUtil.findAll(int start, int end)
          Returns a range of all the user groups.
 List<UserGroup> UserGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
static List<UserGroup> UserGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
 List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId)
          Returns all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId)
          Returns all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId, int start, int end)
          Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId, int start, int end)
          Returns a range of all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId)
          Returns all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId)
          Returns all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
 List<UserGroup> UserGroupFinder.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupFinderUtil.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the user groups where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.findByUuid_C(String uuid, long companyId)
          Returns all the user groups where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the user groups where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the user groups where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
static List<UserGroup> UserGroupUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ? and companyId = ?.
 List<UserGroup> UserGroupPersistence.findByUuid(String uuid)
          Returns all the user groups where uuid = ?.
static List<UserGroup> UserGroupUtil.findByUuid(String uuid)
          Returns all the user groups where uuid = ?.
 List<UserGroup> UserGroupPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the user groups where uuid = ?.
static List<UserGroup> UserGroupUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the user groups where uuid = ?.
 List<UserGroup> UserGroupPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
static List<UserGroup> UserGroupUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where uuid = ?.
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserPersistence.getUserGroups(long pk)
          Returns all the user groups associated with the user.
static List<UserGroup> UserUtil.getUserGroups(long pk)
          Returns all the user groups associated with the user.
 List<UserGroup> TeamPersistence.getUserGroups(long pk)
          Returns all the user groups associated with the team.
static List<UserGroup> TeamUtil.getUserGroups(long pk)
          Returns all the user groups associated with the team.
 List<UserGroup> GroupPersistence.getUserGroups(long pk)
          Returns all the user groups associated with the group.
static List<UserGroup> GroupUtil.getUserGroups(long pk)
          Returns all the user groups associated with the group.
 List<UserGroup> UserPersistence.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the user.
static List<UserGroup> UserUtil.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the user.
 List<UserGroup> TeamPersistence.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the team.
static List<UserGroup> TeamUtil.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the team.
 List<UserGroup> GroupPersistence.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the group.
static List<UserGroup> GroupUtil.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the group.
 List<UserGroup> UserPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the user.
static List<UserGroup> UserUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the user.
 List<UserGroup> TeamPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the team.
static List<UserGroup> TeamUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the team.
 List<UserGroup> GroupPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
static List<UserGroup> GroupUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
 

Methods in com.liferay.portal.service.persistence with parameters of type UserGroup
 void UserPersistence.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the user and the user group.
static void UserUtil.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the user and the user group.
 void TeamPersistence.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the team and the user group.
static void TeamUtil.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the team and the user group.
 void GroupPersistence.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the group and the user group.
static void GroupUtil.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the group and the user group.
 void UserGroupPersistence.cacheResult(UserGroup userGroup)
          Caches the user group in the entity cache if it is enabled.
static void UserGroupUtil.cacheResult(UserGroup userGroup)
          Caches the user group in the entity cache if it is enabled.
static void UserGroupUtil.clearCache(UserGroup userGroup)
           
 void UserPersistence.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the user and the user group.
static void UserUtil.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the user and the user group.
 void TeamPersistence.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the team and the user group.
static void TeamUtil.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the team and the user group.
 void GroupPersistence.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the group and the user group.
static void GroupUtil.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the group and the user group.
static UserGroup UserGroupUtil.update(UserGroup userGroup)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup, ServiceContext serviceContext)
           
 UserGroup UserGroupPersistence.updateImpl(UserGroup userGroup)
           
static UserGroup UserGroupUtil.updateImpl(UserGroup userGroup)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserGroup
 void UserPersistence.addUserGroups(long pk, List<UserGroup> userGroups)
          Adds an association between the user and the user groups.
static void UserUtil.addUserGroups(long pk, List<UserGroup> userGroups)
          Adds an association between the user and the user groups.
 void TeamPersistence.addUserGroups(long pk, List<UserGroup> userGroups)
          Adds an association between the team and the user groups.
static void TeamUtil.addUserGroups(long pk, List<UserGroup> userGroups)
          Adds an association between the team and the user groups.
 void GroupPersistence.addUserGroups(long pk, List<UserGroup> userGroups)
          Adds an association between the group and the user groups.
static void GroupUtil.addUserGroups(long pk, List<UserGroup> userGroups)
          Adds an association between the group and the user groups.
 void UserGroupPersistence.cacheResult(List<UserGroup> userGroups)
          Caches the user groups in the entity cache if it is enabled.
static void UserGroupUtil.cacheResult(List<UserGroup> userGroups)
          Caches the user groups in the entity cache if it is enabled.
 void UserPersistence.removeUserGroups(long pk, List<UserGroup> userGroups)
          Removes the association between the user and the user groups.
static void UserUtil.removeUserGroups(long pk, List<UserGroup> userGroups)
          Removes the association between the user and the user groups.
 void TeamPersistence.removeUserGroups(long pk, List<UserGroup> userGroups)
          Removes the association between the team and the user groups.
static void TeamUtil.removeUserGroups(long pk, List<UserGroup> userGroups)
          Removes the association between the team and the user groups.
 void GroupPersistence.removeUserGroups(long pk, List<UserGroup> userGroups)
          Removes the association between the group and the user groups.
static void GroupUtil.removeUserGroups(long pk, List<UserGroup> userGroups)
          Removes the association between the group and the user groups.
 void UserPersistence.setUserGroups(long pk, List<UserGroup> userGroups)
          Sets the user groups associated with the user, removing and adding associations as necessary.
static void UserUtil.setUserGroups(long pk, List<UserGroup> userGroups)
          Sets the user groups associated with the user, removing and adding associations as necessary.
 void TeamPersistence.setUserGroups(long pk, List<UserGroup> userGroups)
          Sets the user groups associated with the team, removing and adding associations as necessary.
static void TeamUtil.setUserGroups(long pk, List<UserGroup> userGroups)
          Sets the user groups associated with the team, removing and adding associations as necessary.
 void GroupPersistence.setUserGroups(long pk, List<UserGroup> userGroups)
          Sets the user groups associated with the group, removing and adding associations as necessary.
static void GroupUtil.setUserGroups(long pk, List<UserGroup> userGroups)
          Sets the user groups associated with the group, removing and adding associations as necessary.
 

Uses of UserGroup in com.liferay.portlet.announcements.util
 

Methods in com.liferay.portlet.announcements.util that return types with arguments of type UserGroup
static List<UserGroup> AnnouncementsUtil.getUserGroups(ThemeDisplay themeDisplay)
           
 

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

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

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


Liferay 6.2-ce-ga5