Liferay 6.0.5

Uses of Class
com.liferay.portlet.asset.model.AssetTagPropertySoap

Packages that use AssetTagPropertySoap
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service.http   
 

Uses of AssetTagPropertySoap in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model that return AssetTagPropertySoap
static AssetTagPropertySoap AssetTagPropertySoap.toSoapModel(AssetTagProperty model)
           
static AssetTagPropertySoap[] AssetTagPropertySoap.toSoapModels(AssetTagProperty[] models)
           
static AssetTagPropertySoap[][] AssetTagPropertySoap.toSoapModels(AssetTagProperty[][] models)
           
static AssetTagPropertySoap[] AssetTagPropertySoap.toSoapModels(List<AssetTagProperty> models)
           
 

Uses of AssetTagPropertySoap in com.liferay.portlet.asset.model.impl
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetTagPropertySoap
static AssetTagProperty AssetTagPropertyModelImpl.toModel(AssetTagPropertySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<AssetTagProperty> AssetTagPropertyModelImpl.toModels(AssetTagPropertySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of AssetTagPropertySoap in com.liferay.portlet.asset.service.http
 

Methods in com.liferay.portlet.asset.service.http that return AssetTagPropertySoap
static AssetTagPropertySoap AssetTagPropertyServiceSoap.addTagProperty(long tagId, String key, String value)
           
static AssetTagPropertySoap[] AssetTagPropertyServiceSoap.getTagProperties(long tagId)
           
static AssetTagPropertySoap[] AssetTagPropertyServiceSoap.getTagPropertyValues(long companyId, String key)
           
static AssetTagPropertySoap AssetTagPropertyServiceSoap.updateTagProperty(long tagPropertyId, String key, String value)
           
 


Liferay 6.0.5