Liferay 6.0.5

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

Packages that use UserGroupGroupRole
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

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.getWrappedUserGroupGroupRole()
           
 UserGroupGroupRole UserGroupGroupRoleWrapper.toEscapedModel()
           
 UserGroupGroupRole UserGroupGroupRoleModel.toEscapedModel()
          Gets a copy of this user group group role as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type UserGroupGroupRole
 int UserGroupGroupRoleWrapper.compareTo(UserGroupGroupRole userGroupGroupRole)
           
 int UserGroupGroupRoleModel.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 UserGroupGroupRoleImpl
           
 

Methods in com.liferay.portal.model.impl that return UserGroupGroupRole
 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
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.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Gets the user group group role with the primary key.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Gets the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalService.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Gets the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole, boolean merge)
          Updates the user group group role in the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole, boolean merge)
          Updates the user group group role in the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole, boolean merge)
          Updates the user group group role in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type UserGroupGroupRole
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceWrapper.getUserGroupGroupRoles(int start, int end)
          Gets a range of all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceUtil.getUserGroupGroupRoles(int start, int end)
          Gets a range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRoleLocalService.getUserGroupGroupRoles(int start, int end)
          Gets 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)
           
 

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.
 void UserGroupGroupRoleLocalServiceWrapper.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
static void UserGroupGroupRoleLocalServiceUtil.deleteUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Deletes the user group group role from the database.
 void 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.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceWrapper.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole, boolean merge)
          Updates the user group group role in the database.
static UserGroupGroupRole UserGroupGroupRoleLocalServiceUtil.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole, boolean merge)
          Updates the user group group role in the database.
 UserGroupGroupRole UserGroupGroupRoleLocalService.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole, boolean merge)
          Updates the user group group role in the database.
 

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.getUserGroupGroupRole(UserGroupGroupRolePK userGroupGroupRolePK)
          Gets the user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole)
          Updates the user group group role in the database.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole, boolean merge)
          Updates the user group group role in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserGroupGroupRole
 List<UserGroupGroupRole> UserGroupGroupRoleLocalServiceBaseImpl.getUserGroupGroupRoles(int start, int end)
          Gets 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.
 void 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.
 UserGroupGroupRole UserGroupGroupRoleLocalServiceBaseImpl.updateUserGroupGroupRole(UserGroupGroupRole userGroupGroupRole, boolean merge)
          Updates the user group group role in the database.
 

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

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

Method parameters in com.liferay.portal.service.http with type arguments of type UserGroupGroupRole
static JSONArray UserGroupGroupRoleJSONSerializer.toJSONArray(List<UserGroupGroupRole> models)
           
 

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

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)
           
 

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

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

Methods in com.liferay.portal.service.persistence that return UserGroupGroupRole
static UserGroupGroupRole UserGroupGroupRoleUtil.create(UserGroupGroupRolePK userGroupGroupRolePK)
          Creates a new user group group role with the primary key.
 UserGroupGroupRole UserGroupGroupRolePersistence.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 UserGroupGroupRolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the user group group role with the primary key or returns null if it could not be found.
static UserGroupGroupRole UserGroupGroupRoleUtil.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistence.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or returns null if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.fetchByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or returns null if it could not be found.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first user group group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the last 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)
          Finds the user group group roles before and after the current 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)
          Finds 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)
          Finds 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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the user group group role with the primary key or throws a NoSuchModelException if it could not be found.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByPrimaryKey(UserGroupGroupRolePK userGroupGroupRolePK)
          Finds the user group group role with the primary key or throws a NoSuchUserGroupGroupRoleException if it could not be found.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_First(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByU_G_Last(long userGroupId, long groupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the last 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)
          Finds the user group group roles before and after the current 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)
          Finds 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)
          Finds 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.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByUserGroupId_First(long userGroupId, OrderByComparator orderByComparator)
          Finds the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByUserGroupId_Last(long userGroupId, OrderByComparator orderByComparator)
          Finds the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole[] UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Finds the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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.
