com.liferay.client.soap.portlet.tags.service.http
Interface TagsEntryServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Tags_TagsEntryServiceSoapBindingImpl, Portlet_Tags_TagsEntryServiceSoapBindingStub
public interface TagsEntryServiceSoap
- extends java.rmi.Remote
Method Summary |
TagsEntrySoap |
addEntry(java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties,
ServiceContext serviceContext)
|
void |
deleteEntry(long entryId)
|
TagsEntrySoap[] |
getEntries(long groupId,
long classNameId,
java.lang.String name)
|
TagsEntrySoap[] |
getEntries(java.lang.String className,
long classPK)
|
TagsEntrySoap |
getEntry(long entryId)
|
TagsEntrySoap[] |
getGroupVocabularyEntries(long groupId,
java.lang.String vocabularyName)
|
TagsEntrySoap[] |
getGroupVocabularyEntries(long groupId,
java.lang.String parentEntryName,
java.lang.String vocabularyName)
|
TagsEntrySoap[] |
getGroupVocabularyRootEntries(long groupId,
java.lang.String vocabularyName)
|
void |
mergeEntries(long fromEntryId,
long toEntryId)
|
java.lang.Object |
search(long groupId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
|
TagsEntrySoap |
updateEntry(long entryId,
java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties)
|
addEntry
TagsEntrySoap addEntry(java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntry
TagsEntrySoap getEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
search
java.lang.Object search(long groupId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntries
TagsEntrySoap[] getEntries(long groupId,
long classNameId,
java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntries
TagsEntrySoap[] getEntries(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteEntry
void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateEntry
TagsEntrySoap updateEntry(long entryId,
java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupVocabularyEntries
TagsEntrySoap[] getGroupVocabularyEntries(long groupId,
java.lang.String parentEntryName,
java.lang.String vocabularyName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupVocabularyEntries
TagsEntrySoap[] getGroupVocabularyEntries(long groupId,
java.lang.String vocabularyName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupVocabularyRootEntries
TagsEntrySoap[] getGroupVocabularyRootEntries(long groupId,
java.lang.String vocabularyName)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
mergeEntries
void mergeEntries(long fromEntryId,
long toEntryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException