Liferay 7.0-ce-b4

com.liferay.portal.kernel.repository
Interface RepositoryProvider


public interface RepositoryProvider


Method Summary
 LocalRepository getFileEntryLocalRepository(long fileEntryId)
           
 Repository getFileEntryRepository(long fileEntryId)
           
 LocalRepository getFileShortcutLocalRepository(long fileShortcutId)
           
 Repository getFileShortcutRepository(long fileShortcutId)
           
 LocalRepository getFileVersionLocalRepository(long fileVersionId)
           
 Repository getFileVersionRepository(long fileVersionId)
           
 LocalRepository getFolderLocalRepository(long folderId)
           
 Repository getFolderRepository(long folderId)
           
 List<LocalRepository> getGroupLocalRepositories(long groupId)
           
 List<Repository> getGroupRepositories(long groupId)
           
 LocalRepository getImageLocalRepository(long imageId)
           
 Repository getImageRepository(long imageId)
           
 LocalRepository getLocalRepository(long repositoryId)
           
 Repository getRepository(long repositoryId)
           
 

Method Detail

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

Liferay 7.0-ce-b4