com.liferay.client.soap.portlet.asset.service.http
Class Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portlet.asset.service.http.Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl
- All Implemented Interfaces:
- AssetTagPropertyServiceSoap, java.rmi.Remote
public class Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl
- extends java.lang.Object
- implements AssetTagPropertyServiceSoap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl
public Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl()
addTagProperty
public AssetTagPropertySoap addTagProperty(long tagId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Specified by:
addTagProperty
in interface AssetTagPropertyServiceSoap
- Throws:
java.rmi.RemoteException
deleteTagProperty
public void deleteTagProperty(long tagPropertyId)
throws java.rmi.RemoteException
- Specified by:
deleteTagProperty
in interface AssetTagPropertyServiceSoap
- Throws:
java.rmi.RemoteException
getTagProperties
public AssetTagPropertySoap[] getTagProperties(long tagId)
throws java.rmi.RemoteException
- Specified by:
getTagProperties
in interface AssetTagPropertyServiceSoap
- Throws:
java.rmi.RemoteException
getTagPropertyValues
public AssetTagPropertySoap[] getTagPropertyValues(long companyId,
java.lang.String key)
throws java.rmi.RemoteException
- Specified by:
getTagPropertyValues
in interface AssetTagPropertyServiceSoap
- Throws:
java.rmi.RemoteException
updateTagProperty
public AssetTagPropertySoap updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Specified by:
updateTagProperty
in interface AssetTagPropertyServiceSoap
- Throws:
java.rmi.RemoteException