Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchRepositoryEntryException

Packages that use NoSuchRepositoryEntryException
com.liferay.portal.repository.cmis   
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchRepositoryEntryException in com.liferay.portal.repository.cmis
 

Methods in com.liferay.portal.repository.cmis that throw NoSuchRepositoryEntryException
protected  void CMISRepository.updateMappedId(long repositoryEntryId, String mappedId)
           
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchRepositoryEntryException
 RepositoryEntry RepositoryEntryPersistence.findByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found.
static RepositoryEntry RepositoryEntryUtil.findByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.findByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
static RepositoryEntry RepositoryEntryUtil.findByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByR_M(long repositoryId, String mappedId)
          Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry[] RepositoryEntryPersistenceImpl.findByRepositoryId_PrevAndNext(long repositoryEntryId, long repositoryId, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.findByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
static RepositoryEntry RepositoryEntryUtil.findByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found.
 RepositoryEntry RepositoryEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 RepositoryEntry[] RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
static RepositoryEntry[] RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
 RepositoryEntry[] RepositoryEntryPersistenceImpl.findByUuid_PrevAndNext(long repositoryEntryId, String uuid, OrderByComparator orderByComparator)
          Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.
 RepositoryEntry RepositoryEntryPersistence.remove(long repositoryEntryId)
          Removes the repository entry with the primary key from the database.
static RepositoryEntry RepositoryEntryUtil.remove(long repositoryEntryId)
          Removes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryPersistenceImpl.remove(long repositoryEntryId)
          Removes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryPersistence.removeByR_M(long repositoryId, String mappedId)
          Removes the repository entry where repositoryId = ? and mappedId = ? from the database.
static RepositoryEntry RepositoryEntryUtil.removeByR_M(long repositoryId, String mappedId)
          Removes the repository entry where repositoryId = ? and mappedId = ? from the database.
 RepositoryEntry RepositoryEntryPersistenceImpl.removeByR_M(long repositoryId, String mappedId)
          Removes the repository entry where repositoryId = ? and mappedId = ? from the database.
 RepositoryEntry RepositoryEntryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the repository entry where uuid = ? and groupId = ? from the database.
static RepositoryEntry RepositoryEntryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the repository entry where uuid = ? and groupId = ? from the database.
 RepositoryEntry RepositoryEntryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the repository entry where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.2-ce-ga3