Liferay 6.1.2-ce-ga3

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

Packages that use Repository
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.repository.cmis   
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 Repository in com.liferay.portal.kernel.repository
 

Subinterfaces of Repository in com.liferay.portal.kernel.repository
 interface BaseRepository
           
 

Classes in com.liferay.portal.kernel.repository that implement Repository
 class BaseRepositoryImpl
          Third-party repository implementations should extend from this class.
 

Constructors in com.liferay.portal.kernel.repository with parameters of type Repository
DefaultLocalRepositoryImpl(Repository repository)
           
 

Uses of Repository in com.liferay.portal.kernel.repository.cmis
 

Classes in com.liferay.portal.kernel.repository.cmis that implement Repository
 class BaseCmisRepository
           
 class CMISRepositoryHandler
           
 

Uses of Repository in com.liferay.portal.repository.cmis
 

Classes in com.liferay.portal.repository.cmis that implement Repository
 class CMISAtomPubRepository
           
 class CMISRepository
          CMIS does not provide vendor neutral support for workflow, metadata, tags, categories, etc.
 class CMISWebServicesRepository
           
 

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

Classes in com.liferay.portal.repository.liferayrepository that implement Repository
 class LiferayRepository
           
 

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

Classes in com.liferay.portal.repository.proxy that implement Repository
 class BaseRepositoryProxyBean
           
 

Uses of Repository in com.liferay.portal.service
 

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

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

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

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return Repository
protected  Repository DLAppServiceImpl.getRepository(long repositoryId)
           
protected  Repository DLAppServiceImpl.getRepository(long folderId, long fileEntryId, long fileVersionId)
           
protected  Repository DLAppServiceImpl.getRepository(long folderId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type Repository
protected  FileEntry DLAppServiceImpl.copyFileEntry(Repository toRepository, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext)
           
protected  void DLAppServiceImpl.copyFolder(Repository repository, Folder srcFolder, Folder destFolder, ServiceContext serviceContext)
           
protected  void DLAppServiceImpl.deleteFileEntry(long oldFileEntryId, long newFileEntryId, Repository fromRepository, Repository toRepository)
           
protected  FileEntry DLAppServiceImpl.moveFileEntries(long fileEntryId, long newFolderId, Repository fromRepository, Repository toRepository, ServiceContext serviceContext)
           
protected  Folder DLAppServiceImpl.moveFolders(long folderId, long parentFolderId, Repository fromRepository, Repository toRepository, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3