Liferay 6.1.2-ce-ga3

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

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

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

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordFinder
 void DDLRecordServiceBaseImpl.setDDLRecordFinder(DDLRecordFinder ddlRecordFinder)
          Sets the d d l record finder.
 void DDLRecordLocalServiceBaseImpl.setDDLRecordFinder(DDLRecordFinder ddlRecordFinder)
          Sets the d d l record finder.
 void DDLRecordSetServiceBaseImpl.setDDLRecordFinder(DDLRecordFinder ddlRecordFinder)
          Sets the d d l record finder.
 void DDLRecordSetLocalServiceBaseImpl.setDDLRecordFinder(DDLRecordFinder ddlRecordFinder)
          Sets the d d l record finder.
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.persistence that implement DDLRecordFinder
 class DDLRecordFinderImpl
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordFinder
static DDLRecordFinder DDLRecordFinderUtil.getFinder()
           
 

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


Liferay 6.1.2-ce-ga3