public class ListTypeService extends BaseService
session| Constructor and Description |
|---|
ListTypeService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getListType(int listTypeId) |
org.json.JSONArray |
getListTypes(java.lang.String type) |
void |
validate(int listTypeId,
long classNameId,
java.lang.String type) |
void |
validate(int listTypeId,
java.lang.String type) |
checkNull, getSession, mangleWrapper, setSession, toStringpublic ListTypeService(Session session)
public org.json.JSONObject getListType(int 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(int listTypeId,
java.lang.String type)
throws java.lang.Exception
java.lang.Exceptionpublic void validate(int listTypeId,
long classNameId,
java.lang.String type)
throws java.lang.Exception
java.lang.Exception