public class SegmentsentryrelService
extends BaseService
| Constructor and Description |
|---|
SegmentsentryrelService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK,
JSONObjectWrapper serviceContext) |
void |
deleteSegmentsEntryRel(long segmentsEntryRelId) |
void |
deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK) |
org.json.JSONArray |
getSegmentsEntryRels(long segmentsEntryId) |
org.json.JSONArray |
getSegmentsEntryRels(long segmentsEntryId,
int start,
int end,
JSONObjectWrapper orderByComparator) |
org.json.JSONArray |
getSegmentsEntryRels(long groupId,
long classNameId,
long classPK) |
java.lang.Integer |
getSegmentsEntryRelsCount(long segmentsEntryId) |
java.lang.Integer |
getSegmentsEntryRelsCount(long groupId,
long classNameId,
long classPK) |
java.lang.Boolean |
hasSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK) |
public org.json.JSONObject addSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic void deleteSegmentsEntryRel(long segmentsEntryRelId)
throws java.lang.Exception
java.lang.Exceptionpublic void deleteSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getSegmentsEntryRels(long segmentsEntryId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getSegmentsEntryRels(long segmentsEntryId,
int start,
int end,
JSONObjectWrapper orderByComparator)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONArray getSegmentsEntryRels(long groupId,
long classNameId,
long classPK)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getSegmentsEntryRelsCount(long segmentsEntryId)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getSegmentsEntryRelsCount(long groupId,
long classNameId,
long classPK)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Boolean hasSegmentsEntryRel(long segmentsEntryId,
long classNameId,
long classPK)
throws java.lang.Exception
java.lang.Exception