Liferay 6.2-ce-ga5

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

Packages that use UserGroup
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.security.ldap This package defines the portal security LDAP interfaces and classes. 
com.liferay.portal.security.membershippolicy   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.announcements.util   
com.liferay.portlet.sites.search   
com.liferay.portlet.usergroupsadmin.lar   
com.liferay.portlet.usergroupsadmin.search   
com.liferay.portlet.usersadmin.util   
 

Uses of UserGroup in com.liferay.portal.model
 

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

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

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

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

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

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

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

Uses of UserGroup in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement UserGroup
 class UserGroupBaseImpl
          The extended model base implementation for the UserGroup service.
 class UserGroupImpl
           
 

Methods in com.liferay.portal.model.impl that return UserGroup
 UserGroup UserGroupGroupRoleImpl.getUserGroup()
           
 UserGroup UserGroupCacheModel.toEntityModel()
           
 UserGroup UserGroupModelImpl.toEscapedModel()
           
static UserGroup UserGroupModelImpl.toModel(UserGroupSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type UserGroup
 List<UserGroup> UserImpl.getUserGroups()
           
 CacheModel<UserGroup> UserGroupModelImpl.toCacheModel()
           
static List<UserGroup> UserGroupModelImpl.toModels(UserGroupSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type UserGroup
 int UserGroupModelImpl.compareTo(UserGroup userGroup)
           
 

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

Methods in com.liferay.portal.security.ldap that return UserGroup
protected  UserGroup PortalLDAPImporterImpl.importUserGroup(long companyId, Attributes attributes, Properties groupMappings)
           
 

Methods in com.liferay.portal.security.ldap with parameters of type UserGroup
protected  Binding PortalLDAPExporterImpl.addGroup(long ldapServerId, LdapContext ldapContext, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
protected  void PortalLDAPImporterImpl.addRole(long companyId, LDAPGroup ldapGroup, UserGroup userGroup)
           
 String PortalToLDAPConverter.getGroupDNName(long ldapServerId, UserGroup userGroup, Properties groupMappings)
           
 String DefaultPortalToLDAPConverter.getGroupDNName(long ldapServerId, UserGroup userGroup, Properties groupMappings)
           
 Attributes PortalToLDAPConverter.getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Attributes DefaultPortalToLDAPConverter.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)
           
 Modifications DefaultPortalToLDAPConverter.getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings, LDAPOperation ldapOperation)
           
protected  Attribute PortalLDAPImporterImpl.getUsers(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, UserGroup userGroup, Properties groupMappings)
           
 

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)
           
 Modifications DefaultPortalToLDAPConverter.getLDAPUserGroupModifications(long ldapServerId, List<UserGroup> userGroups, User user, Properties userMappings)
           
 

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

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

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

Uses of UserGroup in com.liferay.portal.service
 

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

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

Methods in com.liferay.portal.service with parameters of type UserGroup
static void UserGroupLocalServiceUtil.addGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.addGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalService.addGroupUserGroup(long groupId, UserGroup userGroup)
           
static void UserGroupLocalServiceUtil.addTeamUserGroup(long teamId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.addTeamUserGroup(long teamId, UserGroup userGroup)
           
 void UserGroupLocalService.addTeamUserGroup(long teamId, UserGroup userGroup)
           
static UserGroup UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
static void UserGroupLocalServiceUtil.addUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.addUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalService.addUserUserGroup(long userId, UserGroup userGroup)
           
static void UserGroupLocalServiceUtil.deleteGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.deleteGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalService.deleteGroupUserGroup(long groupId, UserGroup userGroup)
           
static void UserGroupLocalServiceUtil.deleteTeamUserGroup(long teamId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.deleteTeamUserGroup(long teamId, UserGroup userGroup)
           
 void UserGroupLocalService.deleteTeamUserGroup(long teamId, UserGroup userGroup)
           
static UserGroup UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
static void UserGroupLocalServiceUtil.deleteUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalServiceWrapper.deleteUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalService.deleteUserUserGroup(long userId, UserGroup userGroup)
           
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type UserGroup
static void UserGroupLocalServiceUtil.addGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.addGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.addGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.addTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.addTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.addTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.addUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.addUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.addUserUserGroups(long userId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.deleteGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.deleteGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.deleteGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.deleteTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.deleteTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.deleteTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
static void UserGroupLocalServiceUtil.deleteUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceWrapper.deleteUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalService.deleteUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 List<Group> GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
static List<Group> GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
static List<Group> GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 List<Group> GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
static List<Group> GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 

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

Methods in com.liferay.portal.service.base that return UserGroup
 UserGroup UserGroupLocalServiceBaseImpl.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalServiceBaseImpl.createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupLocalServiceBaseImpl.deleteUserGroup(long userGroupId)
          Deletes the user group with the primary key from the database.
 UserGroup UserGroupLocalServiceBaseImpl.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalServiceBaseImpl.fetchUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalServiceBaseImpl.fetchUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 UserGroup UserGroupLocalServiceBaseImpl.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 UserGroup UserGroupLocalServiceBaseImpl.getUserGroupByUuidAndCompanyId(String uuid, long companyId)
          Returns the user group with the matching UUID and company.
 UserGroup UserGroupLocalServiceBaseImpl.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.base that return types with arguments of type UserGroup
 List<UserGroup> UserGroupLocalServiceBaseImpl.getGroupUserGroups(long groupId)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getGroupUserGroups(long groupId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getGroupUserGroups(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getTeamUserGroups(long teamId)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getTeamUserGroups(long teamId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getTeamUserGroups(long teamId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getUserGroups(int start, int end)
          Returns a range of all the user groups.
 List<UserGroup> UserGroupLocalServiceBaseImpl.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getUserUserGroups(long userId, int start, int end)
           
 List<UserGroup> UserGroupLocalServiceBaseImpl.getUserUserGroups(long userId, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.base with parameters of type UserGroup
 void UserGroupLocalServiceBaseImpl.addGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalServiceBaseImpl.addTeamUserGroup(long teamId, UserGroup userGroup)
           
 UserGroup UserGroupLocalServiceBaseImpl.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 void UserGroupLocalServiceBaseImpl.addUserUserGroup(long userId, UserGroup userGroup)
           
 void UserGroupLocalServiceBaseImpl.deleteGroupUserGroup(long groupId, UserGroup userGroup)
           
 void UserGroupLocalServiceBaseImpl.deleteTeamUserGroup(long teamId, UserGroup userGroup)
           
 UserGroup UserGroupLocalServiceBaseImpl.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 void UserGroupLocalServiceBaseImpl.deleteUserUserGroup(long userId, UserGroup userGroup)
           
 UserGroup UserGroupLocalServiceBaseImpl.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.base with type arguments of type UserGroup
 void UserGroupLocalServiceBaseImpl.addGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceBaseImpl.addTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceBaseImpl.addUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceBaseImpl.deleteGroupUserGroups(long groupId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceBaseImpl.deleteTeamUserGroups(long teamId, List<UserGroup> UserGroups)
           
 void UserGroupLocalServiceBaseImpl.deleteUserUserGroups(long userId, List<UserGroup> UserGroups)
           
 

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

Methods in com.liferay.portal.service.http that return UserGroup
static UserGroup UserGroupServiceHttp.addUserGroup(HttpPrincipal httpPrincipal, String name, String description)
           
static UserGroup UserGroupServiceHttp.addUserGroup(HttpPrincipal httpPrincipal, String name, String description, ServiceContext serviceContext)
           
static UserGroup UserGroupServiceHttp.getUserGroup(HttpPrincipal httpPrincipal, long userGroupId)
           
static UserGroup UserGroupServiceHttp.getUserGroup(HttpPrincipal httpPrincipal, String name)
           
static UserGroup UserGroupServiceHttp.updateUserGroup(HttpPrincipal httpPrincipal, long userGroupId, String name, String description)
           
static UserGroup UserGroupServiceHttp.updateUserGroup(HttpPrincipal httpPrincipal, long userGroupId, String name, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type UserGroup
static List<UserGroup> UserGroupServiceHttp.getUserUserGroups(HttpPrincipal httpPrincipal, long userId)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type UserGroup
static List<Group> GroupServiceHttp.getUserGroupsGroups(HttpPrincipal httpPrincipal, List<UserGroup> userGroups)
           
 

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

Methods in com.liferay.portal.service.impl that return UserGroup
 UserGroup UserGroupLocalServiceImpl.addUserGroup(long userId, long companyId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupLocalServiceImpl.addUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalServiceImpl.addUserGroup(long userId, long companyId, String name, String description, ServiceContext serviceContext)
          Adds a user group.
 UserGroup UserGroupServiceImpl.addUserGroup(String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupServiceImpl.addUserGroup(String, String, ServiceContext)
 UserGroup UserGroupServiceImpl.addUserGroup(String name, String description, ServiceContext serviceContext)
          Adds a user group.
 UserGroup UserGroupLocalServiceImpl.deleteUserGroup(long userGroupId)
          Deletes the user group.
 UserGroup UserGroupLocalServiceImpl.deleteUserGroup(UserGroup userGroup)
          Deletes the user group.
 UserGroup UserGroupLocalServiceImpl.fetchUserGroup(long companyId, String name)
           
 UserGroup UserGroupServiceImpl.getUserGroup(long userGroupId)
          Returns the user group with the primary key.
 UserGroup UserGroupLocalServiceImpl.getUserGroup(long companyId, String name)
          Returns the user group with the name.
 UserGroup UserGroupServiceImpl.getUserGroup(String name)
          Returns the user group with the name.
 UserGroup UserGroupLocalServiceImpl.updateUserGroup(long companyId, long userGroupId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupLocalServiceImpl.updateUserGroup(long, long, String, String, ServiceContext)
 UserGroup UserGroupLocalServiceImpl.updateUserGroup(long companyId, long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
 UserGroup UserGroupServiceImpl.updateUserGroup(long userGroupId, String name, String description)
          Deprecated. As of 6.2.0, replaced by UserGroupServiceImpl.updateUserGroup(long, String, String, ServiceContext)
 UserGroup UserGroupServiceImpl.updateUserGroup(long userGroupId, String name, String description, ServiceContext serviceContext)
          Updates the user group.
 

Methods in com.liferay.portal.service.impl that return types with arguments of type UserGroup
protected  List<UserGroup> UserGroupServiceImpl.filterUserGroups(List<UserGroup> userGroups)
           
 List<UserGroup> UserGroupLocalServiceImpl.getUserGroups(long companyId)
          Returns all the user groups belonging to the company.
 List<UserGroup> UserGroupLocalServiceImpl.getUserGroups(long[] userGroupIds)
          Returns all the user groups with the primary keys.
 List<UserGroup> UserGroupServiceImpl.getUserUserGroups(long userId)
          Returns all the user groups to which the user belongs.
 List<UserGroup> UserGroupLocalServiceImpl.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.impl with parameters of type UserGroup
 UserGroup UserGroupLocalServiceImpl.deleteUserGroup(UserGroup userGroup)
          Deletes the user group.
 

Method parameters in com.liferay.portal.service.impl with type arguments of type UserGroup
protected  List<UserGroup> UserGroupServiceImpl.filterUserGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
          Returns the groups associated with the user groups.
 List<Group> GroupLocalServiceImpl.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
          Returns all the groups related to the user groups.
 

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

Fields in com.liferay.portal.service.persistence with type parameters of type UserGroup
protected  TableMapper<Group,UserGroup> GroupPersistenceImpl.groupToUserGroupTableMapper
           
protected  TableMapper<Team,UserGroup> TeamPersistenceImpl.teamToUserGroupTableMapper
           
protected  TableMapper<UserGroup,Group> UserGroupPersistenceImpl.userGroupToGroupTableMapper
           
protected  TableMapper<UserGroup,Team> UserGroupPersistenceImpl.userGroupToTeamTableMapper
           
protected  TableMapper<UserGroup,User> UserGroupPersistenceImpl.userGroupToUserTableMapper
           
protected  TableMapper<User,UserGroup> UserPersistenceImpl.userToUserGroupTableMapper
           
 

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

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

Methods in com.liferay.portal.service.persistence with parameters of type UserGroup
 void UserPersistence.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the user and the user group.
static void UserUtil.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the user and the user group.
 void TeamPersistence.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the team and the user group.
static void TeamUtil.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the team and the user group.
 void GroupPersistence.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the group and the user group.
static void GroupUtil.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the group and the user group.
 void TeamPersistenceImpl.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the team and the user group.
 void UserPersistenceImpl.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the user and the user group.
 void GroupPersistenceImpl.addUserGroup(long pk, UserGroup userGroup)
          Adds an association between the group and the user group.
 void UserGroupPersistence.cacheResult(UserGroup userGroup)
          Caches the user group in the entity cache if it is enabled.
static void UserGroupUtil.cacheResult(UserGroup userGroup)
          Caches the user group in the entity cache if it is enabled.
 void UserGroupPersistenceImpl.cacheResult(UserGroup userGroup)
          Caches the user group in the entity cache if it is enabled.
protected  void UserGroupPersistenceImpl.cacheUniqueFindersCache(UserGroup userGroup)
           
static void UserGroupUtil.clearCache(UserGroup userGroup)
           
 void UserGroupPersistenceImpl.clearCache(UserGroup userGroup)
          Clears the cache for the user group.
protected  void UserGroupPersistenceImpl.clearUniqueFindersCache(UserGroup userGroup)
           
protected  UserGroup UserGroupPersistenceImpl.filterGetByC_P_PrevAndNext(Session session, UserGroup userGroup, long companyId, long parentUserGroupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, UserGroup userGroup, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, UserGroup userGroup, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.filterGetByUuid_PrevAndNext(Session session, UserGroup userGroup, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.getByC_P_PrevAndNext(Session session, UserGroup userGroup, long companyId, long parentUserGroupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.getByCompanyId_PrevAndNext(Session session, UserGroup userGroup, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.getByUuid_C_PrevAndNext(Session session, UserGroup userGroup, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.getByUuid_PrevAndNext(Session session, UserGroup userGroup, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroup UserGroupPersistenceImpl.removeImpl(UserGroup userGroup)
           
 void UserPersistence.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the user and the user group.
static void UserUtil.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the user and the user group.
 void TeamPersistence.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the team and the user group.
static void TeamUtil.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the team and the user group.
 void GroupPersistence.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the group and the user group.
static void GroupUtil.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the group and the user group.
 void TeamPersistenceImpl.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the team and the user group.
 void UserPersistenceImpl.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the user and the user group.
 void GroupPersistenceImpl.removeUserGroup(long pk, UserGroup userGroup)
          Removes the association between the group and the user group.
protected  UserGroup UserGroupPersistenceImpl.toUnwrappedModel(UserGroup userGroup)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup, ServiceContext serviceContext)
           
 UserGroup UserGroupPersistence.updateImpl(UserGroup userGroup)
           
static UserGroup UserGroupUtil.updateImpl(UserGroup userGroup)
           
 UserGroup UserGroupPersistenceImpl.updateImpl(UserGroup userGroup)
           
 

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

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

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

Uses of UserGroup in com.liferay.portlet.sites.search
 

Constructors in com.liferay.portlet.sites.search with parameters of type UserGroup
UserGroupGroupRoleRoleChecker(RenderResponse renderResponse, UserGroup userGroup, Group group)
           
 

Uses of UserGroup in com.liferay.portlet.usergroupsadmin.lar
 

Methods in com.liferay.portlet.usergroupsadmin.lar with parameters of type UserGroup
protected  void UserGroupStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, UserGroup userGroup)
           
protected  void UserGroupStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, UserGroup userGroup)
           
 String UserGroupStagedModelDataHandler.getDisplayName(UserGroup userGroup)
           
 

Uses of UserGroup in com.liferay.portlet.usergroupsadmin.search
 

Constructors in com.liferay.portlet.usergroupsadmin.search with parameters of type UserGroup
UserUserGroupChecker(RenderResponse renderResponse, UserGroup userGroup)
           
 

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)
           
 List<UserGroup> UsersAdminImpl.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)
           
 List<UserGroup> UsersAdminImpl.filterUserGroups(PermissionChecker permissionChecker, List<UserGroup> userGroups)
           
 


Liferay 6.2-ce-ga5