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
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