Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.dynamicdatamapping.model.DDMStructureLinkModel

Packages that use DDMStructureLinkModel
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.dynamicdatamapping.model   
com.liferay.portlet.dynamicdatamapping.model.impl   
 

Uses of DDMStructureLinkModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return DDMStructureLinkModel
 DDMStructureLinkModel DataFactory.newDDMStructureLinkModel(DDLRecordSetModel ddlRecordSetModel)
           
 DDMStructureLinkModel DataFactory.newDDMStructureLinkModel(DLFileEntryMetadataModel dLFileEntryMetadataModel)
           
protected  DDMStructureLinkModel DataFactory.newDDMStructureLinkModel(long classNameId, long classPK, long structureId)
           
 

Uses of DDMStructureLinkModel in com.liferay.portlet.dynamicdatamapping.model
 

Subinterfaces of DDMStructureLinkModel in com.liferay.portlet.dynamicdatamapping.model
 interface DDMStructureLink
          The extended model interface for the DDMStructureLink service.
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMStructureLinkModel
 class DDMStructureLinkWrapper
           This class is a wrapper for DDMStructureLink.
 

Uses of DDMStructureLinkModel in com.liferay.portlet.dynamicdatamapping.model.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMStructureLinkModel
 class DDMStructureLinkBaseImpl
          The extended model base implementation for the DDMStructureLink service.
 class DDMStructureLinkImpl
           
 class DDMStructureLinkModelImpl
          The base model implementation for the DDMStructureLink service.
 


Liferay 6.2-ce-ga5