Liferay 6.2-ce-ga5

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)
          Adds an asset tag property.
static AssetTagPropertySoap[] AssetTagPropertyServiceSoap.getTagProperties(long tagId)
          Returns all the asset tag property instances with the specified tag ID.
static AssetTagPropertySoap[] AssetTagPropertyServiceSoap.getTagPropertyValues(long companyId, String key)
          Returns asset tag properties with the specified group and key.
static AssetTagPropertySoap AssetTagPropertyServiceSoap.updateTagProperty(long tagPropertyId, String key, String value)
          Updates the asset tag property.
 


Liferay 6.2-ce-ga5