public class Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl extends java.lang.Object implements AssetTagPropertyServiceSoap
| Constructor and Description |
|---|
Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
AssetTagPropertySoap |
addTagProperty(long tagId,
java.lang.String key,
java.lang.String value) |
void |
deleteTagProperty(long tagPropertyId) |
AssetTagPropertySoap[] |
getTagProperties(long tagId) |
AssetTagPropertySoap[] |
getTagPropertyValues(long companyId,
java.lang.String key) |
AssetTagPropertySoap |
updateTagProperty(long tagPropertyId,
java.lang.String key,
java.lang.String value) |
public Portlet_Asset_AssetTagPropertyServiceSoapBindingImpl()
public AssetTagPropertySoap addTagProperty(long tagId, java.lang.String key, java.lang.String value) throws java.rmi.RemoteException
addTagProperty in interface AssetTagPropertyServiceSoapjava.rmi.RemoteExceptionpublic void deleteTagProperty(long tagPropertyId)
throws java.rmi.RemoteException
deleteTagProperty in interface AssetTagPropertyServiceSoapjava.rmi.RemoteExceptionpublic AssetTagPropertySoap[] getTagProperties(long tagId) throws java.rmi.RemoteException
getTagProperties in interface AssetTagPropertyServiceSoapjava.rmi.RemoteExceptionpublic AssetTagPropertySoap[] getTagPropertyValues(long companyId, java.lang.String key) throws java.rmi.RemoteException
getTagPropertyValues in interface AssetTagPropertyServiceSoapjava.rmi.RemoteExceptionpublic AssetTagPropertySoap updateTagProperty(long tagPropertyId, java.lang.String key, java.lang.String value) throws java.rmi.RemoteException
updateTagProperty in interface AssetTagPropertyServiceSoapjava.rmi.RemoteException