com.liferay.client.soap.portlet.tags.service.http
Class Portlet_Tags_TagsPropertyServiceSoapBindingImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Tags_TagsPropertyServiceSoapBindingImpl
public Portlet_Tags_TagsPropertyServiceSoapBindingImpl()
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