Uses of Class
com.liferay.portal.kernel.exception.NoSuchUserGroupGroupRoleException
Packages that use NoSuchUserGroupGroupRoleException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchUserGroupGroupRoleException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchUserGroupGroupRoleExceptionModifier and TypeMethodDescriptionUserGroupGroupRolePersistence.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 = ?.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 = ?.UserGroupGroupRolePersistence.findByG_R_PrevAndNext
(long userGroupGroupRoleId, 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
(long userGroupGroupRoleId, 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 = ?.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 = ?.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 = ?.UserGroupGroupRolePersistence.findByGroupId_PrevAndNext
(long userGroupGroupRoleId, 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
(long userGroupGroupRoleId, 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 = ?.UserGroupGroupRolePersistence.findByPrimaryKey
(long userGroupGroupRoleId) Returns the user group group role with the primary key or throws aNoSuchUserGroupGroupRoleException
if it could not be found.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByPrimaryKey
(long userGroupGroupRoleId) Returns the user group group role with the primary key or throws aNoSuchUserGroupGroupRoleException
if it could not be found.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 = ?.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 = ?.UserGroupGroupRolePersistence.findByRoleId_PrevAndNext
(long userGroupGroupRoleId, 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
(long userGroupGroupRoleId, 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 = ?.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 = ?.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 = ?.UserGroupGroupRolePersistence.findByU_G_PrevAndNext
(long userGroupGroupRoleId, 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
(long userGroupGroupRoleId, 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 = ?.UserGroupGroupRolePersistence.findByU_G_R
(long userGroupId, long groupId, long roleId) Returns the user group group role where userGroupId = ? and groupId = ? and roleId = ? or throws aNoSuchUserGroupGroupRoleException
if it could not be found.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByU_G_R
(long userGroupId, long groupId, long roleId) Returns the user group group role where userGroupId = ? and groupId = ? and roleId = ? or throws aNoSuchUserGroupGroupRoleException
if it could not be found.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 = ?.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 = ?.UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext
(long userGroupGroupRoleId, 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
(long userGroupGroupRoleId, 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 = ?.UserGroupGroupRolePersistence.remove
(long userGroupGroupRoleId) Removes the user group group role with the primary key from the database.static UserGroupGroupRole
UserGroupGroupRoleUtil.remove
(long userGroupGroupRoleId) Removes the user group group role with the primary key from the database.UserGroupGroupRolePersistence.removeByU_G_R
(long userGroupId, long groupId, long roleId) Removes the user group group role where userGroupId = ? and groupId = ? and roleId = ? from the database.static UserGroupGroupRole
UserGroupGroupRoleUtil.removeByU_G_R
(long userGroupId, long groupId, long roleId) Removes the user group group role where userGroupId = ? and groupId = ? and roleId = ? from the database.