com.liferay.client.soap.portlet.tags.service.http
Class Portlet_Tags_TagsEntryServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.tags.service.http.Portlet_Tags_TagsEntryServiceSoapBindingStub
- All Implemented Interfaces:
- TagsEntryServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
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 parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
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)
|
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
- 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
- Throws:
org.apache.axis.AxisFault
Portlet_Tags_TagsEntryServiceSoapBindingStub
public Portlet_Tags_TagsEntryServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addEntry
public TagsEntrySoap addEntry(java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getEntry
public TagsEntrySoap getEntry(long entryId)
throws java.rmi.RemoteException
- Specified by:
getEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
search
public java.lang.Object search(long groupId,
java.lang.String name,
java.lang.String[] properties,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
search
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getEntries
public TagsEntrySoap[] getEntries(long groupId,
long classNameId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
getEntries
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
deleteEntry
public void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Specified by:
deleteEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
updateEntry
public TagsEntrySoap updateEntry(long entryId,
java.lang.String parentEntryName,
java.lang.String name,
java.lang.String vocabularyName,
java.lang.String[] properties)
throws java.rmi.RemoteException
- Specified by:
updateEntry
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupVocabularyEntries
public TagsEntrySoap[] getGroupVocabularyEntries(long groupId,
java.lang.String parentEntryName,
java.lang.String vocabularyName)
throws java.rmi.RemoteException
- Specified by:
getGroupVocabularyEntries
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupVocabularyEntries
public TagsEntrySoap[] getGroupVocabularyEntries(long groupId,
java.lang.String vocabularyName)
throws java.rmi.RemoteException
- Specified by:
getGroupVocabularyEntries
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupVocabularyRootEntries
public TagsEntrySoap[] getGroupVocabularyRootEntries(long groupId,
java.lang.String vocabularyName)
throws java.rmi.RemoteException
- Specified by:
getGroupVocabularyRootEntries
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException
mergeEntries
public void mergeEntries(long fromEntryId,
long toEntryId)
throws java.rmi.RemoteException
- Specified by:
mergeEntries
in interface TagsEntryServiceSoap
- Throws:
java.rmi.RemoteException