Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchTeamException

Packages that use NoSuchTeamException
com.liferay.portal.service.persistence   
 

Uses of NoSuchTeamException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchTeamException
static Team TeamUtil.findByG_N(long groupId, String name)
          Finds the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found.
 Team TeamPersistence.findByG_N(long groupId, String name)
          Finds the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found.
 Team TeamPersistenceImpl.findByG_N(long groupId, String name)
          Finds the team where groupId = ? and name = ? or throws a NoSuchTeamException if it could not be found.
static Team TeamUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first team in the ordered set where groupId = ?.
 Team TeamPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first team in the ordered set where groupId = ?.
static Team TeamUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last team in the ordered set where groupId = ?.
 Team TeamPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last team in the ordered set where groupId = ?.
 Team TeamPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last team in the ordered set where groupId = ?.
static Team[] TeamUtil.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Finds the teams before and after the current team in the ordered set where groupId = ?.
 Team[] TeamPersistence.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Finds the teams before and after the current team in the ordered set where groupId = ?.
 Team[] TeamPersistenceImpl.findByGroupId_PrevAndNext(long teamId, long groupId, OrderByComparator orderByComparator)
          Finds the teams before and after the current team in the ordered set where groupId = ?.
static Team TeamUtil.findByPrimaryKey(long teamId)
          Finds the team with the primary key or throws a NoSuchTeamException if it could not be found.
 Team TeamPersistence.findByPrimaryKey(long teamId)
          Finds the team with the primary key or throws a NoSuchTeamException if it could not be found.
 Team TeamPersistenceImpl.findByPrimaryKey(long teamId)
          Finds the team with the primary key or throws a NoSuchTeamException if it could not be found.
static Team TeamUtil.remove(long teamId)
          Removes the team with the primary key from the database.
 Team TeamPersistence.remove(long teamId)
          Removes the team with the primary key from the database.
 Team TeamPersistenceImpl.remove(long teamId)
          Removes the team with the primary key from the database.
static void TeamUtil.removeByG_N(long groupId, String name)
          Removes the team where groupId = ? and name = ? from the database.
 void TeamPersistence.removeByG_N(long groupId, String name)
          Removes the team where groupId = ? and name = ? from the database.
 void TeamPersistenceImpl.removeByG_N(long groupId, String name)
          Removes the team where groupId = ? and name = ? from the database.
 


Liferay 6.0.5