Liferay 6.2.0-ce-m4

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.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
com.liferay.portal.security.ldap This package defines the portal security LDAP interfaces and classes. 
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.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 UserGroupWrapper.getWrappedModel()
           
 UserGroup UserGroupWrapper.getWrappedUserGroup()
          Deprecated. Renamed to 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> UserWrapper.getUserGroups()
           
 List<UserGroup> User.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.auth
 

Methods in com.liferay.portal.security.auth that return types with arguments of type UserGroup
static Set<UserGroup> MembershipPolicyUtil.getForbiddenUserGroups(User user)
           
 Set<UserGroup> MembershipPolicy.getForbiddenUserGroups(User user)
           
 Set<UserGroup> DefaultMembershipPolicy.getForbiddenUserGroups(User user)
           
static Set<UserGroup> MembershipPolicyUtil.getMandatoryUserGroups(User user)
           
 Set<UserGroup> MembershipPolicy.getMandatoryUserGroups(User user)
           
 Set<UserGroup> DefaultMembershipPolicy.getMandatoryUserGroups(User user)
           
 List<UserGroup> MembershipPolicyException.getUserGroups()
           
 

Methods in com.liferay.portal.security.auth with parameters of type UserGroup
 void MembershipPolicyException.addUserGroup(UserGroup userGroup)
           
static boolean MembershipPolicyUtil.isMembershipAllowed(UserGroup userGroup, User user)
           
 boolean MembershipPolicy.isMembershipAllowed(UserGroup userGroup, User user)
           
 boolean DefaultMembershipPolicy.isMembershipAllowed(UserGroup userGroup, User user)
           
 

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.service
 

Methods in com.liferay.portal.service that return UserGroup
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(long userId, long companyId, String name, String description)
          Deprecated. UserGroupLocalServiceWrapper.addUserGroup(long, long, String, String, ServiceContext)
static UserGroup UserGroupLocalServiceUtil.addUserGroup(long userId, long companyId, String name, String description)
          Deprecated. UserGroupLocalServiceUtil.addUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalService.addUserGroup(long userId, long companyId, String name, String description)
          Deprecated. UserGroupLocalService.addUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext)
          Adds a user group.
static UserGroup UserGroupLocalServiceUtil.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. #addUserGroup(String, String, serviceContext)
static UserGroup UserGroupServiceUtil.addUserGroup(String name, String description)
          Deprecated. #addUserGroup(String, String, serviceContext)
 UserGroup UserGroupService.addUserGroup(String name, String description)
          Deprecated. #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.
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
static UserGroup UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalServiceWrapper.createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
static UserGroup UserGroupLocalServiceUtil.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.
 UserGroup UserGroupLocalServiceWrapper.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
static UserGroup UserGroupLocalServiceUtil.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.
 UserGroup UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
static UserGroup UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalServiceWrapper.fetchUserGroup(long userGroupId)
           
static UserGroup UserGroupLocalServiceUtil.fetchUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalService.fetchUserGroup(long userGroupId)
           
 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.
 UserGroup UserGroupService.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 UserGroup UserGroupLocalServiceWrapper.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 UserGroupLocalService.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 UserGroup UserGroupLocalServiceWrapper.getUserGroup(long companyId, String name)
          Returns the user group with the name.
static UserGroup UserGroupLocalServiceUtil.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.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Deprecated. UserGroupLocalServiceWrapper.updateUserGroup(long, long, String, String, ServiceContext)
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Deprecated. UserGroupLocalServiceUtil.updateUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalService.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Deprecated. UserGroupLocalService.updateUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
static UserGroup UserGroupLocalServiceUtil.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. #updateUserGroup(long, String, String, serviceContext)
static UserGroup UserGroupServiceUtil.updateUserGroup(long userGroupId, String name, String description)
          Deprecated. #updateUserGroup(long, String, String, serviceContext)
 UserGroup UserGroupService.updateUserGroup(long userGroupId, String name, String description)
          Deprecated. #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.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
static UserGroup UserGroupLocalServiceUtil.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
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(int start, int end)
          Returns a range of all the user groups.
static List<UserGroup> UserGroupLocalServiceUtil.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.
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(long companyId)
          Returns all the user groups belonging to the company.
static List<UserGroup> UserGroupLocalServiceUtil.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.
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(long[] userGroupIds)
          Returns all the user groups with the primary keys.
static List<UserGroup> UserGroupLocalServiceUtil.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.
 List<UserGroup> UserGroupService.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
 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.
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> 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
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
static UserGroup UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
static UserGroup UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
static UserGroup UserGroupLocalServiceUtil.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
 List<Group> GroupServiceWrapper.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> GroupService.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.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
static List<Group> GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 List<Group> GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 

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

Methods in com.liferay.portal.service.persistence that return UserGroup
static UserGroup UserGroupUtil.create(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupPersistence.create(long userGroupId)
          Creates a new user group with the primary key.
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)
          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, 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_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_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_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_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last 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.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user group in the ordered set where companyId = ?.
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.fetchByPrimaryKey(long userGroupId)
          Returns the user group with the primary key or returns null if it could not be found.
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.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.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.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.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_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)
           
 UserGroup UserGroupFinder.findByC_N(long companyId, String name)
           
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_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_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last 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.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.findByPrimaryKey(long userGroupId)
          Returns the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
 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.remove(long userGroupId)
          Removes the user group with the primary key from the database.
 UserGroup UserGroupPersistence.remove(long userGroupId)
          Removes the user group with the primary key from the database.
static UserGroup UserGroupUtil.removeByC_N(long companyId, String name)
          Removes the user group where companyId = ? and name = ? 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.update(UserGroup userGroup)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup, ServiceContext serviceContext)
           
static UserGroup UserGroupUtil.updateImpl(UserGroup userGroup)
           
 UserGroup UserGroupPersistence.updateImpl(UserGroup userGroup)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserGroup
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)
          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, 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)
          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, 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.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.filterFindByCompanyId(long companyId)
          Returns all the user groups that the user has permission to view where companyId = ?.
 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, 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups that the user has permissions 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.findAll()
          Returns all the user groups.
 List<UserGroup> UserGroupPersistence.findAll()
          Returns 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)
          Returns a 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> UserGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups.
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[] 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 name, String description, 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> 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)
          Returns 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByCompanyId(long companyId)
          Returns all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId)
          Returns 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)
          Returns a 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> UserGroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups where companyId = ?.
static List<UserGroup> UserGroupFinderUtil.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupFinder.findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
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)
           
static List<UserGroup> UserUtil.getUserGroups(long pk)
          Returns all the user groups associated with the user.
 List<UserGroup> UserPersistence.getUserGroups(long pk)
          Returns all the user groups associated with the user.
static List<UserGroup> TeamUtil.getUserGroups(long pk)
          Returns all the user groups associated with the team.
 List<UserGroup> TeamPersistence.getUserGroups(long pk)
          Returns all the user groups associated with the team.
static List<UserGroup> GroupUtil.getUserGroups(long pk)
          Returns all the user groups associated with the group.
 List<UserGroup> GroupPersistence.getUserGroups(long pk)
          Returns all the user groups associated with the group.
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> UserPersistence.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the user.
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> TeamPersistence.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the team.
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> GroupPersistence.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the group.
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> 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> 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> 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> GroupUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user groups associated with the group.
 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.
 

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

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

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

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


Liferay 6.2.0-ce-m4