com.liferay.portlet.bookmarks.service.impl
Class BookmarksFolderServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.impl.PrincipalBean
      extended by com.liferay.portlet.bookmarks.service.base.BookmarksFolderServiceBaseImpl
          extended by com.liferay.portlet.bookmarks.service.impl.BookmarksFolderServiceImpl
All Implemented Interfaces:
com.liferay.portlet.bookmarks.service.BookmarksFolderService, org.springframework.beans.factory.InitializingBean

public class BookmarksFolderServiceImpl
extends BookmarksFolderServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.bookmarks.service.base.BookmarksFolderServiceBaseImpl
bookmarksEntryFinder, bookmarksEntryLocalService, bookmarksEntryPersistence, bookmarksEntryService, bookmarksFolderLocalService, bookmarksFolderPersistence, counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, tagsEntryFinder, tagsEntryLocalService, tagsEntryPersistence, tagsEntryService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
BookmarksFolderServiceImpl()
           
 
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 com.liferay.portlet.bookmarks.service.base.BookmarksFolderServiceBaseImpl
afterPropertiesSet, getBookmarksEntryFinder, getBookmarksEntryLocalService, getBookmarksEntryPersistence, getBookmarksEntryService, getBookmarksFolderLocalService, getBookmarksFolderPersistence, getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getTagsEntryFinder, getTagsEntryLocalService, getTagsEntryPersistence, getTagsEntryService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, setBookmarksEntryFinder, setBookmarksEntryLocalService, setBookmarksEntryPersistence, setBookmarksEntryService, setBookmarksFolderLocalService, setBookmarksFolderPersistence, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setTagsEntryFinder, setTagsEntryLocalService, setTagsEntryPersistence, setTagsEntryService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarksFolderServiceImpl

public BookmarksFolderServiceImpl()
Method Detail

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
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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFolder

public void deleteFolder(long folderId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
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
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
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException