Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.model.ImageSoap

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

Uses of ImageSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return ImageSoap
static ImageSoap ImageSoap.toSoapModel(Image model)
           
static ImageSoap[] ImageSoap.toSoapModels(Image[] models)
           
static ImageSoap[][] ImageSoap.toSoapModels(Image[][] models)
           
static ImageSoap[] ImageSoap.toSoapModels(List<Image> models)
           
 


Liferay 6.2-ce-ga5