Liferay 6.0-ee

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

Packages that use UserGroup
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.security.ldap   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portlet.enterpriseadmin.search   
com.liferay.portlet.enterpriseadmin.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.
 

Methods in com.liferay.portal.model that return UserGroup
 UserGroup UserGroupWrapper.getWrappedUserGroup()
           
 UserGroup UserGroupWrapper.toEscapedModel()
           
 UserGroup UserGroupModel.toEscapedModel()
           
 

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

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 UserGroupImpl
           
 

Methods in com.liferay.portal.model.impl that return UserGroup
 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()
           
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 BasePortalToLDAPConverter.getGroupDNName(long ldapServerId, UserGroup userGroup, Properties groupMappings)
           
 Attributes PortalToLDAPConverter.getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Attributes BasePortalToLDAPConverter.getLDAPGroupAttributes(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Modifications PortalToLDAPConverter.getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
 Modifications BasePortalToLDAPConverter.getLDAPGroupModifications(long ldapServerId, UserGroup userGroup, User user, Properties groupMappings, Properties userMappings)
           
protected  Attribute PortalLDAPImporterImpl.getUsers(long ldapServerId, long companyId, LdapContext ldapContext, Attributes attributes, UserGroup userGroup, Properties groupMappings)
           
 

Uses of UserGroup in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserGroup
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(long userId, long companyId, String name, String description)
           
static UserGroup UserGroupLocalServiceUtil.addUserGroup(long userId, long companyId, String name, String description)
           
 UserGroup UserGroupLocalService.addUserGroup(long userId, long companyId, String name, String description)
           
 UserGroup UserGroupServiceWrapper.addUserGroup(String name, String description)
           
static UserGroup UserGroupServiceUtil.addUserGroup(String name, String description)
           
 UserGroup UserGroupService.addUserGroup(String name, String description)
           
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
static UserGroup UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalServiceWrapper.createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
static UserGroup UserGroupLocalServiceUtil.createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupLocalService.createUserGroup(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupServiceWrapper.getUserGroup(long userGroupId)
           
static UserGroup UserGroupServiceUtil.getUserGroup(long userGroupId)
           
 UserGroup UserGroupService.getUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalServiceWrapper.getUserGroup(long userGroupId)
          Gets the user group with the primary key.
static UserGroup UserGroupLocalServiceUtil.getUserGroup(long userGroupId)
          Gets the user group with the primary key.
 UserGroup UserGroupLocalService.getUserGroup(long userGroupId)
          Gets the user group with the primary key.
 UserGroup UserGroupLocalServiceWrapper.getUserGroup(long companyId, String name)
           
static UserGroup UserGroupLocalServiceUtil.getUserGroup(long companyId, String name)
           
 UserGroup UserGroupLocalService.getUserGroup(long companyId, String name)
           
 UserGroup UserGroupServiceWrapper.getUserGroup(String name)
           
static UserGroup UserGroupServiceUtil.getUserGroup(String name)
           
 UserGroup UserGroupService.getUserGroup(String name)
           
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(long companyId, long userGroupId, String name, String description)
           
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(long companyId, long userGroupId, String name, String description)
           
 UserGroup UserGroupLocalService.updateUserGroup(long companyId, long userGroupId, String name, String description)
           
 UserGroup UserGroupServiceWrapper.updateUserGroup(long userGroupId, String name, String description)
           
static UserGroup UserGroupServiceUtil.updateUserGroup(long userGroupId, String name, String description)
           
 UserGroup UserGroupService.updateUserGroup(long userGroupId, String name, String description)
           
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database.
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database.
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type UserGroup
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(int start, int end)
          Gets a range of all the user groups.
static List<UserGroup> UserGroupLocalServiceUtil.getUserGroups(int start, int end)
          Gets a range of all the user groups.
 List<UserGroup> UserGroupLocalService.getUserGroups(int start, int end)
          Gets a range of all the user groups.
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(long companyId)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserGroups(long companyId)
           
 List<UserGroup> UserGroupLocalService.getUserGroups(long companyId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserGroups(long[] userGroupIds)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserGroups(long[] userGroupIds)
           
 List<UserGroup> UserGroupLocalService.getUserGroups(long[] userGroupIds)
           
 List<UserGroup> UserGroupServiceWrapper.getUserUserGroups(long userId)
           
static List<UserGroup> UserGroupServiceUtil.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupService.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.getUserUserGroups(long userId)
           
static List<UserGroup> UserGroupLocalServiceUtil.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalService.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service with parameters of type UserGroup
 UserGroup UserGroupLocalServiceWrapper.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
static UserGroup UserGroupLocalServiceUtil.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 UserGroup UserGroupLocalService.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 void UserGroupLocalServiceWrapper.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
static void UserGroupLocalServiceUtil.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 void UserGroupLocalService.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database.
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database.
 UserGroup UserGroupLocalServiceWrapper.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database.
static UserGroup UserGroupLocalServiceUtil.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database.
 UserGroup UserGroupLocalService.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database.
 

Method parameters in com.liferay.portal.service with type arguments of type UserGroup
 List<Group> GroupServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
           
static List<Group> GroupServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupService.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupsGroups(List<UserGroup> userGroups)
           
static List<Group> GroupLocalServiceUtil.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalService.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceWrapper.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
static List<Group> GroupLocalServiceUtil.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalService.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
 

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.getUserGroup(long userGroupId)
          Gets the user group with the primary key.
 UserGroup UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database.
 UserGroup UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database.
 

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

Methods in com.liferay.portal.service.base with parameters of type UserGroup
 UserGroup UserGroupLocalServiceBaseImpl.addUserGroup(UserGroup userGroup)
          Adds the user group to the database.
 void UserGroupLocalServiceBaseImpl.deleteUserGroup(UserGroup userGroup)
          Deletes the user group from the database.
 UserGroup UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup)
          Updates the user group in the database.
 UserGroup UserGroupLocalServiceBaseImpl.updateUserGroup(UserGroup userGroup, boolean merge)
          Updates the user group in the database.
 

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

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

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

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

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)
           
 UserGroup UserGroupServiceImpl.addUserGroup(String name, String description)
           
 UserGroup UserGroupServiceImpl.getUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalServiceImpl.getUserGroup(long userGroupId)
           
 UserGroup UserGroupLocalServiceImpl.getUserGroup(long companyId, String name)
           
 UserGroup UserGroupServiceImpl.getUserGroup(String name)
           
 UserGroup UserGroupLocalServiceImpl.updateUserGroup(long companyId, long userGroupId, String name, String description)
           
 UserGroup UserGroupServiceImpl.updateUserGroup(long userGroupId, String name, String description)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type UserGroup
 List<UserGroup> UserGroupLocalServiceImpl.getUserGroups(long companyId)
           
 List<UserGroup> UserGroupLocalServiceImpl.getUserGroups(long[] userGroupIds)
           
 List<UserGroup> UserGroupServiceImpl.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalServiceImpl.getUserUserGroups(long userId)
           
 List<UserGroup> UserGroupLocalServiceImpl.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type UserGroup
 List<Group> GroupServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceImpl.getUserGroupsGroups(List<UserGroup> userGroups)
           
 List<Group> GroupLocalServiceImpl.getUserGroupsRelatedGroups(List<UserGroup> userGroups)
           
 

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

Methods in com.liferay.portal.service.persistence that return UserGroup
static UserGroup UserGroupUtil.create(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupPersistence.create(long userGroupId)
          Creates a new user group with the primary key.
 UserGroup UserGroupPersistenceImpl.create(long userGroupId)
          Creates a new user group with the primary key.
static UserGroup UserGroupUtil.fetchByC_N(long companyId, String name)
          Finds the user group where companyId = ? and name = ? or returns null if it could not be found.
 UserGroup UserGroupPersistence.fetchByC_N(long companyId, String name)
          Finds the user group where companyId = ? and name = ? or returns null if it could not be found.
 UserGroup UserGroupPersistenceImpl.fetchByC_N(long companyId, String name)
          Finds the user group where companyId = ? and name = ? or returns null if it could not be found.
static UserGroup UserGroupUtil.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds the user group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 UserGroup UserGroupPersistence.fetchByC_N(long companyId, String name, boolean retrieveFromCache)
          Finds 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)
          Finds the user group where companyId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static UserGroup UserGroupUtil.fetchByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or returns null if it could not be found.
 UserGroup UserGroupPersistence.fetchByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or returns null if it could not be found.
 UserGroup UserGroupPersistenceImpl.fetchByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or returns null if it could not be found.
 UserGroup UserGroupPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the user group with the primary key or returns null if it could not be found.
static UserGroup UserGroupUtil.findByC_N(long companyId, String name)
          Finds the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistence.findByC_N(long companyId, String name)
          Finds the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found.
static UserGroup UserGroupFinderUtil.findByC_N(long companyId, String name)
           
 UserGroup UserGroupFinder.findByC_N(long companyId, String name)
           
 UserGroup UserGroupPersistenceImpl.findByC_N(long companyId, String name)
          Finds 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)
           
