com.liferay.portlet.bookmarks.service.http
Class BookmarksEntryServiceHttp

java.lang.Object
  extended bycom.liferay.portlet.bookmarks.service.http.BookmarksEntryServiceHttp

public class BookmarksEntryServiceHttp
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BookmarksEntryServiceHttp()
           
 
Method Summary
static BookmarksEntry addEntry(HttpPrincipal httpPrincipal, java.lang.String folderId, java.lang.String name, java.lang.String url, java.lang.String comments, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void deleteEntry(HttpPrincipal httpPrincipal, java.lang.String entryId)
           
static BookmarksEntry getEntry(HttpPrincipal httpPrincipal, java.lang.String entryId)
           
static BookmarksEntry openEntry(HttpPrincipal httpPrincipal, java.lang.String entryId)
           
static BookmarksEntry updateEntry(HttpPrincipal httpPrincipal, java.lang.String entryId, java.lang.String folderId, java.lang.String name, java.lang.String url, java.lang.String comments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksEntryServiceHttp

public BookmarksEntryServiceHttp()
Method Detail

addEntry

public static BookmarksEntry addEntry(HttpPrincipal httpPrincipal,
                                      java.lang.String folderId,
                                      java.lang.String name,
                                      java.lang.String url,
                                      java.lang.String comments,
                                      boolean addCommunityPermissions,
                                      boolean addGuestPermissions)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

deleteEntry

public static void deleteEntry(HttpPrincipal httpPrincipal,
                               java.lang.String entryId)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

getEntry

public static BookmarksEntry getEntry(HttpPrincipal httpPrincipal,
                                      java.lang.String entryId)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

openEntry

public static BookmarksEntry openEntry(HttpPrincipal httpPrincipal,
                                       java.lang.String entryId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

updateEntry

public static BookmarksEntry updateEntry(HttpPrincipal httpPrincipal,
                                         java.lang.String entryId,
                                         java.lang.String folderId,
                                         java.lang.String name,
                                         java.lang.String url,
                                         java.lang.String comments)
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException