com.liferay.client.soap.portlet.tags.service.http
Class Portlet_Tags_TagsVocabularyServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.tags.service.http.Portlet_Tags_TagsVocabularyServiceSoapBindingImpl
All Implemented Interfaces:
TagsVocabularyServiceSoap, java.rmi.Remote

public class Portlet_Tags_TagsVocabularyServiceSoapBindingImpl
extends java.lang.Object
implements TagsVocabularyServiceSoap


Constructor Summary
Portlet_Tags_TagsVocabularyServiceSoapBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Tags_TagsVocabularyServiceSoapBindingImpl

public Portlet_Tags_TagsVocabularyServiceSoapBindingImpl()
Method Detail

getVocabulary

public TagsVocabularySoap getVocabulary(long vocabularyId)
                                 throws java.rmi.RemoteException
Specified by:
getVocabulary in interface TagsVocabularyServiceSoap
Throws:
java.rmi.RemoteException

addVocabulary

public TagsVocabularySoap addVocabulary(java.lang.String name,
                                        boolean folksonomy,
                                        ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Specified by:
addVocabulary in interface TagsVocabularyServiceSoap
Throws:
java.rmi.RemoteException

deleteVocabulary

public void deleteVocabulary(long vocabularyId)
                      throws java.rmi.RemoteException
Specified by:
deleteVocabulary in interface TagsVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getCompanyVocabularies

public TagsVocabularySoap[] getCompanyVocabularies(long companyId,
                                                   boolean folksonomy)
                                            throws java.rmi.RemoteException
Specified by:
getCompanyVocabularies in interface TagsVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getGroupVocabularies

public TagsVocabularySoap[] getGroupVocabularies(long groupId,
                                                 boolean folksonomy)
                                          throws java.rmi.RemoteException
Specified by:
getGroupVocabularies in interface TagsVocabularyServiceSoap
Throws:
java.rmi.RemoteException

updateVocabulary

public TagsVocabularySoap updateVocabulary(long vocabularyId,
                                           java.lang.String name,
                                           boolean folksonomy)
                                    throws java.rmi.RemoteException
Specified by:
updateVocabulary in interface TagsVocabularyServiceSoap
Throws:
java.rmi.RemoteException