static UserGroup UserGroupUtil.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistenceImpl.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistenceImpl.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup[] UserGroupUtil.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup[] UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ?.
static UserGroup[] UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Finds the user groups before and after the current user group in the ordered set where companyId = ?.
 UserGroup[] UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user groups before and after the current user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistence.findByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistenceImpl.findByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user group with the primary key or throws a NoSuchModelException if it could not be found.
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)
           
static UserGroup UserGroupUtil.remove(long userGroupId)
          Removes the user group with the primary key from the database.
 UserGroup UserGroupPersistence.remove(long userGroupId)
          Removes the user group with the primary key from the database.
 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.
static UserGroup UserGroupUtil.remove(UserGroup userGroup)
           
protected  UserGroup UserGroupPersistenceImpl.removeImpl(UserGroup userGroup)
           
protected  UserGroup UserGroupPersistenceImpl.toUnwrappedModel(UserGroup userGroup)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup, boolean merge)
           
static UserGroup UserGroupUtil.update(UserGroup userGroup, boolean merge, ServiceContext serviceContext)
           
static UserGroup UserGroupUtil.updateImpl(UserGroup userGroup, boolean merge)
           
 UserGroup UserGroupPersistence.updateImpl(UserGroup userGroup, boolean merge)
           
 UserGroup UserGroupPersistenceImpl.updateImpl(UserGroup userGroup, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserGroup
static List<UserGroup> UserGroupUtil.findAll()
          Finds all the user groups.
 List<UserGroup> UserGroupPersistence.findAll()
          Finds all the user groups.
 List<UserGroup> UserGroupPersistenceImpl.findAll()
          Finds all the user groups.
static List<UserGroup> UserGroupUtil.findAll(int start, int end)
          Finds a range of all the user groups.
 List<UserGroup> UserGroupPersistence.findAll(int start, int end)
          Finds a range of all the user groups.
 List<UserGroup> UserGroupPersistenceImpl.findAll(int start, int end)
          Finds a range of all the user groups.
static List<UserGroup> UserGroupUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user groups.
 List<UserGroup> UserGroupPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user groups.
 List<UserGroup> UserGroupPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user groups.
static List<UserGroup> UserGroupFinderUtil.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupFinder.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<UserGroup> UserGroupFinderImpl.findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId)
          Finds all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId)
          Finds all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByC_P(long companyId, long parentUserGroupId)
          Finds all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId, int start, int end)
          Finds a range of all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId, int start, int end)
          Finds a range of all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByC_P(long companyId, long parentUserGroupId, int start, int end)
          Finds a range of all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
 List<UserGroup> UserGroupPersistence.findByC_P(long companyId, long parentUserGroupId, int start, int end, OrderByComparator orderByComparator)
          Finds 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)
          Finds an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId)
          Finds all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId)
          Finds all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByCompanyId(long companyId)
          Finds all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user groups where companyId = ?.
 List<UserGroup> UserGroupPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user groups where companyId = ?.
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<UserGroup> UserGroupUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<UserGroup> UserUtil.getUserGroups(long pk)
          Gets all the user groups associated with the user.
 List<UserGroup> UserPersistence.getUserGroups(long pk)
          Gets all the user groups associated with the user.