static UserGroupGroupRole UserGroupGroupRoleUtil.remove(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.remove(UserGroupGroupRolePK userGroupGroupRolePK)
          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.
 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, boolean merge)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole, boolean merge, ServiceContext serviceContext)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.updateImpl(UserGroupGroupRole userGroupGroupRole, boolean merge)
           
 UserGroupGroupRole UserGroupGroupRolePersistence.updateImpl(UserGroupGroupRole userGroupGroupRole, boolean merge)
           
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.updateImpl(UserGroupGroupRole userGroupGroupRole, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserGroupGroupRole
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll()
          Finds all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll()
          Finds all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findAll()
          Finds all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end)
          Finds a range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end)
          Finds a range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findAll(int start, int end)
          Finds a range of all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByG_R(long groupId, long roleId)
          Finds all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByG_R(long groupId, long roleId)
          Finds all the user group group roles where groupId = ? and roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByG_R(long groupId, long roleId)
          Finds all the user group group roles where groupId = ? and roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByG_R(long groupId, long roleId, int start, int end)
          Finds 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)
          Finds 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)
          Finds 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, OrderByComparator orderByComparator)
          Finds an ordered 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)
          Finds 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)
          Finds an ordered range of all the user group group roles where groupId = ? and roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId)
          Finds all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId)
          Finds all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByGroupId(long groupId)
          Finds all the user group group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the user group group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId)
          Finds all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId)
          Finds all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByRoleId(long roleId)
          Finds all the user group group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId, int start, int end)
          Finds a range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId, int start, int end)
          Finds a range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end)
          Finds a range of all the user group group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where roleId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where roleId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByU_G(long userGroupId, long groupId)
          Finds all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByU_G(long userGroupId, long groupId)
          Finds all the user group group roles where userGroupId = ? and groupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByU_G(long userGroupId, long groupId)
          Finds all the user group group roles where userGroupId = ? and groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByU_G(long userGroupId, long groupId, int start, int end)
          Finds 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)
          Finds 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)
          Finds 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, OrderByComparator orderByComparator)
          Finds an ordered 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)
          Finds 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)
          Finds an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId)
          Finds all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId)
          Finds all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByUserGroupId(long userGroupId)
          Finds all the user group group roles where userGroupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId, int start, int end)
          Finds a range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId, int start, int end)
          Finds a range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByUserGroupId(long userGroupId, int start, int end)
          Finds a range of all the user group group roles where userGroupId = ?.
static List<UserGroupGroupRole> UserGroupGroupRoleUtil.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistence.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where userGroupId = ?.
 List<UserGroupGroupRole> UserGroupGroupRolePersistenceImpl.findByUserGroupId(long userGroupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user group group roles where userGroupId = ?.
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
static void UserGroupGroupRoleUtil.cacheResult(UserGroupGroupRole userGroupGroupRole)
          Caches the user group group role in the entity cache if it is enabled.
 void UserGroupGroupRolePersistence.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)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.remove(UserGroupGroupRole userGroupGroupRole)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.removeImpl(UserGroupGroupRole userGroupGroupRole)
           
protected  UserGroupGroupRole UserGroupGroupRolePersistenceImpl.toUnwrappedModel(UserGroupGroupRole userGroupGroupRole)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole, boolean merge)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.update(UserGroupGroupRole userGroupGroupRole, boolean merge, ServiceContext serviceContext)
           
static UserGroupGroupRole UserGroupGroupRoleUtil.updateImpl(UserGroupGroupRole userGroupGroupRole, boolean merge)
           
 UserGroupGroupRole UserGroupGroupRolePersistence.updateImpl(UserGroupGroupRole userGroupGroupRole, boolean merge)
           
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.updateImpl(UserGroupGroupRole userGroupGroupRole, boolean merge)
           
 

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


Liferay 6.0.5