com.liferay.client.portlet.tags.service.http
Class Portlet_Tags_TagsEntryServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.portlet.tags.service.http.Portlet_Tags_TagsEntryServiceSoapBindingStub
- All Implemented Interfaces:
- java.rmi.Remote, javax.xml.rpc.Stub, TagsEntryServiceSoap
- public class Portlet_Tags_TagsEntryServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements TagsEntryServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Method Summary |
TagsEntrySoap |
addEntry(java.lang.String name)
|
TagsEntrySoap |
addEntry(java.lang.String name,
java.lang.String[] properties)
|
protected org.apache.axis.client.Call |
createCall()
|
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 org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Tags_TagsEntryServiceSoapBindingStub
public Portlet_Tags_TagsEntryServiceSoapBindingStub()
throws org.apache.axis.AxisFault
Portlet_Tags_TagsEntryServiceSoapBindingStub
public Portlet_Tags_TagsEntryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
Portlet_Tags_TagsEntryServiceSoapBindingStub
public Portlet_Tags_TagsEntryServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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