Uses of Interface
com.liferay.portal.kernel.model.Repository
Packages that use Repository
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of Repository in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement RepositoryFields in com.liferay.portal.kernel.model with type parameters of type RepositoryModifier and TypeFieldDescriptionstatic final Accessor<Repository,
Long> Repository.REPOSITORY_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return RepositoryModifier and TypeMethodDescriptionRepositoryModel.cloneWithOriginalValues()
RepositoryWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type RepositoryModifier and TypeMethodDescriptionRepositoryWrapper.getAttributeGetterFunctions()
RepositoryWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type RepositoryModifier and TypeMethodDescriptionprotected RepositoryWrapper
RepositoryWrapper.wrap
(Repository repository) Constructors in com.liferay.portal.kernel.model with parameters of type Repository -
Uses of Repository in com.liferay.portal.kernel.portletfilerepository
Methods in com.liferay.portal.kernel.portletfilerepository that return RepositoryModifier and TypeMethodDescriptionPortletFileRepository.addPortletRepository
(long groupId, String portletId, ServiceContext serviceContext) static Repository
PortletFileRepositoryUtil.addPortletRepository
(long groupId, String portletId, ServiceContext serviceContext) PortletFileRepository.fetchPortletRepository
(long groupId, String portletId) static Repository
PortletFileRepositoryUtil.fetchPortletRepository
(long groupId, String portletId) PortletFileRepository.getPortletRepository
(long groupId, String portletId) static Repository
PortletFileRepositoryUtil.getPortletRepository
(long groupId, String portletId) -
Uses of Repository in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return RepositoryModifier and TypeMethodDescriptionRepositoryLocalService.addRepository
(Repository repository) Adds the repository to the database.RepositoryLocalService.addRepository
(String externalReferenceCode, long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, boolean hidden, ServiceContext serviceContext) static Repository
RepositoryLocalServiceUtil.addRepository
(Repository repository) Adds the repository to the database.static Repository
RepositoryLocalServiceUtil.addRepository
(String externalReferenceCode, long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, boolean hidden, ServiceContext serviceContext) RepositoryLocalServiceWrapper.addRepository
(Repository repository) Adds the repository to the database.RepositoryLocalServiceWrapper.addRepository
(String externalReferenceCode, long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, boolean hidden, ServiceContext serviceContext) RepositoryService.addRepository
(String externalReferenceCode, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, ServiceContext serviceContext) static Repository
RepositoryServiceUtil.addRepository
(String externalReferenceCode, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, ServiceContext serviceContext) RepositoryServiceWrapper.addRepository
(String externalReferenceCode, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsUnicodeProperties, ServiceContext serviceContext) RepositoryLocalService.createRepository
(long repositoryId) Creates a new repository with the primary key.static Repository
RepositoryLocalServiceUtil.createRepository
(long repositoryId) Creates a new repository with the primary key.RepositoryLocalServiceWrapper.createRepository
(long repositoryId) Creates a new repository with the primary key.RepositoryLocalService.deleteRepository
(long repositoryId) Deletes the repository with the primary key from the database.RepositoryLocalService.deleteRepository
(Repository repository) Deletes the repository from the database.static Repository
RepositoryLocalServiceUtil.deleteRepository
(long repositoryId) Deletes the repository with the primary key from the database.static Repository
RepositoryLocalServiceUtil.deleteRepository
(Repository repository) Deletes the repository from the database.RepositoryLocalServiceWrapper.deleteRepository
(long repositoryId) Deletes the repository with the primary key from the database.RepositoryLocalServiceWrapper.deleteRepository
(Repository repository) Deletes the repository from the database.RepositoryLocalService.fetchRepository
(long repositoryId) RepositoryLocalService.fetchRepository
(long groupId, String portletId) RepositoryLocalService.fetchRepository
(long groupId, String name, String portletId) static Repository
RepositoryLocalServiceUtil.fetchRepository
(long repositoryId) static Repository
RepositoryLocalServiceUtil.fetchRepository
(long groupId, String portletId) static Repository
RepositoryLocalServiceUtil.fetchRepository
(long groupId, String name, String portletId) RepositoryLocalServiceWrapper.fetchRepository
(long repositoryId) RepositoryLocalServiceWrapper.fetchRepository
(long groupId, String portletId) RepositoryLocalServiceWrapper.fetchRepository
(long groupId, String name, String portletId) RepositoryLocalService.fetchRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) static Repository
RepositoryLocalServiceUtil.fetchRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) RepositoryLocalServiceWrapper.fetchRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) RepositoryLocalService.fetchRepositoryByUuidAndGroupId
(String uuid, long groupId) Returns the repository matching the UUID and group.static Repository
RepositoryLocalServiceUtil.fetchRepositoryByUuidAndGroupId
(String uuid, long groupId) Returns the repository matching the UUID and group.RepositoryLocalServiceWrapper.fetchRepositoryByUuidAndGroupId
(String uuid, long groupId) Returns the repository matching the UUID and group.RepositoryLocalService.getRepository
(long repositoryId) Returns the repository with the primary key.RepositoryLocalService.getRepository
(long groupId, String portletId) RepositoryLocalService.getRepository
(long groupId, String name, String portletId) static Repository
RepositoryLocalServiceUtil.getRepository
(long repositoryId) Returns the repository with the primary key.static Repository
RepositoryLocalServiceUtil.getRepository
(long groupId, String portletId) static Repository
RepositoryLocalServiceUtil.getRepository
(long groupId, String name, String portletId) RepositoryLocalServiceWrapper.getRepository
(long repositoryId) Returns the repository with the primary key.RepositoryLocalServiceWrapper.getRepository
(long groupId, String portletId) RepositoryLocalServiceWrapper.getRepository
(long groupId, String name, String portletId) RepositoryService.getRepository
(long repositoryId) RepositoryService.getRepository
(long groupId, String portletId) static Repository
RepositoryServiceUtil.getRepository
(long repositoryId) static Repository
RepositoryServiceUtil.getRepository
(long groupId, String portletId) RepositoryServiceWrapper.getRepository
(long repositoryId) RepositoryServiceWrapper.getRepository
(long groupId, String portletId) RepositoryLocalService.getRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) static Repository
RepositoryLocalServiceUtil.getRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) RepositoryLocalServiceWrapper.getRepositoryByExternalReferenceCode
(String externalReferenceCode, long groupId) RepositoryLocalService.getRepositoryByUuidAndGroupId
(String uuid, long groupId) Returns the repository matching the UUID and group.static Repository
RepositoryLocalServiceUtil.getRepositoryByUuidAndGroupId
(String uuid, long groupId) Returns the repository matching the UUID and group.RepositoryLocalServiceWrapper.getRepositoryByUuidAndGroupId
(String uuid, long groupId) Returns the repository matching the UUID and group.RepositoryLocalService.updateRepository
(Repository repository) Updates the repository in the database or adds it if it does not yet exist.static Repository
RepositoryLocalServiceUtil.updateRepository
(Repository repository) Updates the repository in the database or adds it if it does not yet exist.RepositoryLocalServiceWrapper.updateRepository
(Repository repository) Updates the repository in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type RepositoryModifier and TypeMethodDescriptionRepositoryLocalService.getCTPersistence()
RepositoryLocalServiceWrapper.getCTPersistence()
RepositoryLocalService.getGroupRepositories
(long groupId) static List<Repository>
RepositoryLocalServiceUtil.getGroupRepositories
(long groupId) RepositoryLocalServiceWrapper.getGroupRepositories
(long groupId) RepositoryLocalService.getModelClass()
RepositoryLocalServiceWrapper.getModelClass()
RepositoryLocalService.getRepositories
(int start, int end) Returns a range of all the repositories.static List<Repository>
RepositoryLocalServiceUtil.getRepositories
(int start, int end) Returns a range of all the repositories.RepositoryLocalServiceWrapper.getRepositories
(int start, int end) Returns a range of all the repositories.RepositoryLocalService.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the repositories matching the UUID and company.RepositoryLocalService.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.static List<Repository>
RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the repositories matching the UUID and company.static List<Repository>
RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the repositories matching the UUID and company.RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.Methods in com.liferay.portal.kernel.service with parameters of type RepositoryModifier and TypeMethodDescriptionRepositoryLocalService.addRepository
(Repository repository) Adds the repository to the database.static Repository
RepositoryLocalServiceUtil.addRepository
(Repository repository) Adds the repository to the database.RepositoryLocalServiceWrapper.addRepository
(Repository repository) Adds the repository to the database.RepositoryLocalService.deleteRepository
(Repository repository) Deletes the repository from the database.static Repository
RepositoryLocalServiceUtil.deleteRepository
(Repository repository) Deletes the repository from the database.RepositoryLocalServiceWrapper.deleteRepository
(Repository repository) Deletes the repository from the database.RepositoryLocalService.updateRepository
(Repository repository) Updates the repository in the database or adds it if it does not yet exist.static Repository
RepositoryLocalServiceUtil.updateRepository
(Repository repository) Updates the repository in the database or adds it if it does not yet exist.RepositoryLocalServiceWrapper.updateRepository
(Repository repository) Updates the repository in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type RepositoryModifier and TypeMethodDescriptionRepositoryLocalService.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.static List<Repository>
RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.<R,
E extends Throwable>
RRepositoryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Repository>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRepositoryLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Repository>, R, E> updateUnsafeFunction) -
Uses of Repository in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return RepositoryModifier and TypeMethodDescriptionRepositoryPersistence.create
(long repositoryId) Creates a new repository with the primary key.static Repository
RepositoryUtil.create
(long repositoryId) Creates a new repository with the primary key.RepositoryPersistence.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the repository where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.RepositoryPersistence.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the repository where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static Repository
RepositoryUtil.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the repository where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static Repository
RepositoryUtil.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the repository where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.RepositoryPersistence.fetchByG_N_P
(long groupId, String name, String portletId) Returns the repository where groupId = ? and name = ? and portletId = ? or returnsnull
if it could not be found.RepositoryPersistence.fetchByG_N_P
(long groupId, String name, String portletId, boolean useFinderCache) Returns the repository where groupId = ? and name = ? and portletId = ? or returnsnull
if it could not be found, optionally using the finder cache.static Repository
RepositoryUtil.fetchByG_N_P
(long groupId, String name, String portletId) Returns the repository where groupId = ? and name = ? and portletId = ? or returnsnull
if it could not be found.static Repository
RepositoryUtil.fetchByG_N_P
(long groupId, String name, String portletId, boolean useFinderCache) Returns the repository where groupId = ? and name = ? and portletId = ? or returnsnull
if it could not be found, optionally using the finder cache.RepositoryPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.fetchByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.RepositoryPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.RepositoryPersistence.fetchByPrimaryKey
(long repositoryId) Returns the repository with the primary key or returnsnull
if it could not be found.static Repository
RepositoryUtil.fetchByPrimaryKey
(long repositoryId) Returns the repository with the primary key or returnsnull
if it could not be found.RepositoryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.fetchByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.RepositoryPersistence.fetchByUUID_G
(String uuid, long groupId) Returns the repository where uuid = ? and groupId = ? or returnsnull
if it could not be found.RepositoryPersistence.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the repository where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static Repository
RepositoryUtil.fetchByUUID_G
(String uuid, long groupId) Returns the repository where uuid = ? and groupId = ? or returnsnull
if it could not be found.static Repository
RepositoryUtil.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the repository where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.RepositoryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.RepositoryPersistence.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.static Repository
RepositoryUtil.update
(Repository repository) static Repository
RepositoryUtil.update
(Repository repository, ServiceContext serviceContext) RepositoryPersistence.updateImpl
(Repository repository) static Repository
RepositoryUtil.updateImpl
(Repository repository) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type RepositoryModifier and TypeMethodDescriptionstatic Map<Serializable,
Repository> RepositoryUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) RepositoryPersistence.findAll()
Returns all the repositories.RepositoryPersistence.findAll
(int start, int end) Returns a range of all the repositories.RepositoryPersistence.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories.RepositoryPersistence.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories.static List<Repository>
RepositoryUtil.findAll()
Returns all the repositories.static List<Repository>
RepositoryUtil.findAll
(int start, int end) Returns a range of all the repositories.static List<Repository>
RepositoryUtil.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories.static List<Repository>
RepositoryUtil.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories.RepositoryPersistence.findByGroupId
(long groupId) Returns all the repositories where groupId = ?.RepositoryPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the repositories where groupId = ?.RepositoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where groupId = ?.RepositoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where groupId = ?.static List<Repository>
RepositoryUtil.findByGroupId
(long groupId) Returns all the repositories where groupId = ?.static List<Repository>
RepositoryUtil.findByGroupId
(long groupId, int start, int end) Returns a range of all the repositories where groupId = ?.static List<Repository>
RepositoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where groupId = ?.static List<Repository>
RepositoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where groupId = ?.RepositoryPersistence.findByUuid
(String uuid) Returns all the repositories where uuid = ?.RepositoryPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the repositories where uuid = ?.RepositoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ?.RepositoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ?.static List<Repository>
RepositoryUtil.findByUuid
(String uuid) Returns all the repositories where uuid = ?.static List<Repository>
RepositoryUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the repositories where uuid = ?.static List<Repository>
RepositoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ?.static List<Repository>
RepositoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ?.RepositoryPersistence.findByUuid_C
(String uuid, long companyId) Returns all the repositories where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the repositories where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findByUuid_C
(String uuid, long companyId) Returns all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<Repository>
RepositoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<Repository>
RepositoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Repository> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
RepositoryPersistence.cacheResult
(Repository repository) Caches the repository in the entity cache if it is enabled.static void
RepositoryUtil.cacheResult
(Repository repository) Caches the repository in the entity cache if it is enabled.static void
RepositoryUtil.clearCache
(Repository repository) static Repository
RepositoryUtil.update
(Repository repository) static Repository
RepositoryUtil.update
(Repository repository, ServiceContext serviceContext) RepositoryPersistence.updateImpl
(Repository repository) static Repository
RepositoryUtil.updateImpl
(Repository repository) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type RepositoryModifier and TypeMethodDescriptionvoid
RepositoryPersistence.cacheResult
(List<Repository> repositories) Caches the repositories in the entity cache if it is enabled.static void
RepositoryUtil.cacheResult
(List<Repository> repositories) Caches the repositories in the entity cache if it is enabled.RepositoryPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.fetchByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.RepositoryPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.RepositoryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.fetchByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.RepositoryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.RepositoryPersistence.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories.RepositoryPersistence.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories.static List<Repository>
RepositoryUtil.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories.static List<Repository>
RepositoryUtil.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories.RepositoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where groupId = ?.RepositoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where groupId = ?.static List<Repository>
RepositoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where groupId = ?.static List<Repository>
RepositoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where groupId = ?.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.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ?.RepositoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ?.static List<Repository>
RepositoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ?.static List<Repository>
RepositoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ?.RepositoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.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_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 = ?.static List<Repository>
RepositoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Repository> orderByComparator)