com.liferay.client.soap.portlet.asset.service.http
Interface AssetTagPropertyServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl, Portlet_Asset_AssetTagPropertyServiceSoapBindingStub
public interface AssetTagPropertyServiceSoap
- extends java.rmi.Remote
addTagProperty
AssetTagPropertySoap addTagProperty(long tagId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteTagProperty
void deleteTagProperty(long tagPropertyId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTagProperties
AssetTagPropertySoap[] getTagProperties(long tagId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getTagPropertyValues
AssetTagPropertySoap[] getTagPropertyValues(long companyId,
java.lang.String key)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateTagProperty
AssetTagPropertySoap updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException