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
addEntry
BookmarksEntrySoap addEntry(long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntry
BookmarksEntrySoap getEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteEntry
void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateEntry
BookmarksEntrySoap updateEntry(long entryId,
long folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
openEntry
BookmarksEntrySoap openEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException