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 name)
|
TagsEntrySoap |
addEntry(java.lang.String name,
java.lang.String[] properties)
|
void |
deleteEntry(long entryId)
|
TagsEntrySoap[] |
getEntries(long groupId,
long companyId,
long classNameId,
java.lang.String name)
|
TagsEntrySoap[] |
getEntries(java.lang.String className,
long classPK)
|
void |
mergeEntries(long fromEntryId,
long toEntryId)
|
TagsEntrySoap[] |
search(long companyId,
java.lang.String name,
java.lang.String[] properties)
|
TagsEntrySoap[] |
search(long companyId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
|
java.lang.Object |
searchAutocomplete(long companyId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
|
int |
searchCount(long companyId,
java.lang.String name,
java.lang.String[] properties)
|
TagsEntrySoap |
updateEntry(long entryId,
java.lang.String name)
|
TagsEntrySoap |
updateEntry(long entryId,
java.lang.String name,
java.lang.String[] properties)
|
addEntry
TagsEntrySoap addEntry(java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addEntry
TagsEntrySoap addEntry(java.lang.String name,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
search
TagsEntrySoap[] search(long companyId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
search
TagsEntrySoap[] search(long companyId,
java.lang.String name,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntries
TagsEntrySoap[] getEntries(long groupId,
long companyId,
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 name,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateEntry
TagsEntrySoap updateEntry(long entryId,
java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
mergeEntries
void mergeEntries(long fromEntryId,
long toEntryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
searchAutocomplete
java.lang.Object searchAutocomplete(long companyId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
searchCount
int searchCount(long companyId,
java.lang.String name,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException