public interface AssetCategoryPropertyServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
AssetCategoryPropertySoap |
addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value) |
void |
deleteCategoryProperty(long categoryPropertyId) |
AssetCategoryPropertySoap[] |
getCategoryProperties(long entryId) |
AssetCategoryPropertySoap[] |
getCategoryPropertyValues(long companyId,
java.lang.String key) |
AssetCategoryPropertySoap |
updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
AssetCategoryPropertySoap |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
AssetCategoryPropertySoap addCategoryProperty(long entryId, java.lang.String key, java.lang.String value) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteCategoryProperty(long categoryPropertyId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryPropertySoap[] getCategoryProperties(long entryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryPropertySoap[] getCategoryPropertyValues(long companyId, java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryPropertySoap updateCategoryProperty(long userId, long categoryPropertyId, java.lang.String key, java.lang.String value) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryPropertySoap updateCategoryProperty(long categoryPropertyId, java.lang.String key, java.lang.String value) throws java.rmi.RemoteException
java.rmi.RemoteException