com.liferay.client.soap.portlet.tags.service.http
Class Portlet_Tags_TagsVocabularyServiceSoapBindingImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Tags_TagsVocabularyServiceSoapBindingImpl
public Portlet_Tags_TagsVocabularyServiceSoapBindingImpl()
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