Liferay 6.2-ce-ga5

com.liferay.portlet.bookmarks.service
Class BookmarksFolderServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.bookmarks.service.BookmarksFolderServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<BookmarksFolderService>, BookmarksFolderService

@ProviderType
public class BookmarksFolderServiceWrapper
extends Object
implements BookmarksFolderService, ServiceWrapper<BookmarksFolderService>

Provides a wrapper for BookmarksFolderService.

See Also:
BookmarksFolderService

Constructor Summary
BookmarksFolderServiceWrapper(BookmarksFolderService bookmarksFolderService)
           
 
Method Summary
 BookmarksFolder addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 void deleteFolder(long folderId)
           
 void deleteFolder(long folderId, boolean includeTrashedEntries)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 BookmarksFolder getFolder(long folderId)
           
 List<Long> getFolderIds(long groupId, long folderId)
           
 List<BookmarksFolder> getFolders(long groupId)
           
 List<BookmarksFolder> getFolders(long groupId, long parentFolderId)
           
 List<BookmarksFolder> getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<BookmarksFolder> getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
 List<Object> getFoldersAndEntries(long groupId, long folderId)
           
 List<Object> getFoldersAndEntries(long groupId, long folderId, int status)
           
 List<Object> getFoldersAndEntries(long groupId, long folderId, int status, int start, int end)
           
 int getFoldersAndEntriesCount(long groupId, long folderId)
           
 int getFoldersAndEntriesCount(long groupId, long folderId, int status)
           
 int getFoldersCount(long groupId, long parentFolderId)
           
 int getFoldersCount(long groupId, long parentFolderId, int status)
           
 void getSubfolderIds(List<Long> folderIds, long groupId, long folderId)
          Deprecated. As of 7.0.0, replaced by getSubfolderIds(List, long, long, boolean)
 void getSubfolderIds(List<Long> folderIds, long groupId, long folderId, boolean recurse)
           
 List<Long> getSubfolderIds(long groupId, long folderId, boolean recurse)
           
 BookmarksFolderService getWrappedBookmarksFolderService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 BookmarksFolderService getWrappedService()
           
 BookmarksFolder moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder moveFolderFromTrash(long folderId, long parentFolderId)
           
 BookmarksFolder moveFolderToTrash(long folderId)
           
 void restoreFolderFromTrash(long folderId)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksFolderService)
 void setWrappedService(BookmarksFolderService bookmarksFolderService)
           
 void subscribeFolder(long groupId, long folderId)
           
 void unsubscribeFolder(long groupId, long folderId)
           
 BookmarksFolder updateFolder(long folderId, long parentFolderId, String name, 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface BookmarksFolderService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface BookmarksFolderService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addFolder

public BookmarksFolder addFolder(long parentFolderId,
                                 String name,
                                 String description,
                                 ServiceContext serviceContext)
                          throws PortalException,
                                 SystemException
Specified by:
addFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

deleteFolder

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

deleteFolder

public void deleteFolder(long folderId,
                         boolean includeTrashedEntries)
                  throws PortalException,
                         SystemException
Specified by:
deleteFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

getFolder

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

getFolderIds

public List<Long> getFolderIds(long groupId,
                               long folderId)
                        throws PortalException,
                               SystemException
Specified by:
getFolderIds in interface BookmarksFolderService
Throws:
PortalException
SystemException

getFolders

public List<BookmarksFolder> getFolders(long groupId)
                                 throws SystemException
Specified by:
getFolders in interface BookmarksFolderService
Throws:
SystemException

getFolders

public List<BookmarksFolder> getFolders(long groupId,
                                        long parentFolderId)
                                 throws SystemException
Specified by:
getFolders in interface BookmarksFolderService
Throws:
SystemException

getFolders

public List<BookmarksFolder> getFolders(long groupId,
                                        long parentFolderId,
                                        int start,
                                        int end)
                                 throws SystemException
Specified by:
getFolders in interface BookmarksFolderService
Throws:
SystemException

getFolders

public List<BookmarksFolder> getFolders(long groupId,
                                        long parentFolderId,
                                        int status,
                                        int start,
                                        int end)
                                 throws SystemException
Specified by:
getFolders in interface BookmarksFolderService
Throws:
SystemException

getFoldersAndEntries

public List<Object> getFoldersAndEntries(long groupId,
                                         long folderId)
                                  throws SystemException
Specified by:
getFoldersAndEntries in interface BookmarksFolderService
Throws:
SystemException

getFoldersAndEntries

public List<Object> getFoldersAndEntries(long groupId,
                                         long folderId,
                                         int status)
                                  throws SystemException
Specified by:
getFoldersAndEntries in interface BookmarksFolderService
Throws:
SystemException

getFoldersAndEntries

public List<Object> getFoldersAndEntries(long groupId,
                                         long folderId,
                                         int status,
                                         int start,
                                         int end)
                                  throws SystemException
Specified by:
getFoldersAndEntries in interface BookmarksFolderService
Throws:
SystemException

getFoldersAndEntriesCount

public int getFoldersAndEntriesCount(long groupId,
                                     long folderId)
                              throws SystemException
Specified by:
getFoldersAndEntriesCount in interface BookmarksFolderService
Throws:
SystemException

getFoldersAndEntriesCount

public int getFoldersAndEntriesCount(long groupId,
                                     long folderId,
                                     int status)
                              throws SystemException
Specified by:
getFoldersAndEntriesCount in interface BookmarksFolderService
Throws:
SystemException

getFoldersCount

public int getFoldersCount(long groupId,
                           long parentFolderId)
                    throws SystemException
Specified by:
getFoldersCount in interface BookmarksFolderService
Throws:
SystemException

getFoldersCount

public int getFoldersCount(long groupId,
                           long parentFolderId,
                           int status)
                    throws SystemException
Specified by:
getFoldersCount in interface BookmarksFolderService
Throws:
SystemException

getSubfolderIds

@Deprecated
public void getSubfolderIds(List<Long> folderIds,
                                       long groupId,
                                       long folderId)
                     throws SystemException
Deprecated. As of 7.0.0, replaced by getSubfolderIds(List, long, long, boolean)

Specified by:
getSubfolderIds in interface BookmarksFolderService
Throws:
SystemException

getSubfolderIds

public void getSubfolderIds(List<Long> folderIds,
                            long groupId,
                            long folderId,
                            boolean recurse)
                     throws SystemException
Specified by:
getSubfolderIds in interface BookmarksFolderService
Throws:
SystemException

getSubfolderIds

public List<Long> getSubfolderIds(long groupId,
                                  long folderId,
                                  boolean recurse)
                           throws SystemException
Specified by:
getSubfolderIds in interface BookmarksFolderService
Throws:
SystemException

moveFolder

public BookmarksFolder moveFolder(long folderId,
                                  long parentFolderId)
                           throws PortalException,
                                  SystemException
Specified by:
moveFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

moveFolderFromTrash

public BookmarksFolder moveFolderFromTrash(long folderId,
                                           long parentFolderId)
                                    throws PortalException,
                                           SystemException
Specified by:
moveFolderFromTrash in interface BookmarksFolderService
Throws:
PortalException
SystemException

moveFolderToTrash

public BookmarksFolder moveFolderToTrash(long folderId)
                                  throws PortalException,
                                         SystemException
Specified by:
moveFolderToTrash in interface BookmarksFolderService
Throws:
PortalException
SystemException

restoreFolderFromTrash

public void restoreFolderFromTrash(long folderId)
                            throws PortalException,
                                   SystemException
Specified by:
restoreFolderFromTrash in interface BookmarksFolderService
Throws:
PortalException
SystemException

subscribeFolder

public void subscribeFolder(long groupId,
                            long folderId)
                     throws PortalException,
                            SystemException
Specified by:
subscribeFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

unsubscribeFolder

public void unsubscribeFolder(long groupId,
                              long folderId)
                       throws PortalException,
                              SystemException
Specified by:
unsubscribeFolder in interface BookmarksFolderService
Throws:
PortalException
SystemException

updateFolder

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

getWrappedBookmarksFolderService

public BookmarksFolderService getWrappedBookmarksFolderService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedBookmarksFolderService

public void setWrappedBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksFolderService)


getWrappedService

public BookmarksFolderService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<BookmarksFolderService>

setWrappedService

public void setWrappedService(BookmarksFolderService bookmarksFolderService)
Specified by:
setWrappedService in interface ServiceWrapper<BookmarksFolderService>

Liferay 6.2-ce-ga5