Liferay 7.0-ce-b4

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

Packages that use NoSuchUserGroupGroupRoleException
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 NoSuchUserGroupGroupRoleException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchUserGroupGroupRoleException
 UserGroupGroupRole UserGroupGroupRolePersistence.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator<UserGroupGroupRole> 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<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.
 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 UserGroupGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> 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<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_First(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistence.findByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
static UserGroupGroupRole UserGroupGroupRoleUtil.findByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator<UserGroupGroupRole> 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<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 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.
 

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

Methods in com.liferay.portal.service.persistence.impl that throw NoSuchUserGroupGroupRoleException
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByG_R_First(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByG_R_Last(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByG_R_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, long roleId, OrderByComparator<UserGroupGroupRole> 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.findByGroupId_First(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long groupId, OrderByComparator<UserGroupGroupRole> 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 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 UserGroupGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByRoleId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByU_G_First(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByU_G_Last(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByU_G_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> 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.findByUserGroupId_First(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the first user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.findByUserGroupId_Last(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the last user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole[] UserGroupGroupRolePersistenceImpl.findByUserGroupId_PrevAndNext(UserGroupGroupRolePK userGroupGroupRolePK, long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator)
          Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.
 UserGroupGroupRole UserGroupGroupRolePersistenceImpl.remove(Serializable primaryKey)
          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.
 


Liferay 7.0-ce-b4