com.liferay.client.soap.portlet.asset.service.http
Class Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl

java.lang.Object
  extended by 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


Constructor Summary
Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl()
           
 
Method Summary
 AssetTagPropertySoap addTagProperty(long tagId, java.lang.String key, java.lang.String value)
           
 void deleteTagProperty(long tagPropertyId)
           
 AssetTagPropertySoap[] getTagProperties(long tagId)
           
 AssetTagPropertySoap[] getTagPropertyValues(long companyId, java.lang.String key)
           
 AssetTagPropertySoap updateTagProperty(long tagPropertyId, java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl

public Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl()
Method Detail

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