Liferay 6.0.5

com.liferay.portlet.bookmarks.service
Class BookmarksFolderServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.BookmarksFolderServiceWrapper
All Implemented Interfaces:
BookmarksFolderService

public class BookmarksFolderServiceWrapper
extends Object
implements BookmarksFolderService

This class is a wrapper for BookmarksFolderService.

See Also:
BookmarksFolderService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
BookmarksFolderServiceWrapper(BookmarksFolderService bookmarksFolderService)
           
 
Method Summary
 BookmarksFolder addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 void deleteFolder(long folderId)
           
 BookmarksFolder getFolder(long folderId)
           
 BookmarksFolderService getWrappedBookmarksFolderService()
           
 BookmarksFolder updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksFolderServiceWrapper

public BookmarksFolderServiceWrapper(BookmarksFolderService bookmarksFolderService)
Method Detail

addFolder

public BookmarksFolder addFolder(long parentFolderId,
                                 String name,
                                 String description,
                                 ServiceContext serviceContext)
                          throws PortalException,
                                 SystemException
Specified by:
addFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

deleteFolder

public void deleteFolder(long folderId)
                  throws PortalException,
                         SystemException
Specified by:
deleteFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

getFolder

public BookmarksFolder getFolder(long folderId)
                          throws PortalException,
                                 SystemException
Specified by:
getFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

updateFolder

public BookmarksFolder updateFolder(long folderId,
                                    long parentFolderId,
                                    String name,
                                    String description,
                                    boolean mergeWithParentFolder,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Specified by:
updateFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

getWrappedBookmarksFolderService

public BookmarksFolderService getWrappedBookmarksFolderService()

Liferay 6.0.5