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 java.lang.Object
implements BookmarksFolderService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for BookmarksFolderService.

Author:
Brian Wing Shun Chan
See Also:
BookmarksFolderService
Generated:

Constructor Summary
BookmarksFolderServiceWrapper(BookmarksFolderService bookmarksFolderService)
           
 
Method Summary
 BookmarksFolder addFolder(long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 void deleteFolder(long folderId)
           
 BookmarksFolder getFolder(long folderId)
           
 BookmarksFolderService getWrappedBookmarksFolderService()
           
 BookmarksFolder updateFolder(long folderId, long parentFolderId, java.lang.String name, java.lang.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,
                                 java.lang.String name,
                                 java.lang.String description,
                                 ServiceContext serviceContext)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Specified by:
addFolder in interface BookmarksFolderService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFolder

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

getFolder

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

updateFolder

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

getWrappedBookmarksFolderService

public BookmarksFolderService getWrappedBookmarksFolderService()