|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchUserGroupGroupRoleException | |
---|---|
com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
Uses of NoSuchUserGroupGroupRoleException in com.liferay.portal.service.persistence |
---|
Methods in com.liferay.portal.service.persistence that throw NoSuchUserGroupGroupRoleException | |
---|---|
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 |
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_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_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_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.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.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?. |
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_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last 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_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[] |
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.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.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.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?. |
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_Last(long roleId,
OrderByComparator orderByComparator)
Returns the last 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_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.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.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_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_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_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_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.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.findByUserGroupId_First(long userGroupId,
OrderByComparator orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?. |
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_Last(long userGroupId,
OrderByComparator orderByComparator)
Returns the last 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_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[] |
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.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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |