Liferay 6.1.2-ce-ga3

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

Packages that use LocalRepository
com.liferay.portal.kernel.repository   
com.liferay.portal.repository.liferayrepository   
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. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
 

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.liferayrepository
 

Classes in com.liferay.portal.repository.liferayrepository that implement LocalRepository
 class LiferayLocalRepository
           
 

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
 LocalRepository RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryServiceWrapper.getLocalRepositoryImpl(long repositoryId)
           
static LocalRepository RepositoryLocalServiceUtil.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryService.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryLocalService.getLocalRepositoryImpl(long repositoryId)
           
static LocalRepository RepositoryServiceUtil.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryServiceWrapper.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
static LocalRepository RepositoryLocalServiceUtil.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryService.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryLocalService.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
static LocalRepository RepositoryServiceUtil.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 

Uses of LocalRepository in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return LocalRepository
static LocalRepository RepositoryServiceHttp.getLocalRepositoryImpl(HttpPrincipal httpPrincipal, long repositoryId)
           
static LocalRepository RepositoryServiceHttp.getLocalRepositoryImpl(HttpPrincipal httpPrincipal, long folderId, long fileEntryId, long fileVersionId)
           
 

Uses of LocalRepository in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return LocalRepository
 LocalRepository RepositoryLocalServiceImpl.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryServiceImpl.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryLocalServiceImpl.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryServiceImpl.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 

Uses of LocalRepository in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return LocalRepository
protected  LocalRepository DLAppLocalServiceImpl.getLocalRepository(long repositoryId)
           
protected  LocalRepository DLAppLocalServiceImpl.getLocalRepository(long folderId, long fileEntryId, long fileVersionId)
           
protected  LocalRepository DLAppLocalServiceImpl.getLocalRepository(long folderId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type LocalRepository
protected  FileEntry DLAppLocalServiceImpl.copyFileEntry(long userId, LocalRepository toLocalRepository, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext)
           
protected  void DLAppLocalServiceImpl.deleteFileEntry(long oldFileEntryId, long newFileEntryId, LocalRepository fromLocalRepository, LocalRepository toLocalRepository)
           
protected  FileEntry DLAppLocalServiceImpl.moveFileEntries(long userId, long fileEntryId, long newFolderId, LocalRepository fromLocalRepository, LocalRepository toLocalRepository, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3