Uses of Interface
com.liferay.portal.kernel.model.RepositoryEntry
Packages that use RepositoryEntry
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 RepositoryEntry in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement RepositoryEntryFields in com.liferay.portal.kernel.model with type parameters of type RepositoryEntryModifier and TypeFieldDescriptionstatic final Accessor<RepositoryEntry,
Long> RepositoryEntry.REPOSITORY_ENTRY_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return RepositoryEntryModifier and TypeMethodDescriptionRepositoryEntryModel.cloneWithOriginalValues()
RepositoryEntryWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type RepositoryEntryModifier and TypeMethodDescriptionRepositoryEntryWrapper.getAttributeGetterFunctions()
RepositoryEntryWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type RepositoryEntryModifier and TypeMethodDescriptionprotected RepositoryEntryWrapper
RepositoryEntryWrapper.wrap
(RepositoryEntry repositoryEntry) Constructors in com.liferay.portal.kernel.model with parameters of type RepositoryEntry -
Uses of RepositoryEntry in com.liferay.portal.kernel.repository
Methods in com.liferay.portal.kernel.repository that return RepositoryEntryModifier and TypeMethodDescriptionprotected RepositoryEntry
BaseRepositoryImpl.getRepositoryEntry
(String objectId) -
Uses of RepositoryEntry in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return RepositoryEntryModifier and TypeMethodDescriptionRepositoryEntryLocalService.addRepositoryEntry
(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) RepositoryEntryLocalService.addRepositoryEntry
(RepositoryEntry repositoryEntry) Adds the repository entry to the database.static RepositoryEntry
RepositoryEntryLocalServiceUtil.addRepositoryEntry
(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) static RepositoryEntry
RepositoryEntryLocalServiceUtil.addRepositoryEntry
(RepositoryEntry repositoryEntry) Adds the repository entry to the database.RepositoryEntryLocalServiceWrapper.addRepositoryEntry
(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) RepositoryEntryLocalServiceWrapper.addRepositoryEntry
(RepositoryEntry repositoryEntry) Adds the repository entry to the database.RepositoryEntryLocalService.createRepositoryEntry
(long repositoryEntryId) Creates a new repository entry with the primary key.static RepositoryEntry
RepositoryEntryLocalServiceUtil.createRepositoryEntry
(long repositoryEntryId) Creates a new repository entry with the primary key.RepositoryEntryLocalServiceWrapper.createRepositoryEntry
(long repositoryEntryId) Creates a new repository entry with the primary key.RepositoryEntryLocalService.deleteRepositoryEntry
(long repositoryEntryId) Deletes the repository entry with the primary key from the database.RepositoryEntryLocalService.deleteRepositoryEntry
(RepositoryEntry repositoryEntry) Deletes the repository entry from the database.static RepositoryEntry
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry
(long repositoryEntryId) Deletes the repository entry with the primary key from the database.static RepositoryEntry
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry
(RepositoryEntry repositoryEntry) Deletes the repository entry from the database.RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry
(long repositoryEntryId) Deletes the repository entry with the primary key from the database.RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry
(RepositoryEntry repositoryEntry) Deletes the repository entry from the database.RepositoryEntryLocalService.fetchRepositoryEntry
(long repositoryEntryId) static RepositoryEntry
RepositoryEntryLocalServiceUtil.fetchRepositoryEntry
(long repositoryEntryId) RepositoryEntryLocalServiceWrapper.fetchRepositoryEntry
(long repositoryEntryId) RepositoryEntryLocalService.fetchRepositoryEntryByUuidAndGroupId
(String uuid, long groupId) Returns the repository entry matching the UUID and group.static RepositoryEntry
RepositoryEntryLocalServiceUtil.fetchRepositoryEntryByUuidAndGroupId
(String uuid, long groupId) Returns the repository entry matching the UUID and group.RepositoryEntryLocalServiceWrapper.fetchRepositoryEntryByUuidAndGroupId
(String uuid, long groupId) Returns the repository entry matching the UUID and group.RepositoryEntryLocalService.getRepositoryEntry
(long repositoryEntryId) Returns the repository entry with the primary key.RepositoryEntryLocalService.getRepositoryEntry
(long userId, long groupId, long repositoryId, String objectId) RepositoryEntryLocalService.getRepositoryEntry
(String uuid, long groupId) static RepositoryEntry
RepositoryEntryLocalServiceUtil.getRepositoryEntry
(long repositoryEntryId) Returns the repository entry with the primary key.static RepositoryEntry
RepositoryEntryLocalServiceUtil.getRepositoryEntry
(long userId, long groupId, long repositoryId, String objectId) static RepositoryEntry
RepositoryEntryLocalServiceUtil.getRepositoryEntry
(String uuid, long groupId) RepositoryEntryLocalServiceWrapper.getRepositoryEntry
(long repositoryEntryId) Returns the repository entry with the primary key.RepositoryEntryLocalServiceWrapper.getRepositoryEntry
(long userId, long groupId, long repositoryId, String objectId) RepositoryEntryLocalServiceWrapper.getRepositoryEntry
(String uuid, long groupId) RepositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId
(String uuid, long groupId) Returns the repository entry matching the UUID and group.static RepositoryEntry
RepositoryEntryLocalServiceUtil.getRepositoryEntryByUuidAndGroupId
(String uuid, long groupId) Returns the repository entry matching the UUID and group.RepositoryEntryLocalServiceWrapper.getRepositoryEntryByUuidAndGroupId
(String uuid, long groupId) Returns the repository entry matching the UUID and group.RepositoryEntryLocalService.updateRepositoryEntry
(long repositoryEntryId, String mappedId) RepositoryEntryLocalService.updateRepositoryEntry
(RepositoryEntry repositoryEntry) Updates the repository entry in the database or adds it if it does not yet exist.static RepositoryEntry
RepositoryEntryLocalServiceUtil.updateRepositoryEntry
(long repositoryEntryId, String mappedId) static RepositoryEntry
RepositoryEntryLocalServiceUtil.updateRepositoryEntry
(RepositoryEntry repositoryEntry) Updates the repository entry in the database or adds it if it does not yet exist.RepositoryEntryLocalServiceWrapper.updateRepositoryEntry
(long repositoryEntryId, String mappedId) RepositoryEntryLocalServiceWrapper.updateRepositoryEntry
(RepositoryEntry repositoryEntry) Updates the repository entry 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 RepositoryEntryModifier and TypeMethodDescriptionRepositoryEntryLocalService.getCTPersistence()
RepositoryEntryLocalServiceWrapper.getCTPersistence()
RepositoryEntryLocalService.getModelClass()
RepositoryEntryLocalServiceWrapper.getModelClass()
RepositoryEntryLocalService.getRepositoryEntries
(int start, int end) Returns a range of all the repository entries.RepositoryEntryLocalService.getRepositoryEntries
(long repositoryId) static List<RepositoryEntry>
RepositoryEntryLocalServiceUtil.getRepositoryEntries
(int start, int end) Returns a range of all the repository entries.static List<RepositoryEntry>
RepositoryEntryLocalServiceUtil.getRepositoryEntries
(long repositoryId) RepositoryEntryLocalServiceWrapper.getRepositoryEntries
(int start, int end) Returns a range of all the repository entries.RepositoryEntryLocalServiceWrapper.getRepositoryEntries
(long repositoryId) RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the repository entries matching the UUID and company.RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.static List<RepositoryEntry>
RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the repository entries matching the UUID and company.static List<RepositoryEntry>
RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId) Returns all the repository entries matching the UUID and company.RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.Methods in com.liferay.portal.kernel.service with parameters of type RepositoryEntryModifier and TypeMethodDescriptionRepositoryEntryLocalService.addRepositoryEntry
(RepositoryEntry repositoryEntry) Adds the repository entry to the database.static RepositoryEntry
RepositoryEntryLocalServiceUtil.addRepositoryEntry
(RepositoryEntry repositoryEntry) Adds the repository entry to the database.RepositoryEntryLocalServiceWrapper.addRepositoryEntry
(RepositoryEntry repositoryEntry) Adds the repository entry to the database.RepositoryEntryLocalService.deleteRepositoryEntry
(RepositoryEntry repositoryEntry) Deletes the repository entry from the database.static RepositoryEntry
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry
(RepositoryEntry repositoryEntry) Deletes the repository entry from the database.RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry
(RepositoryEntry repositoryEntry) Deletes the repository entry from the database.RepositoryEntryLocalService.updateRepositoryEntry
(RepositoryEntry repositoryEntry) Updates the repository entry in the database or adds it if it does not yet exist.static RepositoryEntry
RepositoryEntryLocalServiceUtil.updateRepositoryEntry
(RepositoryEntry repositoryEntry) Updates the repository entry in the database or adds it if it does not yet exist.RepositoryEntryLocalServiceWrapper.updateRepositoryEntry
(RepositoryEntry repositoryEntry) Updates the repository entry 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 RepositoryEntryModifier and TypeMethodDescriptionRepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.static List<RepositoryEntry>
RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.<R,
E extends Throwable>
RRepositoryEntryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RepositoryEntry>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRepositoryEntryLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RepositoryEntry>, R, E> updateUnsafeFunction) -
Uses of RepositoryEntry in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return RepositoryEntryModifier and TypeMethodDescriptionRepositoryEntryPersistence.create
(long repositoryEntryId) Creates a new repository entry with the primary key.static RepositoryEntry
RepositoryEntryUtil.create
(long repositoryEntryId) Creates a new repository entry with the primary key.RepositoryEntryPersistence.fetchByPrimaryKey
(long repositoryEntryId) Returns the repository entry with the primary key or returnsnull
if it could not be found.static RepositoryEntry
RepositoryEntryUtil.fetchByPrimaryKey
(long repositoryEntryId) Returns the repository entry with the primary key or returnsnull
if it could not be found.RepositoryEntryPersistence.fetchByR_M
(long repositoryId, String mappedId) Returns the repository entry where repositoryId = ? and mappedId = ? or returnsnull
if it could not be found.RepositoryEntryPersistence.fetchByR_M
(long repositoryId, String mappedId, boolean useFinderCache) Returns the repository entry where repositoryId = ? and mappedId = ? or returnsnull
if it could not be found, optionally using the finder cache.static RepositoryEntry
RepositoryEntryUtil.fetchByR_M
(long repositoryId, String mappedId) Returns the repository entry where repositoryId = ? and mappedId = ? or returnsnull
if it could not be found.static RepositoryEntry
RepositoryEntryUtil.fetchByR_M
(long repositoryId, String mappedId, boolean useFinderCache) Returns the repository entry where repositoryId = ? and mappedId = ? or returnsnull
if it could not be found, optionally using the finder cache.RepositoryEntryPersistence.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.fetchByUuid_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.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.fetchByUuid_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.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.RepositoryEntryPersistence.fetchByUUID_G
(String uuid, long groupId) Returns the repository entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.RepositoryEntryPersistence.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the repository entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static RepositoryEntry
RepositoryEntryUtil.fetchByUUID_G
(String uuid, long groupId) Returns the repository entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.static RepositoryEntry
RepositoryEntryUtil.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the repository entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.RepositoryEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.RepositoryEntryPersistence.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.static RepositoryEntry
RepositoryEntryUtil.update
(RepositoryEntry repositoryEntry) static RepositoryEntry
RepositoryEntryUtil.update
(RepositoryEntry repositoryEntry, ServiceContext serviceContext) RepositoryEntryPersistence.updateImpl
(RepositoryEntry repositoryEntry) static RepositoryEntry
RepositoryEntryUtil.updateImpl
(RepositoryEntry repositoryEntry) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type RepositoryEntryModifier and TypeMethodDescriptionstatic Map<Serializable,
RepositoryEntry> RepositoryEntryUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) RepositoryEntryPersistence.findAll()
Returns all the repository entries.RepositoryEntryPersistence.findAll
(int start, int end) Returns a range of all the repository entries.RepositoryEntryPersistence.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries.RepositoryEntryPersistence.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries.static List<RepositoryEntry>
RepositoryEntryUtil.findAll()
Returns all the repository entries.static List<RepositoryEntry>
RepositoryEntryUtil.findAll
(int start, int end) Returns a range of all the repository entries.static List<RepositoryEntry>
RepositoryEntryUtil.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries.static List<RepositoryEntry>
RepositoryEntryUtil.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries.RepositoryEntryPersistence.findByRepositoryId
(long repositoryId) Returns all the repository entries where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end) Returns a range of all the repository entries where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where repositoryId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByRepositoryId
(long repositoryId) Returns all the repository entries where repositoryId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByRepositoryId
(long repositoryId, int start, int end) Returns a range of all the repository entries where repositoryId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where repositoryId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where repositoryId = ?.RepositoryEntryPersistence.findByUuid
(String uuid) Returns all the repository entries where uuid = ?.RepositoryEntryPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the repository entries where uuid = ?.RepositoryEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ?.RepositoryEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid
(String uuid) Returns all the repository entries where uuid = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the repository entries where uuid = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ?.RepositoryEntryPersistence.findByUuid_C
(String uuid, long companyId) Returns all the repository entries where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the repository entries where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid_C
(String uuid, long companyId) Returns all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<RepositoryEntry>
RepositoryEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<RepositoryEntry>
RepositoryEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type RepositoryEntryModifier and TypeMethodDescriptionvoid
RepositoryEntryPersistence.cacheResult
(RepositoryEntry repositoryEntry) Caches the repository entry in the entity cache if it is enabled.static void
RepositoryEntryUtil.cacheResult
(RepositoryEntry repositoryEntry) Caches the repository entry in the entity cache if it is enabled.static void
RepositoryEntryUtil.clearCache
(RepositoryEntry repositoryEntry) static RepositoryEntry
RepositoryEntryUtil.update
(RepositoryEntry repositoryEntry) static RepositoryEntry
RepositoryEntryUtil.update
(RepositoryEntry repositoryEntry, ServiceContext serviceContext) RepositoryEntryPersistence.updateImpl
(RepositoryEntry repositoryEntry) static RepositoryEntry
RepositoryEntryUtil.updateImpl
(RepositoryEntry repositoryEntry) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type RepositoryEntryModifier and TypeMethodDescriptionvoid
RepositoryEntryPersistence.cacheResult
(List<RepositoryEntry> repositoryEntries) Caches the repository entries in the entity cache if it is enabled.static void
RepositoryEntryUtil.cacheResult
(List<RepositoryEntry> repositoryEntries) Caches the repository entries in the entity cache if it is enabled.RepositoryEntryPersistence.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.fetchByUuid_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.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.fetchByUuid_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.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.RepositoryEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.RepositoryEntryPersistence.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries.RepositoryEntryPersistence.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries.static List<RepositoryEntry>
RepositoryEntryUtil.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries.static List<RepositoryEntry>
RepositoryEntryUtil.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries.RepositoryEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where repositoryId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where repositoryId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where repositoryId = ?.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
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ?.RepositoryEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ?.RepositoryEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.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_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 = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)