Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portal.tools.samplesqlbuilder that return DDMStructureModel
 DDMStructureModel DataFactory.getDefaultDLDDMStructureModel()
           
 DDMStructureModel DataFactory.newDDLDDMStructureModel(long groupId)
           
protected  DDMStructureModel DataFactory.newDDMStructureModel(long groupId, long classNameId, String structureKey, String xsd)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type DDMStructureModel
 DDLRecordSetModel DataFactory.newDDLRecordSetModel(DDMStructureModel ddmStructureModel, int currentIndex)
           
 List<ResourcePermissionModel> DataFactory.newResourcePermissionModels(DDMStructureModel ddmStructureModel)
           
 

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

Subinterfaces of DDMStructureModel in com.liferay.portlet.dynamicdatamapping.model
 interface DDMStructure
          The extended model interface for the DDMStructure service.
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMStructureModel
 class DDMStructureWrapper
           This class is a wrapper for DDMStructure.
 

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

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMStructureModel
 class DDMStructureBaseImpl
          The extended model base implementation for the DDMStructure service.
 class DDMStructureImpl
           
 class DDMStructureModelImpl
          The base model implementation for the DDMStructure service.
 


Liferay 6.2-ce-ga5