com.liferay.client.soap.portlet.tags.service.http
Interface TagsVocabularyServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Tags_TagsVocabularyServiceSoapBindingImpl, Portlet_Tags_TagsVocabularyServiceSoapBindingStub

public interface TagsVocabularyServiceSoap
extends java.rmi.Remote


Method Summary
 TagsVocabularySoap addVocabulary(java.lang.String name, boolean folksonomy, ServiceContext serviceContext)
           
 void deleteVocabulary(long vocabularyId)
           
 TagsVocabularySoap[] getCompanyVocabularies(long companyId, boolean folksonomy)
           
 TagsVocabularySoap[] getGroupVocabularies(long groupId, boolean folksonomy)
           
 TagsVocabularySoap getVocabulary(long vocabularyId)
           
 TagsVocabularySoap updateVocabulary(long vocabularyId, java.lang.String name, boolean folksonomy)
           
 

Method Detail

getVocabulary

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

addVocabulary

TagsVocabularySoap addVocabulary(java.lang.String name,
                                 boolean folksonomy,
                                 ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteVocabulary

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

getCompanyVocabularies

TagsVocabularySoap[] getCompanyVocabularies(long companyId,
                                            boolean folksonomy)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getGroupVocabularies

TagsVocabularySoap[] getGroupVocabularies(long groupId,
                                          boolean folksonomy)
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateVocabulary

TagsVocabularySoap updateVocabulary(long vocabularyId,
                                    java.lang.String name,
                                    boolean folksonomy)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException