public class SharingentryService
extends BaseService
| Constructor and Description |
|---|
SharingentryService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addOrUpdateSharingEntry(long toUserId,
long classNameId,
long classPK,
long groupId,
boolean shareable,
org.json.JSONArray sharingEntryActions,
long expirationDate,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
addSharingEntry(long toUserId,
long classNameId,
long classPK,
long groupId,
boolean shareable,
org.json.JSONArray sharingEntryActions,
long expirationDate,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
deleteSharingEntry(long sharingEntryId,
JSONObjectWrapper serviceContext) |
org.json.JSONObject |
updateSharingEntry(long sharingEntryId,
org.json.JSONArray sharingEntryActions,
boolean shareable,
long expirationDate,
JSONObjectWrapper serviceContext) |
public org.json.JSONObject addOrUpdateSharingEntry(long toUserId,
long classNameId,
long classPK,
long groupId,
boolean shareable,
org.json.JSONArray sharingEntryActions,
long expirationDate,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject addSharingEntry(long toUserId,
long classNameId,
long classPK,
long groupId,
boolean shareable,
org.json.JSONArray sharingEntryActions,
long expirationDate,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject deleteSharingEntry(long sharingEntryId,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateSharingEntry(long sharingEntryId,
org.json.JSONArray sharingEntryActions,
boolean shareable,
long expirationDate,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception