Liferay 7.0-ce-m3

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

Packages that use LocalRepository
com.liferay.portal.kernel.repository   
com.liferay.portal.repository   
com.liferay.portal.repository.capabilities   
com.liferay.portal.repository.external   
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.repository.registry   
com.liferay.portal.repository.util   
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
static LocalRepository RepositoryFactoryUtil.createLocalRepository(long repositoryId)
           
 LocalRepository RepositoryFactory.createLocalRepository(long repositoryId)
           
 LocalRepository BaseRepository.getLocalRepository()
           
 LocalRepository BaseRepositoryImpl.getLocalRepository()
           
 

Uses of LocalRepository in com.liferay.portal.repository
 

Methods in com.liferay.portal.repository that return LocalRepository
 LocalRepository RepositoryFactoryImpl.createLocalRepository(long repositoryId)
           
 

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

Classes in com.liferay.portal.repository.capabilities that implement LocalRepository
 class CapabilityLocalRepository
           
 

Methods in com.liferay.portal.repository.capabilities that return LocalRepository
 LocalRepository LiferaySyncCapability.wrapLocalRepository(LocalRepository localRepository)
           
 LocalRepository MinimalWorkflowCapability.wrapLocalRepository(LocalRepository localRepository)
           
 LocalRepository LiferayWorkflowCapability.wrapLocalRepository(LocalRepository localRepository)
           
 

Methods in com.liferay.portal.repository.capabilities with parameters of type LocalRepository
 LocalRepository LiferaySyncCapability.wrapLocalRepository(LocalRepository localRepository)
           
 LocalRepository MinimalWorkflowCapability.wrapLocalRepository(LocalRepository localRepository)
           
 LocalRepository LiferayWorkflowCapability.wrapLocalRepository(LocalRepository localRepository)
           
 

Constructors in com.liferay.portal.repository.capabilities with parameters of type LocalRepository
CapabilityLocalRepository(LocalRepository localRepository, CapabilityProvider capabilityProvider, RepositoryEventTrigger repositoryEventTrigger)
           
 

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

Methods in com.liferay.portal.repository.external that return LocalRepository
 LocalRepository LegacyExternalRepositoryFactory.createLocalRepository(long repositoryId)
           
 

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

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

Methods in com.liferay.portal.repository.liferayrepository that return LocalRepository
 LocalRepository LiferayRepositoryFactory.createLocalRepository(long repositoryId)
           
protected  LocalRepository LiferayRepositoryFactory.createLocalRepositoryInstance(long[] repositoryLocation)
           
 

Constructors in com.liferay.portal.repository.liferayrepository with parameters of type LocalRepository
LiferaySyncLocalRepositoryWrapper(LocalRepository localRepository, SyncCapability syncCapability)
           
LiferayWorkflowLocalRepositoryWrapper(LocalRepository localRepository, WorkflowCapability workflowCapability)
           
ModelValidatorLocalRepositoryWrapper(LocalRepository localRepository, ModelValidator<FileContentReference> modelValidator)
           
 

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.repository.registry
 

Methods in com.liferay.portal.repository.registry that return LocalRepository
 LocalRepository RepositoryClassDefinition.createLocalRepository(long repositoryId)
           
 LocalRepository DefaultCapabilityRegistry.invokeCapabilityWrappers(LocalRepository localRepository)
           
 

Methods in com.liferay.portal.repository.registry with parameters of type LocalRepository
 LocalRepository DefaultCapabilityRegistry.invokeCapabilityWrappers(LocalRepository localRepository)
           
 

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

Classes in com.liferay.portal.repository.util that implement LocalRepository
 class LocalRepositoryWrapper
           
 

Methods in com.liferay.portal.repository.util that return LocalRepository
 LocalRepository RepositoryWrapperAware.wrapLocalRepository(LocalRepository localRepository)
           
 

Methods in com.liferay.portal.repository.util with parameters of type LocalRepository
protected  void RepositoryTrashImpl.validateCapability(LocalRepository localRepository)
           
 LocalRepository RepositoryWrapperAware.wrapLocalRepository(LocalRepository localRepository)
           
 

Constructors in com.liferay.portal.repository.util with parameters of type LocalRepository
LocalRepositoryWrapper(LocalRepository localRepository)
           
 

Uses of LocalRepository in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LocalRepository
 LocalRepository RepositoryLocalService.getLocalRepositoryImpl(long repositoryId)
           
static LocalRepository RepositoryLocalServiceUtil.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryServiceWrapper.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long repositoryId)
           
 LocalRepository RepositoryService.getLocalRepositoryImpl(long repositoryId)
           
static LocalRepository RepositoryServiceUtil.getLocalRepositoryImpl(long repositoryId)
           
 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)
           
 LocalRepository RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 LocalRepository RepositoryService.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
static LocalRepository RepositoryServiceUtil.getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId)
           
 

Methods in com.liferay.portal.service that return types with arguments of type LocalRepository
 List<LocalRepository> RepositoryLocalService.getGroupLocalRepositoryImpl(long groupId)
           
static List<LocalRepository> RepositoryLocalServiceUtil.getGroupLocalRepositoryImpl(long groupId)
           
 List<LocalRepository> RepositoryLocalServiceWrapper.getGroupLocalRepositoryImpl(long groupId)
           
 

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)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type LocalRepository
 List<LocalRepository> RepositoryLocalServiceImpl.getGroupLocalRepositoryImpl(long groupId)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return LocalRepository
protected  LocalRepository DLAppLocalServiceImpl.getFileEntryLocalRepository(long fileEntryId)
           
protected  LocalRepository DLAppLocalServiceImpl.getFileVersionLocalRepository(long fileVersionId)
           
protected  LocalRepository DLAppLocalServiceImpl.getFolderLocalRepository(long folderId)
           
protected  LocalRepository DLAppLocalServiceImpl.getFolderLocalRepository(long folderId, long groupId)
           
protected  LocalRepository DLAppLocalServiceImpl.getLocalRepository(long repositoryId)
           
 

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  void DLAppLocalServiceImpl.deleteRepository(LocalRepository localRepository)
           
protected  FileEntry DLAppLocalServiceImpl.moveFileEntries(long userId, long fileEntryId, long newFolderId, LocalRepository fromLocalRepository, LocalRepository toLocalRepository, ServiceContext serviceContext)
           
protected  Folder DLAppLocalServiceImpl.moveFolders(long userId, long folderId, long parentFolderId, LocalRepository sourceLocalRepository, LocalRepository destinationLocalRepository, ServiceContext serviceContext)
           
 


Liferay 7.0-ce-m3