com.liferay.client.soap.portlet.asset.service.http
Class Portlet_Asset_AssetTagServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.portlet.asset.service.http.Portlet_Asset_AssetTagServiceSoapBindingStub
- All Implemented Interfaces:
- AssetTagServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
public class Portlet_Asset_AssetTagServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements AssetTagServiceSoap
| 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 |
AssetTagSoap |
addTag(java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
|
protected org.apache.axis.client.Call |
createCall()
|
void |
deleteTag(long tagId)
|
void |
deleteTags(long[] tagIds)
|
AssetTagSoap[] |
getGroupsTags(long[] groupIds)
|
AssetTagSoap[] |
getGroupTags(long groupId)
|
AssetTagSoap[] |
getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
|
int |
getGroupTagsCount(long groupId)
|
java.lang.String |
getJSONGroupTags(long groupId,
java.lang.String name,
int start,
int end)
|
AssetTagSoap |
getTag(long tagId)
|
AssetTagSoap[] |
getTags(long groupId,
long classNameId,
java.lang.String name)
|
AssetTagSoap[] |
getTags(long groupId,
long classNameId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
|
AssetTagSoap[] |
getTags(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
|
AssetTagSoap[] |
getTags(java.lang.String className,
long classPK)
|
int |
getTagsCount(long groupId,
long classNameId,
java.lang.String name)
|
int |
getTagsCount(long groupId,
java.lang.String name)
|
int |
getTagsCount(long groupId,
java.lang.String name,
java.lang.String[] tagProperties)
|
void |
mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
|
void |
mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
java.lang.String |
search(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
|
AssetTagSoap |
updateTag(long tagId,
java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
|
| 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_Asset_AssetTagServiceSoapBindingStub
public Portlet_Asset_AssetTagServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Asset_AssetTagServiceSoapBindingStub
public Portlet_Asset_AssetTagServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portlet_Asset_AssetTagServiceSoapBindingStub
public Portlet_Asset_AssetTagServiceSoapBindingStub(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
addTag
public AssetTagSoap addTag(java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addTag in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
deleteTag
public void deleteTag(long tagId)
throws java.rmi.RemoteException
- Specified by:
deleteTag in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
deleteTags
public void deleteTags(long[] tagIds)
throws java.rmi.RemoteException
- Specified by:
deleteTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getGroupTagsCount
public int getGroupTagsCount(long groupId)
throws java.rmi.RemoteException
- Specified by:
getGroupTagsCount in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getGroupTags
public AssetTagSoap[] getGroupTags(long groupId)
throws java.rmi.RemoteException
- Specified by:
getGroupTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getGroupTags
public AssetTagSoap[] getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Specified by:
getGroupTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getGroupsTags
public AssetTagSoap[] getGroupsTags(long[] groupIds)
throws java.rmi.RemoteException
- Specified by:
getGroupsTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getJSONGroupTags
public java.lang.String getJSONGroupTags(long groupId,
java.lang.String name,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getJSONGroupTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getTag
public AssetTagSoap getTag(long tagId)
throws java.rmi.RemoteException
- Specified by:
getTag in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getTagsCount
public int getTagsCount(long groupId,
long classNameId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
getTagsCount in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getTagsCount
public int getTagsCount(long groupId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
getTagsCount in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getTagsCount
public int getTagsCount(long groupId,
java.lang.String name,
java.lang.String[] tagProperties)
throws java.rmi.RemoteException
- Specified by:
getTagsCount in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getTags
public AssetTagSoap[] getTags(long groupId,
long classNameId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
getTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getTags
public AssetTagSoap[] getTags(long groupId,
long classNameId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Specified by:
getTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getTags
public AssetTagSoap[] getTags(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
getTags
public AssetTagSoap[] getTags(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Specified by:
getTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
mergeTags
public void mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
throws java.rmi.RemoteException
- Specified by:
mergeTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
mergeTags
public void mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
throws java.rmi.RemoteException
- Specified by:
mergeTags in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
search
public java.lang.String search(long groupId,
java.lang.String name,
java.lang.String[] tagProperties,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
search in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
updateTag
public AssetTagSoap updateTag(long tagId,
java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateTag in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException