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
 void deleteVocabulary(long vocabularyId)
           
 AssetVocabularySoap[] getCompanyVocabularies(long companyId)
           
 AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds)
           
 AssetVocabularySoap[] getGroupVocabularies(long groupId)
           
 AssetVocabularySoap getVocabulary(long vocabularyId)
           
 

Method Detail

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

getGroupsVocabularies

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

getGroupVocabularies

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

getVocabulary

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