com.liferay.client.soap.portlet.asset.service.http
Interface AssetVocabularyServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Asset_AssetVocabularyServiceSoapBindingImpl, Portlet_Asset_AssetVocabularyServiceSoapBindingStub

public interface AssetVocabularyServiceSoap
extends java.rmi.Remote


Method Summary
 AssetVocabularySoap addVocabulary(java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String settings, ServiceContext serviceContext)
           
 AssetVocabularySoap addVocabulary(java.lang.String title, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String settings, ServiceContext serviceContext)
           
 void deleteVocabularies(long[] vocabularyIds)
           
 void deleteVocabulary(long vocabularyId)
           
 AssetVocabularySoap[] getCompanyVocabularies(long companyId)
           
 AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds)
           
 AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds, java.lang.String className)
           
 AssetVocabularySoap[] getGroupVocabularies(long groupId)
           
 AssetVocabularySoap[] getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
 AssetVocabularySoap[] getGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 int getGroupVocabulariesCount(long groupId)
           
 int getGroupVocabulariesCount(long groupId, java.lang.String name)
           
 java.lang.String getJSONGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 AssetVocabularySoap[] getVocabularies(long[] vocabularyIds)
           
 AssetVocabularySoap getVocabulary(long vocabularyId)
           
 AssetVocabularySoap updateVocabulary(long vocabularyId, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String settings, ServiceContext serviceContext)
           
 AssetVocabularySoap updateVocabulary(long vocabularyId, java.lang.String title, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String settings, ServiceContext serviceContext)
           
 

Method Detail

addVocabulary

AssetVocabularySoap addVocabulary(java.lang.String[] titleMapLanguageIds,
                                  java.lang.String[] titleMapValues,
                                  java.lang.String[] descriptionMapLanguageIds,
                                  java.lang.String[] descriptionMapValues,
                                  java.lang.String settings,
                                  ServiceContext serviceContext)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addVocabulary

AssetVocabularySoap addVocabulary(java.lang.String title,
                                  java.lang.String[] titleMapLanguageIds,
                                  java.lang.String[] titleMapValues,
                                  java.lang.String[] descriptionMapLanguageIds,
                                  java.lang.String[] descriptionMapValues,
                                  java.lang.String settings,
                                  ServiceContext serviceContext)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteVocabularies

void deleteVocabularies(long[] vocabularyIds)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteVocabulary

void deleteVocabulary(long vocabularyId)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCompanyVocabularies

AssetVocabularySoap[] getCompanyVocabularies(long companyId)
                                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGroupVocabulariesCount

int getGroupVocabulariesCount(long groupId)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGroupVocabulariesCount

int getGroupVocabulariesCount(long groupId,
                              java.lang.String name)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGroupVocabularies

AssetVocabularySoap[] getGroupVocabularies(long groupId)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGroupVocabularies

AssetVocabularySoap[] getGroupVocabularies(long groupId,
                                           int start,
                                           int end,
                                           OrderByComparator obc)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGroupVocabularies

AssetVocabularySoap[] getGroupVocabularies(long groupId,
                                           java.lang.String name,
                                           int start,
                                           int end,
                                           OrderByComparator obc)
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGroupsVocabularies

AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGroupsVocabularies

AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds,
                                            java.lang.String className)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getJSONGroupVocabularies

java.lang.String getJSONGroupVocabularies(long groupId,
                                          java.lang.String name,
                                          int start,
                                          int end,
                                          OrderByComparator obc)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVocabularies

AssetVocabularySoap[] getVocabularies(long[] vocabularyIds)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVocabulary

AssetVocabularySoap getVocabulary(long vocabularyId)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateVocabulary

AssetVocabularySoap updateVocabulary(long vocabularyId,
                                     java.lang.String[] titleMapLanguageIds,
                                     java.lang.String[] titleMapValues,
                                     java.lang.String[] descriptionMapLanguageIds,
                                     java.lang.String[] descriptionMapValues,
                                     java.lang.String settings,
                                     ServiceContext serviceContext)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateVocabulary

AssetVocabularySoap updateVocabulary(long vocabularyId,
                                     java.lang.String title,
                                     java.lang.String[] titleMapLanguageIds,
                                     java.lang.String[] titleMapValues,
                                     java.lang.String[] descriptionMapLanguageIds,
                                     java.lang.String[] descriptionMapValues,
                                     java.lang.String settings,
                                     ServiceContext serviceContext)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException