com.liferay.client.soap.portlet.tags.service.http
Class Portlet_Tags_TagsPropertyServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.tags.service.http.Portlet_Tags_TagsPropertyServiceSoapBindingImpl
All Implemented Interfaces:
TagsPropertyServiceSoap, java.rmi.Remote

public class Portlet_Tags_TagsPropertyServiceSoapBindingImpl
extends java.lang.Object
implements TagsPropertyServiceSoap


Constructor Summary
Portlet_Tags_TagsPropertyServiceSoapBindingImpl()
           
 
Method Summary
 TagsPropertySoap addProperty(long entryId, java.lang.String key, java.lang.String value)
           
 void deleteProperty(long propertyId)
           
 TagsPropertySoap[] getProperties(long entryId)
           
 TagsPropertySoap[] getPropertyValues(long companyId, java.lang.String key)
           
 TagsPropertySoap updateProperty(long propertyId, 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_Tags_TagsPropertyServiceSoapBindingImpl

public Portlet_Tags_TagsPropertyServiceSoapBindingImpl()
Method Detail

getProperties

public TagsPropertySoap[] getProperties(long entryId)
                                 throws java.rmi.RemoteException
Specified by:
getProperties in interface TagsPropertyServiceSoap
Throws:
java.rmi.RemoteException

addProperty

public TagsPropertySoap addProperty(long entryId,
                                    java.lang.String key,
                                    java.lang.String value)
                             throws java.rmi.RemoteException
Specified by:
addProperty in interface TagsPropertyServiceSoap
Throws:
java.rmi.RemoteException

getPropertyValues

public TagsPropertySoap[] getPropertyValues(long companyId,
                                            java.lang.String key)
                                     throws java.rmi.RemoteException
Specified by:
getPropertyValues in interface TagsPropertyServiceSoap
Throws:
java.rmi.RemoteException

deleteProperty

public void deleteProperty(long propertyId)
                    throws java.rmi.RemoteException
Specified by:
deleteProperty in interface TagsPropertyServiceSoap
Throws:
java.rmi.RemoteException

updateProperty

public TagsPropertySoap updateProperty(long propertyId,
                                       java.lang.String key,
                                       java.lang.String value)
                                throws java.rmi.RemoteException
Specified by:
updateProperty in interface TagsPropertyServiceSoap
Throws:
java.rmi.RemoteException