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.proxy This package defines the portal repository proxy beans. 
 

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


Liferay 6.1.2-ce-ga3