Liferay 6.0.3

Uses of Class
com.liferay.portlet.expando.model.ExpandoValueSoap

Packages that use ExpandoValueSoap
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
com.liferay.portlet.expando.service.http   
 

Uses of ExpandoValueSoap in com.liferay.portlet.expando.model
 

Methods in com.liferay.portlet.expando.model that return ExpandoValueSoap
static ExpandoValueSoap ExpandoValueSoap.toSoapModel(ExpandoValue model)
           
static ExpandoValueSoap[] ExpandoValueSoap.toSoapModels(ExpandoValue[] models)
           
static ExpandoValueSoap[][] ExpandoValueSoap.toSoapModels(ExpandoValue[][] models)
           
static ExpandoValueSoap[] ExpandoValueSoap.toSoapModels(List<ExpandoValue> models)
           
 

Uses of ExpandoValueSoap in com.liferay.portlet.expando.model.impl
 

Methods in com.liferay.portlet.expando.model.impl with parameters of type ExpandoValueSoap
static ExpandoValue ExpandoValueModelImpl.toModel(ExpandoValueSoap soapModel)
           
static List<ExpandoValue> ExpandoValueModelImpl.toModels(ExpandoValueSoap[] soapModels)
           
 

Uses of ExpandoValueSoap in com.liferay.portlet.expando.service.http
 

Methods in com.liferay.portlet.expando.service.http that return ExpandoValueSoap
static ExpandoValueSoap ExpandoValueServiceSoap.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
static ExpandoValueSoap ExpandoValueServiceSoap.addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 


Liferay 6.0.3