com.liferay.portlet.bookmarks.service.impl
Class BookmarksFolderServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.bookmarks.service.impl.BookmarksFolderServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.bookmarks.service.BookmarksFolderService
- public class BookmarksFolderServiceImpl
- extends PrincipalBean
- implements com.liferay.portlet.bookmarks.service.BookmarksFolderService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.bookmarks.model.BookmarksFolder |
addFolder(long plid,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
com.liferay.portlet.bookmarks.model.BookmarksFolder |
addFolder(long plid,
long parentFolderId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
deleteFolder(long folderId)
|
com.liferay.portlet.bookmarks.model.BookmarksFolder |
getFolder(long folderId)
|
com.liferay.portlet.bookmarks.model.BookmarksFolder |
updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarksFolderServiceImpl
public BookmarksFolderServiceImpl()
addFolder
public com.liferay.portlet.bookmarks.model.BookmarksFolder addFolder(long plid,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFolder
in interface com.liferay.portlet.bookmarks.service.BookmarksFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFolder
public com.liferay.portlet.bookmarks.model.BookmarksFolder addFolder(long plid,
long parentFolderId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFolder
in interface com.liferay.portlet.bookmarks.service.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 com.liferay.portlet.bookmarks.service.BookmarksFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFolder
public com.liferay.portlet.bookmarks.model.BookmarksFolder getFolder(long folderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFolder
in interface com.liferay.portlet.bookmarks.service.BookmarksFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateFolder
public com.liferay.portlet.bookmarks.model.BookmarksFolder updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateFolder
in interface com.liferay.portlet.bookmarks.service.BookmarksFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException