com.liferay.portal.kernel.repository
Class RepositoryProviderUtil
java.lang.Object
com.liferay.portal.kernel.repository.RepositoryProviderUtil
public class RepositoryProviderUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryProviderUtil
public RepositoryProviderUtil()
getFileEntryLocalRepository
public static LocalRepository getFileEntryLocalRepository(long fileEntryId)
throws PortalException
- Throws:
PortalException
getFileEntryRepository
public static Repository getFileEntryRepository(long fileEntryId)
throws PortalException
- Throws:
PortalException
getFileShortcutLocalRepository
public static LocalRepository getFileShortcutLocalRepository(long fileShortcutId)
throws PortalException
- Throws:
PortalException
getFileShortcutRepository
public static Repository getFileShortcutRepository(long fileShortcutId)
throws PortalException
- Throws:
PortalException
getFileVersionLocalRepository
public static LocalRepository getFileVersionLocalRepository(long fileVersionId)
throws PortalException
- Throws:
PortalException
getFileVersionRepository
public static Repository getFileVersionRepository(long fileVersionId)
throws PortalException
- Throws:
PortalException
getFolderLocalRepository
public static LocalRepository getFolderLocalRepository(long folderId)
throws PortalException
- Throws:
PortalException
getFolderRepository
public static Repository getFolderRepository(long folderId)
throws PortalException
- Throws:
PortalException
getGroupLocalRepositories
public static List<LocalRepository> getGroupLocalRepositories(long groupId)
throws PortalException
- Throws:
PortalException
getGroupRepositories
public static List<Repository> getGroupRepositories(long groupId)
throws PortalException
- Throws:
PortalException
getImageLocalRepository
public static LocalRepository getImageLocalRepository(long imageId)
throws PortalException
- Throws:
PortalException
getImageRepository
public static Repository getImageRepository(long imageId)
throws PortalException
- Throws:
PortalException
getLocalRepository
public static LocalRepository getLocalRepository(long repositoryId)
throws PortalException
- Throws:
PortalException
getRepository
public static Repository getRepository(long repositoryId)
throws PortalException
- Throws:
PortalException
getRepositoryProvider
public static RepositoryProvider getRepositoryProvider()
setRepositoryProvider
public void setRepositoryProvider(RepositoryProvider repositoryProvider)