Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

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

Methods in com.liferay.portlet.asset.service.http that return AssetCategoryPropertySoap
static AssetCategoryPropertySoap AssetCategoryPropertyServiceSoap.addCategoryProperty(long entryId, String key, String value)
           
static AssetCategoryPropertySoap[] AssetCategoryPropertyServiceSoap.getCategoryProperties(long entryId)
           
static AssetCategoryPropertySoap[] AssetCategoryPropertyServiceSoap.getCategoryPropertyValues(long companyId, String key)
           
static AssetCategoryPropertySoap AssetCategoryPropertyServiceSoap.updateCategoryProperty(long categoryPropertyId, String key, String value)
           
 


Liferay 6.1.2-ce-ga3