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

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


Liferay 6.1.2-ce-ga3