public class SegmentsentryService
extends BaseService
| Constructor and Description |
|---|
SegmentsentryService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addSegmentsEntry(java.lang.String segmentsEntryKey,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
boolean active,
java.lang.String criteria,
java.lang.String source,
java.lang.String type,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
deleteSegmentsEntry(long segmentsEntryId) |
org.json.JSONArray |
getSegmentsEntries(long groupId,
boolean includeAncestorSegmentsEntries) |
org.json.JSONArray |
getSegmentsEntries(long groupId,
boolean includeAncestorSegmentsEntries,
int start,
int end,
JSONObjectWrapper orderByComparator) |
java.lang.Integer |
getSegmentsEntriesCount(long groupId,
boolean includeAncestorSegmentsEntries) |
org.json.JSONObject |
getSegmentsEntry(long segmentsEntryId) |
org.json.JSONObject |
searchSegmentsEntries(long companyId,
long groupId,
java.lang.String keywords,
boolean includeAncestorSegmentsEntries,
int start,
int end,
JSONObjectWrapper sort) |
org.json.JSONObject |
updateSegmentsEntry(long segmentsEntryId,
java.lang.String segmentsEntryKey,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
boolean active,
java.lang.String criteria,
JSONObjectWrapper serviceContext) |
public org.json.JSONObject addSegmentsEntry(java.lang.String segmentsEntryKey,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
boolean active,
java.lang.String criteria,
java.lang.String source,
java.lang.String type,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject deleteSegmentsEntry(long segmentsEntryId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getSegmentsEntries(long groupId,
boolean includeAncestorSegmentsEntries)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getSegmentsEntries(long groupId,
boolean includeAncestorSegmentsEntries,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getSegmentsEntriesCount(long groupId,
boolean includeAncestorSegmentsEntries)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getSegmentsEntry(long segmentsEntryId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject searchSegmentsEntries(long companyId,
long groupId,
java.lang.String keywords,
boolean includeAncestorSegmentsEntries,
int start,
int end,
JSONObjectWrapper sort)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateSegmentsEntry(long segmentsEntryId,
java.lang.String segmentsEntryKey,
org.json.JSONObject nameMap,
org.json.JSONObject descriptionMap,
boolean active,
java.lang.String criteria,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception