Class RepositoryProviderUtil
Object
com.liferay.portal.kernel.repository.RepositoryProviderUtil
- Author:
- Iván Zaera
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalRepositorygetFileEntryLocalRepository(long fileEntryId) static RepositorygetFileEntryRepository(long fileEntryId) static LocalRepositorygetFileShortcutLocalRepository(long fileShortcutId) static RepositorygetFileShortcutRepository(long fileShortcutId) static LocalRepositorygetFileVersionLocalRepository(long fileVersionId) static RepositorygetFileVersionRepository(long fileVersionId) static LocalRepositorygetFolderLocalRepository(long folderId) static RepositorygetFolderRepository(long folderId) static List<LocalRepository>getGroupLocalRepositories(long groupId) static List<Repository>getGroupRepositories(long groupId) static LocalRepositorygetImageLocalRepository(long imageId) static RepositorygetImageRepository(long imageId) static LocalRepositorygetLocalRepository(long repositoryId) static RepositorygetRepository(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
-