Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.exception.NoSuchUserGroupRoleException

Packages that use NoSuchUserGroupRoleException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchUserGroupRoleException
 UserGroupRole UserGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
static UserGroupRole UserGroupRoleUtil.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
static UserGroupRole UserGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistence.findByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole UserGroupRoleUtil.findByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
static UserGroupRole UserGroupRoleUtil.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserGroupRole[] UserGroupRolePersistence.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
static UserGroupRole[] UserGroupRoleUtil.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistence.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
static UserGroupRole UserGroupRoleUtil.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
 

Uses of NoSuchUserGroupRoleException in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchUserGroupRoleException
 UserGroupRole UserGroupRolePersistenceImpl.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByG_R_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where groupId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByGroupId_PrevAndNext(UserGroupRolePK userGroupRolePK, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user group role with the primary key or throws a NoSuchModelException if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
          Returns the user group role with the primary key or throws a NoSuchUserGroupRoleException if it could not be found.
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where roleId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByRoleId_PrevAndNext(UserGroupRolePK userGroupRolePK, long roleId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByU_G_First(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByU_G_Last(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByU_G_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_First(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the first user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.findByUserId_Last(long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the last user group role in the ordered set where userId = ?.
 UserGroupRole[] UserGroupRolePersistenceImpl.findByUserId_PrevAndNext(UserGroupRolePK userGroupRolePK, long userId, OrderByComparator<UserGroupRole> orderByComparator)
          Returns the user group roles before and after the current user group role in the ordered set where userId = ?.
 UserGroupRole UserGroupRolePersistenceImpl.remove(Serializable primaryKey)
          Removes the user group role with the primary key from the database.
 UserGroupRole UserGroupRolePersistenceImpl.remove(UserGroupRolePK userGroupRolePK)
          Removes the user group role with the primary key from the database.
 


Liferay 7.0-ce-b4