Liferay 6.1.2-ce-ga3

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.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 UserGroupModel.toEscapedModel()
           
 UserGroup UserGroupWrapper.toEscapedModel()
           
 UserGroup UserGroupModel.toUnescapedModel()
           
 UserGroup UserGroupWrapper.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> UserGroupModel.toCacheModel()
           
 CacheModel<UserGroup> UserGroupWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type UserGroup
 int UserGroupModel.compareTo(UserGroup userGroup)
           
 int UserGroupWrapper.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)
          Deprecated.  
 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)
          Adds a user group.
static UserGroup UserGroupLocalServiceUtil.addUserGroup(long userId, long companyId, String name, String description)
          Adds a user group.
 UserGroup UserGroupLocalService.addUserGroup(long userId, long companyId, String name, String description)
          Adds a user group.
 UserGroup UserGroupServiceWrapper.addUserGroup(String name, String description)
          Adds a user group.
 UserGroup UserGroupService.addUserGroup(String name, String description)
          Adds a user group.
static UserGroup UserGroupServiceUtil.addUserGroup(String name, String description)
          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.
 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 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 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.
 UserGroup UserGroupService.getUserGroup(String name)
          Returns the user group with the name.
static UserGroup UserGroupServiceUtil.getUserGroup(String name)
          Returns the user group with the name.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Updates the user group.
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Updates the user group.
 UserGroup UserGroupLocalService.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Updates the user group.
 UserGroup UserGroupServiceWrapper.updateUserGroup(long userGroupId, String name, String description)
          Updates the user group.
 UserGroup UserGroupService.updateUserGroup(long userGroupId, String name, String description)
          Updates the user group.
static UserGroup UserGroupServiceUtil.updateUserGroup(long userGroupId, String name, String description)
          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.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database or adds it if it does not yet exist.
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup, boolean merge)
          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.getGroupUserGroups(long groupId)
           
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId, int start, int end)
           
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId, int start, int end)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId)
           
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId)
           
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId, int start, int end)
           
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId, int start, int end)
           
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 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.
 List<UserGroup> UserGroupService.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId)
           
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> UserGroupLocalService.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId, int start, int end)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId, int start, int end)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the name and description.
static List<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the name and description.
 List<UserGroup> UserGroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the user groups that match the name and description.
 

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

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 = ?.
 UserGroup UserGroupFinder.findByC_N(long companyId, String name)
           
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_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 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, boolean merge)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup, boolean merge, ServiceContext serviceContext)
           
static UserGroup UserGroupUtil.updateImpl(UserGroup userGroup, boolean merge)
           
 UserGroup UserGroupPersistence.updateImpl(UserGroup userGroup, boolean merge)
           
 

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.
 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)
           
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 = ?.
 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)
           
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> 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.
 List<UserGroup> GroupPersistence.getUserGroups(long pk)
          Returns all the user groups associated with the group.
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> GroupUtil.getUserGroups(long pk)
          Returns all the user groups associated with the group.
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.
 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)
          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> GroupUtil.getUserGroups(long pk, int start, int end)
          Returns a range of all the user groups associated with the group.
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.
 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> 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> 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
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.
 void GroupPersistence.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the group and the user group.
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 GroupUtil.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 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.
 void GroupPersistence.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the group and the user group.
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 GroupUtil.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the group and the user group.
static UserGroup UserGroupUtil.update(UserGroup userGroup, boolean merge)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup, boolean merge, ServiceContext serviceContext)
           
static UserGroup UserGroupUtil.updateImpl(UserGroup userGroup, boolean merge)
           
 UserGroup UserGroupPersistence.updateImpl(UserGroup userGroup, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserGroup
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.
 void GroupPersistence.addUserGroups(long pk, List<UserGroup> userGroups)
          Adds an association between the group and the user groups.
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 GroupUtil.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 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.
 void GroupPersistence.removeUserGroups(long pk, List<UserGroup> userGroups)
          Removes the association between the group and the user groups.
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 GroupUtil.removeUserGroups(long pk, List<UserGroup> userGroups)
          Removes the association between the group and the user groups.
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.
 void GroupPersistence.setUserGroups(long pk, List<UserGroup> userGroups)
          Sets the user groups associated with the group, 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 UserPersistence.setUserGroups(long pk, List<UserGroup> userGroups)
          Sets the user groups associated with the user, 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.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.1.2-ce-ga3