|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchOrgGroupRoleException | |
|---|---|
| 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 NoSuchOrgGroupRoleException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchOrgGroupRoleException | |
|---|---|
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
static OrgGroupRole[] |
OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Returns the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found. |
OrgGroupRole |
OrgGroupRolePersistence.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Returns the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found. |
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
static OrgGroupRole[] |
OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.remove(OrgGroupRolePK orgGroupRolePK)
Removes the org group role with the primary key from the database. |
OrgGroupRole |
OrgGroupRolePersistence.remove(OrgGroupRolePK orgGroupRolePK)
Removes the org group role with the primary key from the database. |
| Uses of NoSuchOrgGroupRoleException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchOrgGroupRoleException | |
|---|---|
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistenceImpl.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Returns the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the org group role with the primary key or throws a NoSuchModelException if it could not be found. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistenceImpl.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.remove(OrgGroupRolePK orgGroupRolePK)
Removes the org group role with the primary key from the database. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.remove(Serializable primaryKey)
Removes the org group role with the primary key from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||