Liferay 6.2-ce-ga5

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.addVocabulary(String[] titleMapLanguageIds, String[] titleMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0 #addVocabulary(String, Map, Map, String, ServiceContext)
static AssetVocabularySoap AssetVocabularyServiceSoap.addVocabulary(String title, ServiceContext serviceContext)
           
static AssetVocabularySoap AssetVocabularyServiceSoap.addVocabulary(String title, String[] titleMapLanguageIds, String[] titleMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String settings, ServiceContext serviceContext)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getCompanyVocabularies(long companyId)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupsVocabularies(long[] groupIds)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupsVocabularies(long[] groupIds, String className)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, boolean createDefaultVocabulary)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getVocabularies(long[] vocabularyIds)
           
static AssetVocabularySoap AssetVocabularyServiceSoap.getVocabulary(long vocabularyId)
           
static AssetVocabularySoap AssetVocabularyServiceSoap.updateVocabulary(long vocabularyId, String[] titleMapLanguageIds, String[] titleMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0, #updateVocabulary(long, String, Map, Map, String, ServiceContext)
static AssetVocabularySoap AssetVocabularyServiceSoap.updateVocabulary(long vocabularyId, String title, String[] titleMapLanguageIds, String[] titleMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String settings, ServiceContext serviceContext)
           
 


Liferay 6.2-ce-ga5