public class DLFileShortcutService extends BaseService
session| Constructor and Description |
|---|
DLFileShortcutService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
JSONObjectWrapper serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
org.json.JSONObject |
getFileShortcut(long fileShortcutId) |
org.json.JSONObject |
updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
JSONObjectWrapper serviceContext) |
checkNull, getSession, mangleWrapper, setSession, toStringpublic DLFileShortcutService(Session session)
public org.json.JSONObject addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exceptionpublic void deleteFileShortcut(long fileShortcutId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject getFileShortcut(long fileShortcutId)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception