com.liferay.portlet.bookmarks.service
Class BookmarksFolderLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.BookmarksFolderLocalServiceWrapper
All Implemented Interfaces:
BookmarksFolderLocalService

public class BookmarksFolderLocalServiceWrapper
extends java.lang.Object
implements BookmarksFolderLocalService

View Source

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

This class is a wrapper for BookmarksFolderLocalService.

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

Constructor Summary
BookmarksFolderLocalServiceWrapper(BookmarksFolderLocalService bookmarksFolderLocalService)
           
 
Method Summary
 BookmarksFolder addBookmarksFolder(BookmarksFolder bookmarksFolder)
           
 BookmarksFolder addFolder(long userId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 BookmarksFolder addFolder(java.lang.String uuid, long userId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 void addFolderResources(BookmarksFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addFolderResources(BookmarksFolder folder, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void addFolderResources(long folderId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addFolderResources(long folderId, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 BookmarksFolder createBookmarksFolder(long folderId)
           
 void deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
           
 void deleteBookmarksFolder(long folderId)
           
 void deleteFolder(BookmarksFolder folder)
           
 void deleteFolder(long folderId)
           
 void deleteFolders(long groupId)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 BookmarksFolder getBookmarksFolder(long folderId)
           
 BookmarksFolder getBookmarksFolderByUuidAndGroupId(java.lang.String uuid, long groupId)
           
 java.util.List<BookmarksFolder> getBookmarksFolders(int start, int end)
           
 int getBookmarksFoldersCount()
           
 BookmarksFolder getFolder(long folderId)
           
 java.util.List<BookmarksFolder> getFolders(long groupId, long parentFolderId, int start, int end)
           
 int getFoldersCount(long groupId, long parentFolderId)
           
 void getSubfolderIds(java.util.List<java.lang.Long> folderIds, long groupId, long folderId)
           
 BookmarksFolderLocalService getWrappedBookmarksFolderLocalService()
           
 void reIndex(java.lang.String[] ids)
           
 com.liferay.portal.kernel.search.Hits search(long companyId, long groupId, long userId, long[] folderIds, java.lang.String keywords, int start, int end)
           
 BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder)
           
 BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder, boolean merge)
           
 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

BookmarksFolderLocalServiceWrapper

public BookmarksFolderLocalServiceWrapper(BookmarksFolderLocalService bookmarksFolderLocalService)
Method Detail

addBookmarksFolder

public BookmarksFolder addBookmarksFolder(BookmarksFolder bookmarksFolder)
                                   throws com.liferay.portal.SystemException
Specified by:
addBookmarksFolder in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

createBookmarksFolder

public BookmarksFolder createBookmarksFolder(long folderId)
Specified by:
createBookmarksFolder in interface BookmarksFolderLocalService

deleteBookmarksFolder

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

deleteBookmarksFolder

public void deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
                           throws com.liferay.portal.SystemException
Specified by:
deleteBookmarksFolder in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

getBookmarksFolder

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

getBookmarksFolderByUuidAndGroupId

public BookmarksFolder getBookmarksFolderByUuidAndGroupId(java.lang.String uuid,
                                                          long groupId)
                                                   throws com.liferay.portal.PortalException,
                                                          com.liferay.portal.SystemException
Specified by:
getBookmarksFolderByUuidAndGroupId in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getBookmarksFolders

public java.util.List<BookmarksFolder> getBookmarksFolders(int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Specified by:
getBookmarksFolders in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

getBookmarksFoldersCount

public int getBookmarksFoldersCount()
                             throws com.liferay.portal.SystemException
Specified by:
getBookmarksFoldersCount in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

updateBookmarksFolder

public BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder)
                                      throws com.liferay.portal.SystemException
Specified by:
updateBookmarksFolder in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

updateBookmarksFolder

public BookmarksFolder updateBookmarksFolder(BookmarksFolder bookmarksFolder,
                                             boolean merge)
                                      throws com.liferay.portal.SystemException
Specified by:
updateBookmarksFolder in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

addFolder

public BookmarksFolder addFolder(long userId,
                                 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 BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolder

public BookmarksFolder addFolder(java.lang.String uuid,
                                 long userId,
                                 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 BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolderResources

public void addFolderResources(BookmarksFolder folder,
                               boolean addCommunityPermissions,
                               boolean addGuestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addFolderResources in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolderResources

public void addFolderResources(BookmarksFolder folder,
                               java.lang.String[] communityPermissions,
                               java.lang.String[] guestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addFolderResources in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolderResources

public void addFolderResources(long folderId,
                               boolean addCommunityPermissions,
                               boolean addGuestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addFolderResources in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolderResources

public void addFolderResources(long folderId,
                               java.lang.String[] communityPermissions,
                               java.lang.String[] guestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addFolderResources in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFolder

public void deleteFolder(BookmarksFolder folder)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
deleteFolder in interface BookmarksFolderLocalService
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 BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFolders

public void deleteFolders(long groupId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
deleteFolders in interface BookmarksFolderLocalService
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 BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getFolders

public java.util.List<BookmarksFolder> getFolders(long groupId,
                                                  long parentFolderId,
                                                  int start,
                                                  int end)
                                           throws com.liferay.portal.SystemException
Specified by:
getFolders in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

getFoldersCount

public int getFoldersCount(long groupId,
                           long parentFolderId)
                    throws com.liferay.portal.SystemException
Specified by:
getFoldersCount in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

getSubfolderIds

public void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
                            long groupId,
                            long folderId)
                     throws com.liferay.portal.SystemException
Specified by:
getSubfolderIds in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

reIndex

public void reIndex(java.lang.String[] ids)
             throws com.liferay.portal.SystemException
Specified by:
reIndex in interface BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

search

public com.liferay.portal.kernel.search.Hits search(long companyId,
                                                    long groupId,
                                                    long userId,
                                                    long[] folderIds,
                                                    java.lang.String keywords,
                                                    int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
search in interface BookmarksFolderLocalService
Throws:
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 BookmarksFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedBookmarksFolderLocalService

public BookmarksFolderLocalService getWrappedBookmarksFolderLocalService()