com.liferay.portal.kernel.repository
Interface RepositoryProvider
public interface RepositoryProvider
getFileEntryLocalRepository
LocalRepository getFileEntryLocalRepository(long fileEntryId)
throws PortalException
- Throws:
PortalException
getFileEntryRepository
Repository getFileEntryRepository(long fileEntryId)
throws PortalException
- Throws:
PortalException
getFileShortcutLocalRepository
LocalRepository getFileShortcutLocalRepository(long fileShortcutId)
throws PortalException
- Throws:
PortalException
getFileShortcutRepository
Repository getFileShortcutRepository(long fileShortcutId)
throws PortalException
- Throws:
PortalException
getFileVersionLocalRepository
LocalRepository getFileVersionLocalRepository(long fileVersionId)
throws PortalException
- Throws:
PortalException
getFileVersionRepository
Repository getFileVersionRepository(long fileVersionId)
throws PortalException
- Throws:
PortalException
getFolderLocalRepository
LocalRepository getFolderLocalRepository(long folderId)
throws PortalException
- Throws:
PortalException
getFolderRepository
Repository getFolderRepository(long folderId)
throws PortalException
- Throws:
PortalException
getGroupLocalRepositories
List<LocalRepository> getGroupLocalRepositories(long groupId)
throws PortalException
- Throws:
PortalException
getGroupRepositories
List<Repository> getGroupRepositories(long groupId)
throws PortalException
- Throws:
PortalException
getImageLocalRepository
LocalRepository getImageLocalRepository(long imageId)
throws PortalException
- Throws:
PortalException
getImageRepository
Repository getImageRepository(long imageId)
throws PortalException
- Throws:
PortalException
getLocalRepository
LocalRepository getLocalRepository(long repositoryId)
throws PortalException
- Throws:
PortalException
getRepository
Repository getRepository(long repositoryId)
throws PortalException
- Throws:
PortalException