Liferay 6.0.5

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

Packages that use ImageSoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service.http   
 

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)
           
 

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

Methods in com.liferay.portal.model.impl with parameters of type ImageSoap
static Image ImageModelImpl.toModel(ImageSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<Image> ImageModelImpl.toModels(ImageSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of ImageSoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return ImageSoap
static ImageSoap ImageServiceSoap.getImage(long imageId)
           
 


Liferay 6.0.5