Uses of Interface
com.liferay.portal.kernel.repository.LocalRepository
Packages that use LocalRepository
Package
Description
This package defines the portal repository proxy beans.
-
Uses of LocalRepository in com.liferay.portal.kernel.repository
Classes in com.liferay.portal.kernel.repository that implement LocalRepositoryModifier and TypeClassDescriptionclass
This class is designed for third party repository implementations.Methods in com.liferay.portal.kernel.repository that return LocalRepositoryModifier and TypeMethodDescriptionRepositoryFactory.createLocalRepository
(long repositoryId) static LocalRepository
RepositoryFactoryUtil.createLocalRepository
(long repositoryId) RepositoryProvider.fetchFileEntryLocalRepository
(long fileEntryId) RepositoryProvider.getFileEntryLocalRepository
(long fileEntryId) static LocalRepository
RepositoryProviderUtil.getFileEntryLocalRepository
(long fileEntryId) RepositoryProvider.getFileShortcutLocalRepository
(long fileShortcutId) static LocalRepository
RepositoryProviderUtil.getFileShortcutLocalRepository
(long fileShortcutId) RepositoryProvider.getFileVersionLocalRepository
(long fileVersionId) static LocalRepository
RepositoryProviderUtil.getFileVersionLocalRepository
(long fileVersionId) RepositoryProvider.getFolderLocalRepository
(long folderId) static LocalRepository
RepositoryProviderUtil.getFolderLocalRepository
(long folderId) RepositoryProvider.getImageLocalRepository
(long imageId) static LocalRepository
RepositoryProviderUtil.getImageLocalRepository
(long imageId) BaseRepository.getLocalRepository()
BaseRepositoryImpl.getLocalRepository()
RepositoryProvider.getLocalRepository
(long repositoryId) static LocalRepository
RepositoryProviderUtil.getLocalRepository
(long repositoryId) Methods in com.liferay.portal.kernel.repository that return types with arguments of type LocalRepositoryModifier and TypeMethodDescriptionRepositoryProvider.getGroupLocalRepositories
(long groupId) static List<LocalRepository>
RepositoryProviderUtil.getGroupLocalRepositories
(long groupId) -
Uses of LocalRepository in com.liferay.portal.kernel.repository.proxy
Classes in com.liferay.portal.kernel.repository.proxy that implement LocalRepositoryMethods in com.liferay.portal.kernel.repository.proxy that return LocalRepositoryMethods in com.liferay.portal.kernel.repository.proxy with parameters of type LocalRepositoryModifier and TypeMethodDescriptionprotected LocalRepositoryProxyBean
RepositoryModelProxyBean.newLocalRepositoryProxyBean
(LocalRepository localRepository) Constructors in com.liferay.portal.kernel.repository.proxy with parameters of type LocalRepositoryModifierConstructorDescriptionLocalRepositoryProxyBean
(LocalRepository localRepository, ClassLoader classLoader)