com.liferay.client.portlet.tags.service.http
Class Portlet_Tags_TagsEntryServiceSoapBindingImpl
java.lang.Object
com.liferay.client.portlet.tags.service.http.Portlet_Tags_TagsEntryServiceSoapBindingImpl
- All Implemented Interfaces:
- java.rmi.Remote, TagsEntryServiceSoap
- public class Portlet_Tags_TagsEntryServiceSoapBindingImpl
- extends java.lang.Object
- implements TagsEntryServiceSoap
Method Summary |
TagsEntrySoap |
addEntry(java.lang.String name)
|
TagsEntrySoap |
addEntry(java.lang.String name,
java.lang.String[] properties)
|
void |
deleteEntry(long entryId)
|
TagsEntrySoap[] |
getEntries(java.lang.String className,
long classPK)
|
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 begin,
int end)
|
JSONArrayWrapper |
searchAutocomplete(long companyId,
java.lang.String name,
java.lang.String[] properties,
int begin,
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Tags_TagsEntryServiceSoapBindingImpl
public Portlet_Tags_TagsEntryServiceSoapBindingImpl()
search
public TagsEntrySoap[] search(long companyId,
java.lang.String name,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Specified by:
search
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
search
public TagsEntrySoap[] search(long companyId,
java.lang.String name,
java.lang.String[] properties,
int begin,
int end)
throws java.rmi.RemoteException
- Specified by:
search
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
addEntry
public TagsEntrySoap addEntry(java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
addEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
addEntry
public TagsEntrySoap addEntry(java.lang.String name,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Specified by:
addEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
deleteEntry
public void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Specified by:
deleteEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getEntries
public TagsEntrySoap[] getEntries(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Specified by:
getEntries
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
updateEntry
public TagsEntrySoap updateEntry(long entryId,
java.lang.String name,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Specified by:
updateEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
updateEntry
public TagsEntrySoap updateEntry(long entryId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
updateEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
searchCount
public int searchCount(long companyId,
java.lang.String name,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Specified by:
searchCount
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
searchAutocomplete
public JSONArrayWrapper searchAutocomplete(long companyId,
java.lang.String name,
java.lang.String[] properties,
int begin,
int end)
throws java.rmi.RemoteException
- Specified by:
searchAutocomplete
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException