| 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.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[] 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)
|