Liferay 7.0-ce-b4

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

Packages that use ReleasePersistence
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. 
 

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

Fields in com.liferay.portal.service.base declared as ReleasePersistence
protected  ReleasePersistence ReleaseLocalServiceBaseImpl.releasePersistence
           
 

Methods in com.liferay.portal.service.base that return ReleasePersistence
 ReleasePersistence ReleaseLocalServiceBaseImpl.getReleasePersistence()
          Returns the release persistence.
 

Methods in com.liferay.portal.service.base with parameters of type ReleasePersistence
 void ReleaseLocalServiceBaseImpl.setReleasePersistence(ReleasePersistence releasePersistence)
          Sets the release persistence.
 

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

Methods in com.liferay.portal.service.persistence that return ReleasePersistence
static ReleasePersistence ReleaseUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement ReleasePersistence
 class ReleasePersistenceImpl
          The persistence implementation for the release service.
 


Liferay 7.0-ce-b4