Uses of Class
com.liferay.portal.kernel.exception.NoSuchTeamException
Packages that use NoSuchTeamException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchTeamException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchTeamExceptionModifier and TypeMethodDescriptionTeam[]
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 = ?.TeamPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.static Team
TeamUtil.findByCompanyId_First
(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.TeamPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.static Team
TeamUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.Team[]
TeamPersistence.findByCompanyId_PrevAndNext
(long teamId, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where companyId = ?.static Team[]
TeamUtil.findByCompanyId_PrevAndNext
(long teamId, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where companyId = ?.Returns the team where groupId = ? and name = ? or throws aNoSuchTeamException
if it could not be found.static Team
Returns the team where groupId = ? and name = ? or throws aNoSuchTeamException
if it could not be found.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 = ?.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 = ?.TeamPersistence.findByPrimaryKey
(long teamId) Returns the team with the primary key or throws aNoSuchTeamException
if it could not be found.static Team
TeamUtil.findByPrimaryKey
(long teamId) Returns the team with the primary key or throws aNoSuchTeamException
if it could not be found.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 = ?.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 = ?.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 = ?.TeamPersistence.findByUUID_G
(String uuid, long groupId) Returns the team where uuid = ? and groupId = ? or throws aNoSuchTeamException
if it could not be found.static Team
TeamUtil.findByUUID_G
(String uuid, long groupId) Returns the team where uuid = ? and groupId = ? or throws aNoSuchTeamException
if it could not be found.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 = ?.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.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.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.