public class ListTypeService extends BaseService
session| 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) |
checkNull, getSession, mangleWrapper, setSession, toStringpublic ListTypeService(Session session)
public 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.Exceptionpublic 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.Exception