Liferay 6.1.2-ce-ga3

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)
          Converts the soap model instance into a normal model instance.
static List<ExpandoValue> ExpandoValueModelImpl.toModels(ExpandoValueSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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.1.2-ce-ga3