Liferay 7.0-ce-b4

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

Packages that use Repository
com.liferay.portal.kernel.repository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
 

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.
 

Methods in com.liferay.portal.kernel.repository that return Repository
 Repository RepositoryFactory.createRepository(long repositoryId)
           
static Repository RepositoryFactoryUtil.createRepository(long repositoryId)
           
static Repository RepositoryProviderUtil.getFileEntryRepository(long fileEntryId)
           
 Repository RepositoryProvider.getFileEntryRepository(long fileEntryId)
           
static Repository RepositoryProviderUtil.getFileShortcutRepository(long fileShortcutId)
           
 Repository RepositoryProvider.getFileShortcutRepository(long fileShortcutId)
           
static Repository RepositoryProviderUtil.getFileVersionRepository(long fileVersionId)
           
 Repository RepositoryProvider.getFileVersionRepository(long fileVersionId)
           
static Repository RepositoryProviderUtil.getFolderRepository(long folderId)
           
 Repository RepositoryProvider.getFolderRepository(long folderId)
           
static Repository RepositoryProviderUtil.getImageRepository(long imageId)
           
 Repository RepositoryProvider.getImageRepository(long imageId)
           
static Repository RepositoryProviderUtil.getRepository(long repositoryId)
           
 Repository RepositoryProvider.getRepository(long repositoryId)
           
 

Methods in com.liferay.portal.kernel.repository that return types with arguments of type Repository
static List<Repository> RepositoryProviderUtil.getGroupRepositories(long groupId)
           
 List<Repository> RepositoryProvider.getGroupRepositories(long groupId)
           
 

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

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

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


Liferay 7.0-ce-b4