static List<UserGroup> GroupUtil.getUserGroups(long pk)
          Gets all the user groups associated with the group.
 List<UserGroup> GroupPersistence.getUserGroups(long pk)
          Gets all the user groups associated with the group.
 List<UserGroup> UserPersistenceImpl.getUserGroups(long pk)
          Gets all the user groups associated with the user.
 List<UserGroup> GroupPersistenceImpl.getUserGroups(long pk)
          Gets all the user groups associated with the group.
static List<UserGroup> UserUtil.getUserGroups(long pk, int start, int end)
          Gets a range of all the user groups associated with the user.
 List<UserGroup> UserPersistence.getUserGroups(long pk, int start, int end)
          Gets a range of all the user groups associated with the user.
static List<UserGroup> GroupUtil.getUserGroups(long pk, int start, int end)
          Gets a range of all the user groups associated with the group.
 List<UserGroup> GroupPersistence.getUserGroups(long pk, int start, int end)
          Gets a range of all the user groups associated with the group.
 List<UserGroup> UserPersistenceImpl.getUserGroups(long pk, int start, int end)
          Gets a range of all the user groups associated with the user.
 List<UserGroup> GroupPersistenceImpl.getUserGroups(long pk, int start, int end)
          Gets a range of all the user groups associated with the group.
static List<UserGroup> UserUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the user groups associated with the user.
 List<UserGroup> UserPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the user groups associated with the user.
static List<UserGroup> GroupUtil.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the user groups associated with the group.
 List<UserGroup> GroupPersistence.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the user groups associated with the group.
 List<UserGroup> UserPersistenceImpl.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the user groups associated with the user.
 List<UserGroup> GroupPersistenceImpl.getUserGroups(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the user groups associated with the group.
 

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

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

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

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

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

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


Liferay 6.0-ee