Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.dynamicdatalists.model.DDLRecordModel

Packages that use DDLRecordModel
com.liferay.portlet.dynamicdatalists.model   
com.liferay.portlet.dynamicdatalists.model.impl   
 

Uses of DDLRecordModel in com.liferay.portlet.dynamicdatalists.model
 

Subinterfaces of DDLRecordModel in com.liferay.portlet.dynamicdatalists.model
 interface DDLRecord
          The extended model interface for the DDLRecord service.
 

Classes in com.liferay.portlet.dynamicdatalists.model that implement DDLRecordModel
 class DDLRecordWrapper
           This class is a wrapper for DDLRecord.
 

Uses of DDLRecordModel in com.liferay.portlet.dynamicdatalists.model.impl
 

Classes in com.liferay.portlet.dynamicdatalists.model.impl that implement DDLRecordModel
 class DDLRecordBaseImpl
          The extended model base implementation for the DDLRecord service.
 class DDLRecordImpl
           
 class DDLRecordModelImpl
          The base model implementation for the DDLRecord service.
 


Liferay 6.1.2-ce-ga3