Uses of Class
com.liferay.portal.kernel.exception.NoSuchRepositoryEntryException
Packages that use NoSuchRepositoryEntryException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchRepositoryEntryException in com.liferay.portal.kernel.repository
Methods in com.liferay.portal.kernel.repository that throw NoSuchRepositoryEntryExceptionModifier and TypeMethodDescriptionprotected void
BaseRepositoryImpl.clearManualCheckInRequired
(long fileEntryId, ServiceContext serviceContext) protected void
BaseRepositoryImpl.setManualCheckInRequired
(long fileEntryId, ServiceContext serviceContext) -
Uses of NoSuchRepositoryEntryException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchRepositoryEntryExceptionModifier and TypeMethodDescriptionRepositoryEntryPersistence.findByPrimaryKey
(long repositoryEntryId) Returns the repository entry with the primary key or throws aNoSuchRepositoryEntryException
if it could not be found.static RepositoryEntry
RepositoryEntryUtil.findByPrimaryKey
(long repositoryEntryId) Returns the repository entry with the primary key or throws aNoSuchRepositoryEntryException
if it could not be found.Returns the repository entry where repositoryId = ? and mappedId = ? or throws aNoSuchRepositoryEntryException
if it could not be found.static RepositoryEntry
Returns the repository entry where repositoryId = ? and mappedId = ? or throws aNoSuchRepositoryEntryException
if it could not be found.RepositoryEntryPersistence.findByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.findByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.findByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId_PrevAndNext
(long repositoryEntryId, long repositoryId, OrderByComparator<RepositoryEntry> 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<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.static RepositoryEntry
RepositoryEntryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.static RepositoryEntry
RepositoryEntryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C_PrevAndNext
(long repositoryEntryId, String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.static RepositoryEntry[]
RepositoryEntryUtil.findByUuid_C_PrevAndNext
(long repositoryEntryId, String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.findByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.RepositoryEntryPersistence.findByUUID_G
(String uuid, long groupId) Returns the repository entry where uuid = ? and groupId = ? or throws aNoSuchRepositoryEntryException
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 aNoSuchRepositoryEntryException
if it could not be found.RepositoryEntryPersistence.findByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.findByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.RepositoryEntryPersistence.findByUuid_PrevAndNext
(long repositoryEntryId, String uuid, OrderByComparator<RepositoryEntry> 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<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.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.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.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.