com.liferay.client.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
public TagsPropertySoap[] getProperties(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addProperty
public TagsPropertySoap addProperty(long entryId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addProperty
public TagsPropertySoap addProperty(java.lang.String entryName,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getPropertyValues
public TagsPropertySoap[] getPropertyValues(long companyId,
java.lang.String key)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteProperty
public void deleteProperty(long propertyId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateProperty
public TagsPropertySoap updateProperty(long propertyId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException