Liferay 6.1.0-ce-b4

Uses of Class
com.liferay.portal.NoSuchRepositoryException

Packages that use NoSuchRepositoryException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces and classes. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchRepositoryException
static Repository RepositoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
 Repository RepositoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first repository in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
 Repository RepositoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last repository in the ordered set where groupId = ?.
static Repository[] RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
 Repository[] RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId, long groupId, OrderByComparator orderByComparator)
          Returns the repositories before and after the current repository in the ordered set where groupId = ?.
static Repository RepositoryUtil.findByPrimaryKey(long repositoryId)
          Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found.
 Repository RepositoryPersistence.findByPrimaryKey(long repositoryId)
          Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found.
static Repository RepositoryUtil.remove(long repositoryId)
          Removes the repository with the primary key from the database.
 Repository RepositoryPersistence.remove(long repositoryId)
          Removes the repository with the primary key from the database.
 


Liferay 6.1.0-ce-b4