public class ListTypeService
extends BaseService
| Constructor and Description |
|---|
ListTypeService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getListType(long listTypeId) |
org.json.JSONArray |
getListTypes(java.lang.String type) |
void |
validate(long listTypeId,
long classNameId,
java.lang.String type) |
void |
validate(long listTypeId,
java.lang.String type) |
public org.json.JSONObject getListType(long listTypeId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getListTypes(java.lang.String type)
throws java.lang.Exception
java.lang.Exceptionpublic void validate(long listTypeId,
long classNameId,
java.lang.String type)
throws java.lang.Exception
java.lang.Exceptionpublic void validate(long listTypeId,
java.lang.String type)
throws java.lang.Exception
java.lang.Exception