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 voidBaseRepositoryImpl.clearManualCheckInRequired(long fileEntryId, ServiceContext serviceContext) protected voidBaseRepositoryImpl.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 aNoSuchRepositoryEntryExceptionif it could not be found.static RepositoryEntryRepositoryEntryUtil.findByPrimaryKey(long repositoryEntryId) Returns the repository entry with the primary key or throws aNoSuchRepositoryEntryExceptionif it could not be found.Returns the repository entry where repositoryId = ? and mappedId = ? or throws aNoSuchRepositoryEntryExceptionif it could not be found.static RepositoryEntryReturns the repository entry where repositoryId = ? and mappedId = ? or throws aNoSuchRepositoryEntryExceptionif 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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 aNoSuchRepositoryEntryExceptionif it could not be found.static RepositoryEntryRepositoryEntryUtil.findByUUID_G(String uuid, long groupId) Returns the repository entry where uuid = ? and groupId = ? or throws aNoSuchRepositoryEntryExceptionif 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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.removeByUUID_G(String uuid, long groupId) Removes the repository entry where uuid = ? and groupId = ? from the database.