Liferay 6.1.2-ce-ga3

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

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

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecordSetFinder
 DDLRecordSetFinder DDLRecordServiceBaseImpl.getDDLRecordSetFinder()
          Returns the d d l record set finder.
 DDLRecordSetFinder DDLRecordLocalServiceBaseImpl.getDDLRecordSetFinder()
          Returns the d d l record set finder.
 DDLRecordSetFinder DDLRecordSetServiceBaseImpl.getDDLRecordSetFinder()
          Returns the d d l record set finder.
 DDLRecordSetFinder DDLRecordSetLocalServiceBaseImpl.getDDLRecordSetFinder()
          Returns the d d l record set finder.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordSetFinder
 void DDLRecordServiceBaseImpl.setDDLRecordSetFinder(DDLRecordSetFinder ddlRecordSetFinder)
          Sets the d d l record set finder.
 void DDLRecordLocalServiceBaseImpl.setDDLRecordSetFinder(DDLRecordSetFinder ddlRecordSetFinder)
          Sets the d d l record set finder.
 void DDLRecordSetServiceBaseImpl.setDDLRecordSetFinder(DDLRecordSetFinder ddlRecordSetFinder)
          Sets the d d l record set finder.
 void DDLRecordSetLocalServiceBaseImpl.setDDLRecordSetFinder(DDLRecordSetFinder ddlRecordSetFinder)
          Sets the d d l record set finder.
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.persistence that implement DDLRecordSetFinder
 class DDLRecordSetFinderImpl
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordSetFinder
static DDLRecordSetFinder DDLRecordSetFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence with parameters of type DDLRecordSetFinder
 void DDLRecordSetFinderUtil.setFinder(DDLRecordSetFinder finder)
           
 


Liferay 6.1.2-ce-ga3