Liferay 7.0-ce-b4

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

Packages that use BaseRepository
com.liferay.portal.kernel.repository   
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.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 7.0-ce-b4