Uses of Class
com.liferay.portal.kernel.exception.NoSuchRepositoryException
Packages that use NoSuchRepositoryException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchRepositoryException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchRepositoryExceptionModifier and TypeMethodDescriptionRepositoryPersistence.findByERC_G
(String externalReferenceCode, long groupId) Returns the repository where externalReferenceCode = ? and groupId = ? or throws aNoSuchRepositoryException
if it could not be found.static Repository
RepositoryUtil.findByERC_G
(String externalReferenceCode, long groupId) Returns the repository where externalReferenceCode = ? and groupId = ? or throws aNoSuchRepositoryException
if it could not be found.RepositoryPersistence.findByG_N_P
(long groupId, String name, String portletId) Returns the repository where groupId = ? and name = ? and portletId = ? or throws aNoSuchRepositoryException
if it could not be found.static Repository
RepositoryUtil.findByG_N_P
(long groupId, String name, String portletId) Returns the repository where groupId = ? and name = ? and portletId = ? or throws aNoSuchRepositoryException
if it could not be found.RepositoryPersistence.findByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.findByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.RepositoryPersistence.findByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.findByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.RepositoryPersistence.findByGroupId_PrevAndNext
(long repositoryId, long groupId, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where groupId = ?.static Repository[]
RepositoryUtil.findByGroupId_PrevAndNext
(long repositoryId, long groupId, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where groupId = ?.RepositoryPersistence.findByPrimaryKey
(long repositoryId) Returns the repository with the primary key or throws aNoSuchRepositoryException
if it could not be found.static Repository
RepositoryUtil.findByPrimaryKey
(long repositoryId) Returns the repository with the primary key or throws aNoSuchRepositoryException
if it could not be found.RepositoryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C_PrevAndNext
(long repositoryId, String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.static Repository[]
RepositoryUtil.findByUuid_C_PrevAndNext
(long repositoryId, String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.findByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.RepositoryPersistence.findByUUID_G
(String uuid, long groupId) Returns the repository where uuid = ? and groupId = ? or throws aNoSuchRepositoryException
if it could not be found.static Repository
RepositoryUtil.findByUUID_G
(String uuid, long groupId) Returns the repository where uuid = ? and groupId = ? or throws aNoSuchRepositoryException
if it could not be found.RepositoryPersistence.findByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.findByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.RepositoryPersistence.findByUuid_PrevAndNext
(long repositoryId, String uuid, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where uuid = ?.static Repository[]
RepositoryUtil.findByUuid_PrevAndNext
(long repositoryId, String uuid, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where uuid = ?.RepositoryPersistence.remove
(long repositoryId) Removes the repository with the primary key from the database.static Repository
RepositoryUtil.remove
(long repositoryId) Removes the repository with the primary key from the database.RepositoryPersistence.removeByERC_G
(String externalReferenceCode, long groupId) Removes the repository where externalReferenceCode = ? and groupId = ? from the database.static Repository
RepositoryUtil.removeByERC_G
(String externalReferenceCode, long groupId) Removes the repository where externalReferenceCode = ? and groupId = ? from the database.RepositoryPersistence.removeByG_N_P
(long groupId, String name, String portletId) Removes the repository where groupId = ? and name = ? and portletId = ? from the database.static Repository
RepositoryUtil.removeByG_N_P
(long groupId, String name, String portletId) Removes the repository where groupId = ? and name = ? and portletId = ? from the database.RepositoryPersistence.removeByUUID_G
(String uuid, long groupId) Removes the repository where uuid = ? and groupId = ? from the database.static Repository
RepositoryUtil.removeByUUID_G
(String uuid, long groupId) Removes the repository where uuid = ? and groupId = ? from the database.