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 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_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_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_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_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.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.findByGroupId_First(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where groupId = ?.
|
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_Last(long groupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last 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_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.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.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<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where roleId = ?.
|
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_Last(long roleId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last 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_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.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.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_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_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_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_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.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.findByUserGroupId_First(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the first user group group role in the ordered set where userGroupId = ?.
|
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_Last(long userGroupId,
OrderByComparator<UserGroupGroupRole> orderByComparator)
Returns the last 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_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.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.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.
|