public interface BookmarksEntryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
BookmarksEntrySoap |
addEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteEntry(long entryId) |
BookmarksEntrySoap[] |
getEntries(long groupId,
long folderId,
int start,
int end) |
BookmarksEntrySoap[] |
getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getEntriesCount(long groupId,
long folderId) |
int |
getEntriesCount(long groupId,
long folderId,
int status) |
BookmarksEntrySoap |
getEntry(long entryId) |
int |
getFoldersEntriesCount(long groupId,
long[] folderIds) |
BookmarksEntrySoap[] |
getGroupEntries(long groupId,
int start,
int end) |
BookmarksEntrySoap[] |
getGroupEntries(long groupId,
long userId,
int start,
int end) |
BookmarksEntrySoap[] |
getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end) |
int |
getGroupEntriesCount(long groupId) |
int |
getGroupEntriesCount(long groupId,
long userId) |
int |
getGroupEntriesCount(long groupId,
long userId,
long rootFolderId) |
BookmarksEntrySoap |
moveEntry(long entryId,
long parentFolderId) |
BookmarksEntrySoap |
moveEntryFromTrash(long entryId,
long parentFolderId) |
BookmarksEntrySoap |
moveEntryToTrash(long entryId) |
BookmarksEntrySoap |
openEntry(BookmarksEntrySoap entry) |
BookmarksEntrySoap |
openEntry(long entryId) |
void |
restoreEntryFromTrash(long entryId) |
void |
subscribeEntry(long entryId) |
void |
unsubscribeEntry(long entryId) |
BookmarksEntrySoap |
updateEntry(long entryId,
long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String description,
ServiceContext serviceContext) |
BookmarksEntrySoap addEntry(long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteEntry(long entryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getEntriesCount(long groupId,
long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getEntriesCount(long groupId,
long folderId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap[] getEntries(long groupId, long folderId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap[] getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap getEntry(long entryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFoldersEntriesCount(long groupId,
long[] folderIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupEntriesCount(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupEntriesCount(long groupId,
long userId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap[] getGroupEntries(long groupId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap[] getGroupEntries(long groupId, long userId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap[] getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap moveEntryFromTrash(long entryId, long parentFolderId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap moveEntryToTrash(long entryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap moveEntry(long entryId, long parentFolderId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap openEntry(BookmarksEntrySoap entry) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap openEntry(long entryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restoreEntryFromTrash(long entryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid subscribeEntry(long entryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsubscribeEntry(long entryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionBookmarksEntrySoap updateEntry(long entryId, long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteException