Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portal.tools.samplesqlbuilder that return DDMStorageLinkModel
 DDMStorageLinkModel DataFactory.newDDMStorageLinkModel(long ddmStorageLinkId, DDMContentModel ddmContentModel, long structureId)
           
 

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

Subinterfaces of DDMStorageLinkModel in com.liferay.portlet.dynamicdatamapping.model
 interface DDMStorageLink
          The extended model interface for the DDMStorageLink service.
 

Classes in com.liferay.portlet.dynamicdatamapping.model that implement DDMStorageLinkModel
 class DDMStorageLinkWrapper
           This class is a wrapper for DDMStorageLink.
 

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

Classes in com.liferay.portlet.dynamicdatamapping.model.impl that implement DDMStorageLinkModel
 class DDMStorageLinkBaseImpl
          The extended model base implementation for the DDMStorageLink service.
 class DDMStorageLinkImpl
           
 class DDMStorageLinkModelImpl
          The base model implementation for the DDMStorageLink service.
 


Liferay 6.2-ce-ga5