Liferay 6.2-ce-ga5

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

Packages that use UserGroupGroupRole
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.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.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. 
 

Uses of UserGroupGroupRole in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement UserGroupGroupRole
 class UserGroupGroupRoleWrapper
           This class is a wrapper for UserGroupGroupRole.
 

Methods in com.liferay.portal.model that return UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRoleWrapper.getWrappedModel()
           
 UserGroupGroupRole UserGroupGroupRoleWrapper.getWrappedUserGroupGroupRole()
          Deprecated. As of 6.1.0, replaced by UserGroupGroupRoleWrapper.getWrappedModel()
 UserGroupGroupRole UserGroupGroupRoleModel.toEscapedModel()
           
 UserGroupGroupRole UserGroupGroupRoleWrapper.toEscapedModel()
           
 UserGroupGroupRole UserGroupGroupRoleModel.toUnescapedModel()
           
 UserGroupGroupRole UserGroupGroupRoleWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type UserGroupGroupRole
 CacheModel<UserGroupGroupRole> UserGroupGroupRoleModel.toCacheModel()
           
 CacheModel<UserGroupGroupRole> UserGroupGroupRoleWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type UserGroupGroupRole
 int UserGroupGroupRoleModel.compareTo(UserGroupGroupRole userGroupGroupRole)
           
 int UserGroupGroupRoleWrapper.compareTo(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRoleSoap UserGroupGroupRoleSoap.toSoapModel(UserGroupGroupRole model)
           
static UserGroupGroupRoleSoap[] UserGroupGroupRoleSoap.toSoapModels(UserGroupGroupRole[] models)
           
static UserGroupGroupRoleSoap[][] UserGroupGroupRoleSoap.toSoapModels(UserGroupGroupRole[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type UserGroupGroupRole
UserGroupGroupRoleWrapper(UserGroupGroupRole userGroupGroupRole)
           
 

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

Classes in com.liferay.portal.model.impl that implement UserGroupGroupRole
 class UserGroupGroupRoleBaseImpl
          The extended model base implementation for the UserGroupGroupRole service.
 class UserGroupGroupRoleImpl
           
 

Methods in com.liferay.portal.model.impl that return UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRoleCacheModel.toEntityModel()
           
 UserGroupGroupRole UserGroupGroupRoleModelImpl.toEscapedModel()
           
static UserGroupGroupRole UserGroupGroupRoleModelImpl.toModel(UserGroupGroupRoleSoap 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 UserGroupGroupRole
 CacheModel<UserGroupGroupRole> UserGroupGroupRoleModelImpl.toCacheModel()
           
static List<UserGroupGroupRole> UserGroupGroupRoleModelImpl.toModels(UserGroupGroupRoleSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type UserGroupGroupRole
 int UserGroupGroupRoleModelImpl.compareTo(UserGroupGroupRole userGroupGroupRole)
           
 

Uses of UserGroupGroupRole in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalService.createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
 UserGroupGroupRole UserGroupGroupRoleLocalService.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalService.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
 UserGroupGroupRole UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role 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 UserGroupGroupRole
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRoles(int start, int end)
          Returns a range of all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRoles(int start, int end)
          Returns a range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRoles(int start, int end)
          Returns a range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRoles(long userGroupId)
           
static List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRoles(long userGroupId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRoles(long userGroupId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRoles(long userGroupId, long groupId)
           
static List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRoles(long userGroupId, long groupId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRoles(long userGroupId, long groupId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRolesByGroupAndRole(long groupId, long roleId)
           
static List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRolesByGroupAndRole(long groupId, long roleId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRolesByGroupAndRole(long groupId, long roleId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRolesByUser(long userId)
           
static List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRolesByUser(long userId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRolesByUser(long userId)
           
 

Methods in com.liferay.portal.service with parameters of type UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
 UserGroupGroupRole UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.base that return UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.createUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.deleteUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Deletes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.fetchUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
           
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role 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 UserGroupGroupRole
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceBaseImpl.getUserGroupGroupRoles(int start, int end)
          Returns a range of all the user group group roles.
 

Methods in com.liferay.portal.service.base with parameters of type UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.addUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Adds the user group group role to the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.impl that return UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRoleLocalServiceImpl.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type UserGroupGroupRole
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceImpl.getUserGroupGroupRoles(long userGroupId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceImpl.getUserGroupGroupRoles(long userGroupId, long groupId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceImpl.getUserGroupGroupRolesByGroupAndRole(long groupId, long roleId)
           
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceImpl.getUserGroupGroupRolesByUser(long userId)
           
 

Methods in com.liferay.portal.service.impl with parameters of type UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRoleLocalServiceImpl.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
           
 

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

Methods in com.liferay.portal.service.persistence that return UserGroupGroupRole
 UserGroupGroupRole UserGroupGroupRolePersistence.create(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleUtil.create(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.create(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or returns null if it could not be found.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user group group role with the primary key or throws a NoSuchModelException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Returns the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByG_R_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long groupId, long roleId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long roleId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByU_G_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long userGroupId, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByUserGroupId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long userGroupId, OrderByComparator orderByComparator, boolean previous)
           
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.remove(Serializable primaryKey)
          Removes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRolePersistence.remove(UserGroupGroupRolePK userGroupGroupRolePK)
          Removes the user group group role with the primary key from the database.
static UserGroupGroupRole UserGroupGroupRoleUtil.remove(UserGroupGroupRolePK userGroupGroupRolePK)
          Removes the user group group role with the primary key from the database.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.remove(UserGroupGroupRolePK userGroupGroupRolePK)
          Removes the user group group role with the primary key from the database.
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.removeImpl(UserGroupGroupRole userGroupGroupRole)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.toUnwrappedModel(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole, ServiceContext serviceContext)
           
 UserGroupGroupRole UserGroupGroupRolePersistence.updateImpl(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.updateImpl(UserGroupGroupRole userGroupGroupRole)
           
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.updateImpl(UserGroupGroupRole userGroupGroupRole)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserGroupGroupRole
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll()
          Returns all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll()
          Returns all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findAll()
          Returns all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end)
          Returns a range of all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end)
          Returns a range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findAll(int start, int end)
          Returns a range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByG_R(long groupId, long roleId)
          Returns all the user group group roles where groupId = ? and roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByG_R(long groupId, long roleId)
          Returns all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByG_R(long groupId, long roleId)
          Returns all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end)
          Returns a range of all the user group group roles where groupId = ? and roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end)
          Returns a range of all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByG_R(long groupId, long roleId, int start, int end)
          Returns a range of all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByG_R(long groupId, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId)
          Returns all the user group group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId)
          Returns all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByGroupId(long groupId)
          Returns all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the user group group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId)
          Returns all the user group group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId)
          Returns all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByRoleId(long roleId)
          Returns all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId, int start, int end)
          Returns a range of all the user group group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId, int start, int end)
          Returns a range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end)
          Returns a range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByU_G(long userGroupId, long groupId)
          Returns all the user group group roles where userGroupId = ? and groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByU_G(long userGroupId, long groupId)
          Returns all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByU_G(long userGroupId, long groupId)
          Returns all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByU_G(long userGroupId, long groupId, int start, int end)
          Returns a range of all the user group group roles where userGroupId = ? and groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByU_G(long userGroupId, long groupId, int start, int end)
          Returns a range of all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByU_G(long userGroupId, long groupId, int start, int end)
          Returns a range of all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByU_G(long userGroupId, long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId)
          Returns all the user group group roles where userGroupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId)
          Returns all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByUserGroupId(long userGroupId)
          Returns all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId, int start, int end)
          Returns a range of all the user group group roles where userGroupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId, int start, int end)
          Returns a range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByUserGroupId(long userGroupId, int start, int end)
          Returns a range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupRoleFinder.findByUserGroupsUsers(long userId)
           
static List<UserGroupGroupRole> UserGroupRoleFinderUtil.findByUserGroupsUsers(long userId)
           
 List<UserGroupGroupRole> UserGroupRoleFinderImpl.findByUserGroupsUsers(long userId)
           
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type UserGroupGroupRole
 void UserGroupGroupRolePersistence.cacheResult(UserGroupGroupRole userGroupGroupRole)
          Caches the user group group role in the entity cache if it is enabled.
static void UserGroupGroupRoleUtil.cacheResult(UserGroupGroupRole userGroupGroupRole)
          Caches the user group group role in the entity cache if it is enabled.
 void UserGroupGroupRolePersistenceImpl.cacheResult(UserGroupGroupRole userGroupGroupRole)
          Caches the user group group role in the entity cache if it is enabled.
static void UserGroupGroupRoleUtil.clearCache(UserGroupGroupRole userGroupGroupRole)
           
 void UserGroupGroupRolePersistenceImpl.clearCache(UserGroupGroupRole userGroupGroupRole)
          Clears the cache for the user group group role.
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByG_R_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long groupId, long roleId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long roleId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByU_G_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long userGroupId, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.getByUserGroupId_PrevAndNext(Session session, UserGroupGroupRole userGroupGroupRole, long userGroupId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.removeImpl(UserGroupGroupRole userGroupGroupRole)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.toUnwrappedModel(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole, ServiceContext serviceContext)
           
 UserGroupGroupRole UserGroupGroupRolePersistence.updateImpl(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.updateImpl(UserGroupGroupRole userGroupGroupRole)
           
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.updateImpl(UserGroupGroupRole userGroupGroupRole)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserGroupGroupRole
 void UserGroupGroupRolePersistence.cacheResult(List<UserGroupGroupRole> userGroupGroupRoles)
          Caches the user group group roles in the entity cache if it is enabled.
static void UserGroupGroupRoleUtil.cacheResult(List<UserGroupGroupRole> userGroupGroupRoles)
          Caches the user group group roles in the entity cache if it is enabled.
 void UserGroupGroupRolePersistenceImpl.cacheResult(List<UserGroupGroupRole> userGroupGroupRoles)
          Caches the user group group roles in the entity cache if it is enabled.
 void UserGroupGroupRolePersistenceImpl.clearCache(List<UserGroupGroupRole> userGroupGroupRoles)
           
 


Liferay 6.2-ce-ga5