Class RepositoryProviderUtil
Object
com.liferay.portal.kernel.repository.RepositoryProviderUtil
- Author:
- Iván Zaera
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalRepository
getFileEntryLocalRepository
(long fileEntryId) static Repository
getFileEntryRepository
(long fileEntryId) static LocalRepository
getFileShortcutLocalRepository
(long fileShortcutId) static Repository
getFileShortcutRepository
(long fileShortcutId) static LocalRepository
getFileVersionLocalRepository
(long fileVersionId) static Repository
getFileVersionRepository
(long fileVersionId) static LocalRepository
getFolderLocalRepository
(long folderId) static Repository
getFolderRepository
(long folderId) static List<LocalRepository>
getGroupLocalRepositories
(long groupId) static List<Repository>
getGroupRepositories
(long groupId) static LocalRepository
getImageLocalRepository
(long imageId) static Repository
getImageRepository
(long imageId) static LocalRepository
getLocalRepository
(long repositoryId) static Repository
getRepository
(long repositoryId) static RepositoryProvider
-
Constructor Details
-
RepositoryProviderUtil
public RepositoryProviderUtil()
-
-
Method Details
-
getFileEntryLocalRepository
- Throws:
PortalException
-
getFileEntryRepository
- Throws:
PortalException
-
getFileShortcutLocalRepository
public static LocalRepository getFileShortcutLocalRepository(long fileShortcutId) throws PortalException - Throws:
PortalException
-
getFileShortcutRepository
- Throws:
PortalException
-
getFileVersionLocalRepository
public static LocalRepository getFileVersionLocalRepository(long fileVersionId) throws PortalException - Throws:
PortalException
-
getFileVersionRepository
- Throws:
PortalException
-
getFolderLocalRepository
- Throws:
PortalException
-
getFolderRepository
- Throws:
PortalException
-
getGroupLocalRepositories
- Throws:
PortalException
-
getGroupRepositories
- Throws:
PortalException
-
getImageLocalRepository
- Throws:
PortalException
-
getImageRepository
- Throws:
PortalException
-
getLocalRepository
- Throws:
PortalException
-
getRepository
- Throws:
PortalException
-
getRepositoryProvider
-