Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.repository.LocalRepository

Packages that use LocalRepository
com.liferay.portal.kernel.repository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
 

Uses of LocalRepository in com.liferay.portal.kernel.repository
 

Classes in com.liferay.portal.kernel.repository that implement LocalRepository
 class DefaultLocalRepositoryImpl
          This class is designed for third party repository implementations.
 

Methods in com.liferay.portal.kernel.repository that return LocalRepository
 LocalRepository RepositoryFactory.createLocalRepository(long repositoryId)
           
static LocalRepository RepositoryFactoryUtil.createLocalRepository(long repositoryId)
           
static LocalRepository RepositoryProviderUtil.getFileEntryLocalRepository(long fileEntryId)
           
 LocalRepository RepositoryProvider.getFileEntryLocalRepository(long fileEntryId)
           
static LocalRepository RepositoryProviderUtil.getFileShortcutLocalRepository(long fileShortcutId)
           
 LocalRepository RepositoryProvider.getFileShortcutLocalRepository(long fileShortcutId)
           
static LocalRepository RepositoryProviderUtil.getFileVersionLocalRepository(long fileVersionId)
           
 LocalRepository RepositoryProvider.getFileVersionLocalRepository(long fileVersionId)
           
static LocalRepository RepositoryProviderUtil.getFolderLocalRepository(long folderId)
           
 LocalRepository RepositoryProvider.getFolderLocalRepository(long folderId)
           
static LocalRepository RepositoryProviderUtil.getImageLocalRepository(long imageId)
           
 LocalRepository RepositoryProvider.getImageLocalRepository(long imageId)
           
 LocalRepository BaseRepository.getLocalRepository()
           
 LocalRepository BaseRepositoryImpl.getLocalRepository()
           
static LocalRepository RepositoryProviderUtil.getLocalRepository(long repositoryId)
           
 LocalRepository RepositoryProvider.getLocalRepository(long repositoryId)
           
 

Methods in com.liferay.portal.kernel.repository that return types with arguments of type LocalRepository
static List<LocalRepository> RepositoryProviderUtil.getGroupLocalRepositories(long groupId)
           
 List<LocalRepository> RepositoryProvider.getGroupLocalRepositories(long groupId)
           
 

Uses of LocalRepository in com.liferay.portal.repository.proxy
 

Classes in com.liferay.portal.repository.proxy that implement LocalRepository
 class LocalRepositoryProxyBean
           
 

Methods in com.liferay.portal.repository.proxy that return LocalRepository
 LocalRepository BaseRepositoryProxyBean.getLocalRepository()
           
 

Methods in com.liferay.portal.repository.proxy with parameters of type LocalRepository
protected  LocalRepositoryProxyBean RepositoryModelProxyBean.newLocalRepositoryProxyBean(LocalRepository localRepository)
           
 

Constructors in com.liferay.portal.repository.proxy with parameters of type LocalRepository
LocalRepositoryProxyBean(LocalRepository localRepository, ClassLoader classLoader)
           
 


Liferay 7.0-ce-b4