Liferay 6.1.2-ce-ga3

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

Packages that use BaseRepository
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.repository.cmis   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.repository.util   
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of BaseRepository in com.liferay.portal.kernel.repository
 

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

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

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

Methods in com.liferay.portal.kernel.repository.cmis that return BaseRepository
 BaseRepository CMISRepositoryHandler.getCmisRepository()
           
 

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

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

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

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

Methods in com.liferay.portal.repository.proxy that return BaseRepository
 BaseRepository BaseRepositoryProxyBean.getProxyBean()
           
 

Constructors in com.liferay.portal.repository.proxy with parameters of type BaseRepository
BaseRepositoryProxyBean(BaseRepository baseRepository, ClassLoader classLoader)
           
 

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

Methods in com.liferay.portal.repository.util that return BaseRepository
 BaseRepository RepositoryFactory.getInstance()
           
 BaseRepository RepositoryFactoryImpl.getInstance()
           
static BaseRepository RepositoryFactoryUtil.getInstance(String className)
           
 

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

Methods in com.liferay.portal.service.impl that return BaseRepository
protected  BaseRepository RepositoryLocalServiceImpl.createRepositoryImpl(long repositoryEntryId)
           
protected  BaseRepository RepositoryLocalServiceImpl.createRepositoryImpl(long repositoryId, long classNameId)
           
 

Methods in com.liferay.portal.service.impl with parameters of type BaseRepository
protected  void RepositoryLocalServiceImpl.setupRepository(long repositoryId, Repository repository, BaseRepository baseRepository)
           
 


Liferay 6.1.2-ce-ga3