Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
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_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_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_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_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.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.findByGroupId_First(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where groupId = ?.
|
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_Last(long groupId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last 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_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.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.findByPrimaryKey(UserGroupRolePK userGroupRolePK)
Returns the user group role with the primary key or throws a
NoSuchUserGroupRoleException if it could not be found. |
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.findByRoleId_First(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where roleId = ?.
|
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_Last(long roleId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last 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_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.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.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_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_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_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_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.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.findByUserId_First(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the first user group role in the ordered set where userId = ?.
|
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_Last(long userId,
OrderByComparator<UserGroupRole> orderByComparator)
Returns the last 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_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.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.remove(UserGroupRolePK userGroupRolePK)
Removes the user group role with the primary key from the database.
|
UserGroupRole |
UserGroupRolePersistence.remove(UserGroupRolePK userGroupRolePK)
Removes the user group role with the primary key from the database.
|