Liferay 6.0.5

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

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

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

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

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

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

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

Methods in com.liferay.portlet.asset.service.http that return AssetVocabularySoap
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getCompanyVocabularies(long companyId)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupsVocabularies(long[] groupIds)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId)
           
static AssetVocabularySoap AssetVocabularyServiceSoap.getVocabulary(long vocabularyId)
           
 


Liferay 6.0.5