Liferay 6.2-ce-ga5

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

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

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecordSetPersistence
 DDLRecordSetPersistence DDLRecordSetLocalServiceBaseImpl.getDDLRecordSetPersistence()
          Returns the d d l record set persistence.
 DDLRecordSetPersistence DDLRecordSetServiceBaseImpl.getDDLRecordSetPersistence()
          Returns the d d l record set persistence.
 DDLRecordSetPersistence DDLRecordServiceBaseImpl.getDDLRecordSetPersistence()
          Returns the d d l record set persistence.
 DDLRecordSetPersistence DDLRecordLocalServiceBaseImpl.getDDLRecordSetPersistence()
          Returns the d d l record set persistence.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordSetPersistence
 void DDLRecordSetLocalServiceBaseImpl.setDDLRecordSetPersistence(DDLRecordSetPersistence ddlRecordSetPersistence)
          Sets the d d l record set persistence.
 void DDLRecordSetServiceBaseImpl.setDDLRecordSetPersistence(DDLRecordSetPersistence ddlRecordSetPersistence)
          Sets the d d l record set persistence.
 void DDLRecordServiceBaseImpl.setDDLRecordSetPersistence(DDLRecordSetPersistence ddlRecordSetPersistence)
          Sets the d d l record set persistence.
 void DDLRecordLocalServiceBaseImpl.setDDLRecordSetPersistence(DDLRecordSetPersistence ddlRecordSetPersistence)
          Sets the d d l record set persistence.
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.persistence that implement DDLRecordSetPersistence
 class DDLRecordSetPersistenceImpl
          The persistence implementation for the d d l record set service.
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordSetPersistence
static DDLRecordSetPersistence DDLRecordSetUtil.getPersistence()
           
 

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


Liferay 6.2-ce-ga5