com.liferay.client.soap.portlet.tags.service.http
Interface TagsPropertyServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Tags_TagsPropertyServiceSoapBindingImpl, Portlet_Tags_TagsPropertyServiceSoapBindingStub
public interface TagsPropertyServiceSoap
- extends java.rmi.Remote
getProperties
TagsPropertySoap[] getProperties(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addProperty
TagsPropertySoap addProperty(long entryId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPropertyValues
TagsPropertySoap[] getPropertyValues(long companyId,
java.lang.String key)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteProperty
void deleteProperty(long propertyId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateProperty
TagsPropertySoap updateProperty(long propertyId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException