Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.ImageModel

Packages that use ImageModel
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

Uses of ImageModel in com.liferay.portal.model
 

Subinterfaces of ImageModel in com.liferay.portal.model
 interface Image
          The extended model interface for the Image service.
 

Classes in com.liferay.portal.model that implement ImageModel
 class ImageWrapper
           This class is a wrapper for Image.
 

Uses of ImageModel in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement ImageModel
 class ImageBaseImpl
          The extended model base implementation for the Image service.
 class ImageImpl
           
 class ImageModelImpl
          The base model implementation for the Image service.
 


Liferay 6.1.2-ce-ga3