com.liferay.client.soap.portlet.asset.service.http
Class Portlet_Asset_AssetTagServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portlet.asset.service.http.Portlet_Asset_AssetTagServiceSoapBindingImpl
- All Implemented Interfaces:
- AssetTagServiceSoap, java.rmi.Remote
public class Portlet_Asset_AssetTagServiceSoapBindingImpl
- extends java.lang.Object
- implements AssetTagServiceSoap
Method Summary |
AssetTagSoap |
addTag(java.lang.String name,
java.lang.String[] tagProperties,
ServiceContext serviceContext)
|
void |
deleteTag(long tagId)
|
AssetTagSoap[] |
getGroupTags(long groupId)
|
AssetTagSoap |
getTag(long tagId)
|
AssetTagSoap[] |
getTags(long groupId,
long classNameId,
java.lang.String name)
|
AssetTagSoap[] |
getTags(java.lang.String className,
long classPK)
|
void |
mergeTags(long fromTagId,
long toTagId)
|
java.lang.Object |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Asset_AssetTagServiceSoapBindingImpl
public Portlet_Asset_AssetTagServiceSoapBindingImpl()
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
getGroupTags
public AssetTagSoap[] getGroupTags(long groupId)
throws java.rmi.RemoteException
- Specified by:
getGroupTags
in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException
mergeTags
public void mergeTags(long fromTagId,
long toTagId)
throws java.rmi.RemoteException
- Specified by:
mergeTags
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
search
public java.lang.Object 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
getTag
public AssetTagSoap getTag(long tagId)
throws java.rmi.RemoteException
- Specified by:
getTag
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(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
- Specified by:
getTags
in interface AssetTagServiceSoap
- Throws:
java.rmi.RemoteException