public class AssetCategoryPropertyService
extends BaseService
| Constructor and Description |
|---|
AssetCategoryPropertyService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value) |
void |
deleteCategoryProperty(long categoryPropertyId) |
org.json.JSONArray |
getCategoryProperties(long entryId) |
org.json.JSONArray |
getCategoryPropertyValues(long companyId,
java.lang.String key) |
org.json.JSONObject |
updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
org.json.JSONObject |
updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value) |
public AssetCategoryPropertyService(Session session)
public org.json.JSONObject addCategoryProperty(long entryId,
java.lang.String key,
java.lang.String value)
throws java.lang.Exception
java.lang.Exceptionpublic void deleteCategoryProperty(long categoryPropertyId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getCategoryProperties(long entryId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getCategoryPropertyValues(long companyId,
java.lang.String key)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateCategoryProperty(long userId,
long categoryPropertyId,
java.lang.String key,
java.lang.String value)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateCategoryProperty(long categoryPropertyId,
java.lang.String key,
java.lang.String value)
throws java.lang.Exception
java.lang.Exception