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

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

public class BookmarksFolderServiceHttp
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BookmarksFolderServiceHttp()
           
 
Method Summary
static BookmarksFolder addFolder(HttpPrincipal httpPrincipal, java.lang.String plid, java.lang.String parentFolderId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void deleteFolder(HttpPrincipal httpPrincipal, java.lang.String folderId)
           
static BookmarksFolder getFolder(HttpPrincipal httpPrincipal, java.lang.String folderId)
           
static BookmarksFolder updateFolder(HttpPrincipal httpPrincipal, java.lang.String folderId, java.lang.String parentFolderId, java.lang.String name, java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksFolderServiceHttp

public BookmarksFolderServiceHttp()
Method Detail

addFolder

public static BookmarksFolder addFolder(HttpPrincipal httpPrincipal,
                                        java.lang.String plid,
                                        java.lang.String parentFolderId,
                                        java.lang.String name,
                                        java.lang.String description,
                                        boolean addCommunityPermissions,
                                        boolean addGuestPermissions)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

deleteFolder

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

getFolder

public static BookmarksFolder getFolder(HttpPrincipal httpPrincipal,
                                        java.lang.String folderId)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

updateFolder

public static BookmarksFolder updateFolder(HttpPrincipal httpPrincipal,
                                           java.lang.String folderId,
                                           java.lang.String parentFolderId,
                                           java.lang.String name,
                                           java.lang.String description)
                                    throws PortalException,
                                           SystemException
Throws:
PortalException
SystemException