public class Portlet_Bookmarks_BookmarksEntryServiceSoapBindingStub extends org.apache.axis.client.Stub implements BookmarksEntryServiceSoap
| Constructor and Description |
|---|
Portlet_Bookmarks_BookmarksEntryServiceSoapBindingStub() |
Portlet_Bookmarks_BookmarksEntryServiceSoapBindingStub(javax.xml.rpc.Service service) |
Portlet_Bookmarks_BookmarksEntryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| 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) |
protected org.apache.axis.client.Call |
createCall() |
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) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic Portlet_Bookmarks_BookmarksEntryServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portlet_Bookmarks_BookmarksEntryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portlet_Bookmarks_BookmarksEntryServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic BookmarksEntrySoap addEntry(long groupId, long folderId, java.lang.String name, java.lang.String url, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
addEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic void deleteEntry(long entryId)
throws java.rmi.RemoteException
deleteEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic int getEntriesCount(long groupId,
long folderId)
throws java.rmi.RemoteException
getEntriesCount in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic int getEntriesCount(long groupId,
long folderId,
int status)
throws java.rmi.RemoteException
getEntriesCount in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap[] getEntries(long groupId, long folderId, int start, int end) throws java.rmi.RemoteException
getEntries in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap[] getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws java.rmi.RemoteException
getEntries in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap getEntry(long entryId) throws java.rmi.RemoteException
getEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic int getFoldersEntriesCount(long groupId,
long[] folderIds)
throws java.rmi.RemoteException
getFoldersEntriesCount in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupEntriesCount(long groupId)
throws java.rmi.RemoteException
getGroupEntriesCount in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupEntriesCount(long groupId,
long userId)
throws java.rmi.RemoteException
getGroupEntriesCount in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic int getGroupEntriesCount(long groupId,
long userId,
long rootFolderId)
throws java.rmi.RemoteException
getGroupEntriesCount in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap[] getGroupEntries(long groupId, int start, int end) throws java.rmi.RemoteException
getGroupEntries in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap[] getGroupEntries(long groupId, long userId, int start, int end) throws java.rmi.RemoteException
getGroupEntries in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap[] getGroupEntries(long groupId, long userId, long rootFolderId, int start, int end) throws java.rmi.RemoteException
getGroupEntries in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap moveEntryFromTrash(long entryId, long parentFolderId) throws java.rmi.RemoteException
moveEntryFromTrash in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap moveEntryToTrash(long entryId) throws java.rmi.RemoteException
moveEntryToTrash in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap moveEntry(long entryId, long parentFolderId) throws java.rmi.RemoteException
moveEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap openEntry(BookmarksEntrySoap entry) throws java.rmi.RemoteException
openEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic BookmarksEntrySoap openEntry(long entryId) throws java.rmi.RemoteException
openEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic void restoreEntryFromTrash(long entryId)
throws java.rmi.RemoteException
restoreEntryFromTrash in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic void subscribeEntry(long entryId)
throws java.rmi.RemoteException
subscribeEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic void unsubscribeEntry(long entryId)
throws java.rmi.RemoteException
unsubscribeEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteExceptionpublic 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
updateEntry in interface BookmarksEntryServiceSoapjava.rmi.RemoteException