com.liferay.portlet.bookmarks.service.http
Class BookmarksEntryServiceSoap
java.lang.Object
com.liferay.portlet.bookmarks.service.http.BookmarksEntryServiceSoap
- public class BookmarksEntryServiceSoap
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksEntryServiceSoap
public BookmarksEntryServiceSoap()
addEntry
public static BookmarksEntryModel addEntry(java.lang.String folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteEntry
public static void deleteEntry(java.lang.String entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntry
public static BookmarksEntryModel getEntry(java.lang.String entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
openEntry
public static BookmarksEntryModel openEntry(java.lang.String entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateEntry
public static BookmarksEntryModel updateEntry(java.lang.String entryId,
java.lang.String folderId,
java.lang.String name,
java.lang.String url,
java.lang.String comments)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException