Liferay 7.0-ce-m2

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

addFolder

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

deleteFolder

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

deleteFolder

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

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

getFolder

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

getFolderIds

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

getFolders

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

getFolders

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

getFolders

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

getFolders

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

getFoldersAndEntries

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

getFoldersAndEntries

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

getFoldersAndEntries

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

getFoldersAndEntriesCount

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

getFoldersAndEntriesCount

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

getFoldersCount

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

getFoldersCount

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

getSubfolderIds

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

Specified by:
getSubfolderIds in interface BookmarksFolderService

getSubfolderIds

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

getSubfolderIds

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

moveFolder

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

moveFolderFromTrash

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

moveFolderToTrash

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

restoreFolderFromTrash

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

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

subscribeFolder

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

unsubscribeFolder

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

updateFolder

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

getWrappedBookmarksFolderService

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


setWrappedBookmarksFolderService

@Deprecated
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 7.0-ce-m2