Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.RepositoryEntryPersistence

Packages that use RepositoryEntryPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.documentlibrary.service.base   
 

Uses of RepositoryEntryPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as RepositoryEntryPersistence
protected  RepositoryEntryPersistence RepositoryLocalServiceBaseImpl.repositoryEntryPersistence
           
protected  RepositoryEntryPersistence RepositoryServiceBaseImpl.repositoryEntryPersistence
           
protected  RepositoryEntryPersistence RepositoryEntryLocalServiceBaseImpl.repositoryEntryPersistence
           
 

Methods in com.liferay.portal.service.base that return RepositoryEntryPersistence
 RepositoryEntryPersistence RepositoryLocalServiceBaseImpl.getRepositoryEntryPersistence()
          Returns the repository entry persistence.
 RepositoryEntryPersistence RepositoryServiceBaseImpl.getRepositoryEntryPersistence()
          Returns the repository entry persistence.
 RepositoryEntryPersistence RepositoryEntryLocalServiceBaseImpl.getRepositoryEntryPersistence()
          Returns the repository entry persistence.
 

Methods in com.liferay.portal.service.base with parameters of type RepositoryEntryPersistence
 void RepositoryLocalServiceBaseImpl.setRepositoryEntryPersistence(RepositoryEntryPersistence repositoryEntryPersistence)
          Sets the repository entry persistence.
 void RepositoryServiceBaseImpl.setRepositoryEntryPersistence(RepositoryEntryPersistence repositoryEntryPersistence)
          Sets the repository entry persistence.
 void RepositoryEntryLocalServiceBaseImpl.setRepositoryEntryPersistence(RepositoryEntryPersistence repositoryEntryPersistence)
          Sets the repository entry persistence.
 

Uses of RepositoryEntryPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return RepositoryEntryPersistence
static RepositoryEntryPersistence RepositoryEntryUtil.getPersistence()
           
 

Uses of RepositoryEntryPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement RepositoryEntryPersistence
 class RepositoryEntryPersistenceImpl
          The persistence implementation for the repository entry service.
 

Uses of RepositoryEntryPersistence in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as RepositoryEntryPersistence
protected  RepositoryEntryPersistence DLAppLocalServiceBaseImpl.repositoryEntryPersistence
           
protected  RepositoryEntryPersistence DLAppServiceBaseImpl.repositoryEntryPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return RepositoryEntryPersistence
 RepositoryEntryPersistence DLAppLocalServiceBaseImpl.getRepositoryEntryPersistence()
          Returns the repository entry persistence.
 RepositoryEntryPersistence DLAppServiceBaseImpl.getRepositoryEntryPersistence()
          Returns the repository entry persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type RepositoryEntryPersistence
 void DLAppLocalServiceBaseImpl.setRepositoryEntryPersistence(RepositoryEntryPersistence repositoryEntryPersistence)
          Sets the repository entry persistence.
 void DLAppServiceBaseImpl.setRepositoryEntryPersistence(RepositoryEntryPersistence repositoryEntryPersistence)
          Sets the repository entry persistence.
 


Liferay 7.0-ce-b4