com.liferay.portlet.bookmarks.service
Class BookmarksFolderServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksFolderServiceWrapper
public BookmarksFolderServiceWrapper(BookmarksFolderService bookmarksFolderService)
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()