Liferay 6.2-ce-ga5

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. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

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 BaseRepository.getLocalRepository()
           
 LocalRepository BaseRepositoryImpl.getLocalRepository()
           
 

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)
           
 

Uses of LocalRepository in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LocalRepository
static LocalRepository RepositoryServiceUtil.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryService.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryLocalService.getLocalRepositoryImpl(long repositoryId)
           
static LocalRepository RepositoryLocalServiceUtil.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryServiceWrapper.getLocalRepositoryImpl(long repositoryId)
           
static LocalRepository RepositoryServiceUtil.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryService.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryLocalService.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
static LocalRepository RepositoryLocalServiceUtil.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryServiceWrapper.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 


Liferay 6.2-ce-ga5