public class DdmstructurelayoutService
extends BaseService
| Constructor and Description |
|---|
DdmstructurelayoutService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONArray |
getStructureLayouts(long groupId,
int start,
int end) |
java.lang.Integer |
getStructureLayoutsCount(long groupId) |
org.json.JSONArray |
search(long companyId,
org.json.JSONArray groupIds,
long classNameId,
java.lang.String keywords,
int start,
int end,
JSONObjectWrapper orderByComparator) |
public org.json.JSONArray getStructureLayouts(long groupId,
int start,
int end)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getStructureLayoutsCount(long groupId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray search(long companyId,
org.json.JSONArray groupIds,
long classNameId,
java.lang.String keywords,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exception