|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchTeamException | |
|---|---|
| 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 NoSuchTeamException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchTeamException | |
|---|---|
Team[] |
TeamPersistence.filterFindByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?. |
static Team[] |
TeamUtil.filterFindByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?. |
Team |
TeamPersistence.findByG_N(long groupId,
String name)
Returns the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found. |
static Team |
TeamUtil.findByG_N(long groupId,
String name)
Returns the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found. |
Team |
TeamPersistence.findByGroupId_First(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
static Team |
TeamUtil.findByGroupId_First(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
Team |
TeamPersistence.findByGroupId_Last(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
static Team |
TeamUtil.findByGroupId_Last(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
Team[] |
TeamPersistence.findByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where groupId = ?. |
static Team[] |
TeamUtil.findByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where groupId = ?. |
Team |
TeamPersistence.findByPrimaryKey(long teamId)
Returns the team with the primary key or throws a NoSuchTeamException if it could not be found. |
static Team |
TeamUtil.findByPrimaryKey(long teamId)
Returns the team with the primary key or throws a NoSuchTeamException if it could not be found. |
Team |
TeamPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where uuid = ? and companyId = ?. |
static Team |
TeamUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where uuid = ? and companyId = ?. |
Team |
TeamPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where uuid = ? and companyId = ?. |
static Team |
TeamUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where uuid = ? and companyId = ?. |
Team[] |
TeamPersistence.findByUuid_C_PrevAndNext(long teamId,
String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?. |
static Team[] |
TeamUtil.findByUuid_C_PrevAndNext(long teamId,
String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?. |
Team |
TeamPersistence.findByUuid_First(String uuid,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where uuid = ?. |
static Team |
TeamUtil.findByUuid_First(String uuid,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where uuid = ?. |
Team |
TeamPersistence.findByUUID_G(String uuid,
long groupId)
Returns the team where uuid = ? and groupId = ? or throws a NoSuchTeamException if it could not be found. |
static Team |
TeamUtil.findByUUID_G(String uuid,
long groupId)
Returns the team where uuid = ? and groupId = ? or throws a NoSuchTeamException if it could not be found. |
Team |
TeamPersistence.findByUuid_Last(String uuid,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where uuid = ?. |
static Team |
TeamUtil.findByUuid_Last(String uuid,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where uuid = ?. |
Team[] |
TeamPersistence.findByUuid_PrevAndNext(long teamId,
String uuid,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where uuid = ?. |
static Team[] |
TeamUtil.findByUuid_PrevAndNext(long teamId,
String uuid,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where uuid = ?. |
Team |
TeamPersistence.remove(long teamId)
Removes the team with the primary key from the database. |
static Team |
TeamUtil.remove(long teamId)
Removes the team with the primary key from the database. |
Team |
TeamPersistence.removeByG_N(long groupId,
String name)
Removes the team where groupId = ? and name = ? from the database. |
static Team |
TeamUtil.removeByG_N(long groupId,
String name)
Removes the team where groupId = ? and name = ? from the database. |
Team |
TeamPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the team where uuid = ? and groupId = ? from the database. |
static Team |
TeamUtil.removeByUUID_G(String uuid,
long groupId)
Removes the team where uuid = ? and groupId = ? from the database. |
| Uses of NoSuchTeamException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchTeamException | |
|---|---|
Team[] |
TeamPersistenceImpl.filterFindByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?. |
Team |
TeamPersistenceImpl.findByG_N(long groupId,
String name)
Returns the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found. |
Team |
TeamPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where groupId = ?. |
Team |
TeamPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where groupId = ?. |
Team[] |
TeamPersistenceImpl.findByGroupId_PrevAndNext(long teamId,
long groupId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where groupId = ?. |
Team |
TeamPersistenceImpl.findByPrimaryKey(long teamId)
Returns the team with the primary key or throws a NoSuchTeamException if it could not be found. |
Team |
TeamPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the team with the primary key or throws a NoSuchModelException if it could not be found. |
Team |
TeamPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where uuid = ? and companyId = ?. |
Team |
TeamPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where uuid = ? and companyId = ?. |
Team[] |
TeamPersistenceImpl.findByUuid_C_PrevAndNext(long teamId,
String uuid,
long companyId,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?. |
Team |
TeamPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<Team> orderByComparator)
Returns the first team in the ordered set where uuid = ?. |
Team |
TeamPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the team where uuid = ? and groupId = ? or throws a NoSuchTeamException if it could not be found. |
Team |
TeamPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<Team> orderByComparator)
Returns the last team in the ordered set where uuid = ?. |
Team[] |
TeamPersistenceImpl.findByUuid_PrevAndNext(long teamId,
String uuid,
OrderByComparator<Team> orderByComparator)
Returns the teams before and after the current team in the ordered set where uuid = ?. |
Team |
TeamPersistenceImpl.remove(long teamId)
Removes the team with the primary key from the database. |
Team |
TeamPersistenceImpl.remove(Serializable primaryKey)
Removes the team with the primary key from the database. |
Team |
TeamPersistenceImpl.removeByG_N(long groupId,
String name)
Removes the team where groupId = ? and name = ? from the database. |
Team |
TeamPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the team where uuid = ? and groupId = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||