com.liferay.client.soap.portlet.bookmarks.service.http
Interface BookmarksEntryServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Bookmarks_BookmarksEntryServiceSoapBindingImpl, Portlet_Bookmarks_BookmarksEntryServiceSoapBindingStub
public interface BookmarksEntryServiceSoap
- extends java.rmi.Remote
|
Method Summary |
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)
|
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)
|
int |
getGroupEntriesCount(long groupId)
|
int |
getGroupEntriesCount(long groupId,
long userId)
|
BookmarksEntrySoap |
openEntry(long entryId)
|
BookmarksEntrySoap |
updateEntry(long entryId,
long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String description,
ServiceContext serviceContext)
|
addEntry
BookmarksEntrySoap addEntry(long groupId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String description,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteEntry
void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntriesCount
int getEntriesCount(long groupId,
long folderId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntries
BookmarksEntrySoap[] getEntries(long groupId,
long folderId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntries
BookmarksEntrySoap[] getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntry
BookmarksEntrySoap getEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFoldersEntriesCount
int getFoldersEntriesCount(long groupId,
long[] folderIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntriesCount
int getGroupEntriesCount(long groupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntriesCount
int getGroupEntriesCount(long groupId,
long userId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntries
BookmarksEntrySoap[] getGroupEntries(long groupId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntries
BookmarksEntrySoap[] getGroupEntries(long groupId,
long userId,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
openEntry
BookmarksEntrySoap openEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateEntry
BookmarksEntrySoap 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
- Throws:
java.rmi.RemoteException