Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordVersionPersistence

Packages that use DDLRecordVersionPersistence
com.liferay.portlet.dynamicdatalists.service.base   
com.liferay.portlet.dynamicdatalists.service.persistence   
 

Uses of DDLRecordVersionPersistence in com.liferay.portlet.dynamicdatalists.service.base
 

Fields in com.liferay.portlet.dynamicdatalists.service.base declared as DDLRecordVersionPersistence
protected  DDLRecordVersionPersistence DDLRecordSetLocalServiceBaseImpl.ddlRecordVersionPersistence
           
protected  DDLRecordVersionPersistence DDLRecordSetServiceBaseImpl.ddlRecordVersionPersistence
           
protected  DDLRecordVersionPersistence DDLRecordServiceBaseImpl.ddlRecordVersionPersistence
           
protected  DDLRecordVersionPersistence DDLRecordLocalServiceBaseImpl.ddlRecordVersionPersistence
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecordVersionPersistence
 DDLRecordVersionPersistence DDLRecordSetLocalServiceBaseImpl.getDDLRecordVersionPersistence()
          Returns the d d l record version persistence.
 DDLRecordVersionPersistence DDLRecordSetServiceBaseImpl.getDDLRecordVersionPersistence()
          Returns the d d l record version persistence.
 DDLRecordVersionPersistence DDLRecordServiceBaseImpl.getDDLRecordVersionPersistence()
          Returns the d d l record version persistence.
 DDLRecordVersionPersistence DDLRecordLocalServiceBaseImpl.getDDLRecordVersionPersistence()
          Returns the d d l record version persistence.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordVersionPersistence
 void DDLRecordSetLocalServiceBaseImpl.setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
          Sets the d d l record version persistence.
 void DDLRecordSetServiceBaseImpl.setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
          Sets the d d l record version persistence.
 void DDLRecordServiceBaseImpl.setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
          Sets the d d l record version persistence.
 void DDLRecordLocalServiceBaseImpl.setDDLRecordVersionPersistence(DDLRecordVersionPersistence ddlRecordVersionPersistence)
          Sets the d d l record version persistence.
 

Uses of DDLRecordVersionPersistence in com.liferay.portlet.dynamicdatalists.service.persistence
 

Classes in com.liferay.portlet.dynamicdatalists.service.persistence that implement DDLRecordVersionPersistence
 class DDLRecordVersionPersistenceImpl
          The persistence implementation for the d d l record version service.
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordVersionPersistence
static DDLRecordVersionPersistence DDLRecordVersionUtil.getPersistence()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence with parameters of type DDLRecordVersionPersistence
 void DDLRecordVersionUtil.setPersistence(DDLRecordVersionPersistence persistence)
          Deprecated. As of 6.2.0
 


Liferay 6.2-ce-ga5