public interface AssetTagPropertyServiceSoap
extends java.rmi.Remote
| 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) |
AssetTagPropertySoap addTagProperty(long tagId, java.lang.String key, java.lang.String value) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteTagProperty(long tagPropertyId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetTagPropertySoap[] getTagProperties(long tagId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetTagPropertySoap[] getTagPropertyValues(long companyId, java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetTagPropertySoap updateTagProperty(long tagPropertyId, java.lang.String key, java.lang.String value) throws java.rmi.RemoteException
java.rmi.RemoteException