Liferay 7.0-ce-b4

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(long groupId, String title, ServiceContext serviceContext)
           
static AssetVocabularySoap AssetVocabularyServiceSoap.addVocabulary(long groupId, 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.fetchVocabulary(long vocabularyId)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getCompanyVocabularies(long companyId)
          Deprecated. As of 7.0.0, with no direct replacement
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupsVocabularies(long[] groupIds)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupsVocabularies(long[] groupIds, String className)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupsVocabularies(long[] groupIds, String className, long classTypePK)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long[] groupIds)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, boolean createDefaultVocabulary)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
           
static AssetVocabularySoap[] AssetVocabularyServiceSoap.getVocabularies(long[] vocabularyIds)
          Deprecated. As of 7.0.0, replaced by AssetUtil#filterVocabularyIds(PermissionChecker, long[])
static AssetVocabularySoap AssetVocabularyServiceSoap.getVocabulary(long vocabularyId)
           
static AssetVocabularySoap AssetVocabularyServiceSoap.updateVocabulary(long vocabularyId, String title, String[] titleMapLanguageIds, String[] titleMapValues, String[] descriptionMapLanguageIds, String[] descriptionMapValues, String settings, ServiceContext serviceContext)
           
 


Liferay 7.0-ce-b4