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_ACCESSORMethods 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 RepositoryEntryWrapperRepositoryEntryWrapper.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 RepositoryEntryBaseRepositoryImpl.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 RepositoryEntryRepositoryEntryLocalServiceUtil.addRepositoryEntry(long userId, long groupId, long repositoryId, String mappedId, ServiceContext serviceContext) static RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.deleteRepositoryEntry(long repositoryEntryId) Deletes the repository entry with the primary key from the database.static RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.fetchRepositoryEntry(long repositoryEntryId) RepositoryEntryLocalServiceWrapper.fetchRepositoryEntry(long repositoryEntryId) RepositoryEntryLocalService.fetchRepositoryEntryByUuidAndGroupId(String uuid, long groupId) Returns the repository entry matching the UUID and group.static RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.getRepositoryEntry(long repositoryEntryId) Returns the repository entry with the primary key.static RepositoryEntryRepositoryEntryLocalServiceUtil.getRepositoryEntry(long userId, long groupId, long repositoryId, String objectId) static RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.updateRepositoryEntry(long repositoryEntryId, String mappedId) static RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryLocalServiceUtil.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 RepositoryEntryRepositoryEntryUtil.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 returnsnullif it could not be found.static RepositoryEntryRepositoryEntryUtil.fetchByPrimaryKey(long repositoryEntryId) Returns the repository entry with the primary key or returnsnullif it could not be found.RepositoryEntryPersistence.fetchByR_M(long repositoryId, String mappedId) Returns the repository entry where repositoryId = ? and mappedId = ? or returnsnullif it could not be found.RepositoryEntryPersistence.fetchByR_M(long repositoryId, String mappedId, boolean useFinderCache) Returns the repository entry where repositoryId = ? and mappedId = ? or returnsnullif it could not be found, optionally using the finder cache.static RepositoryEntryRepositoryEntryUtil.fetchByR_M(long repositoryId, String mappedId) Returns the repository entry where repositoryId = ? and mappedId = ? or returnsnullif it could not be found.static RepositoryEntryRepositoryEntryUtil.fetchByR_M(long repositoryId, String mappedId, boolean useFinderCache) Returns the repository entry where repositoryId = ? and mappedId = ? or returnsnullif 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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 returnsnullif it could not be found.RepositoryEntryPersistence.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the repository entry where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static RepositoryEntryRepositoryEntryUtil.fetchByUUID_G(String uuid, long groupId) Returns the repository entry where uuid = ? and groupId = ? or returnsnullif it could not be found.static RepositoryEntryRepositoryEntryUtil.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the repository entry where uuid = ? and groupId = ? or returnsnullif 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 RepositoryEntryRepositoryEntryUtil.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 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.static RepositoryEntryRepositoryEntryUtil.update(RepositoryEntry repositoryEntry) static RepositoryEntryRepositoryEntryUtil.update(RepositoryEntry repositoryEntry, ServiceContext serviceContext) RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry) static RepositoryEntryRepositoryEntryUtil.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 TypeMethodDescriptionvoidRepositoryEntryPersistence.cacheResult(RepositoryEntry repositoryEntry) Caches the repository entry in the entity cache if it is enabled.static voidRepositoryEntryUtil.cacheResult(RepositoryEntry repositoryEntry) Caches the repository entry in the entity cache if it is enabled.static voidRepositoryEntryUtil.clearCache(RepositoryEntry repositoryEntry) static RepositoryEntryRepositoryEntryUtil.update(RepositoryEntry repositoryEntry) static RepositoryEntryRepositoryEntryUtil.update(RepositoryEntry repositoryEntry, ServiceContext serviceContext) RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry) static RepositoryEntryRepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type RepositoryEntryModifier and TypeMethodDescriptionvoidRepositoryEntryPersistence.cacheResult(List<RepositoryEntry> repositoryEntries) Caches the repository entries in the entity cache if it is enabled.static voidRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 RepositoryEntryRepositoryEntryUtil.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 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(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 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_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 = ?.static List<RepositoryEntry>RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator)