Liferay 6.1.2-ce-ga3

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

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

This class is 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)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 BookmarksFolder getFolder(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)
           
 int getFoldersCount(long groupId, long parentFolderId)
           
 void getSubfolderIds(List<Long> folderIds, long groupId, long folderId)
           
 BookmarksFolderService getWrappedBookmarksFolderService()
          Deprecated. Renamed to getWrappedService()
 BookmarksFolderService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.bookmarks.service.BookmarksFolderService)
 void setWrappedService(BookmarksFolderService bookmarksFolderService)
           
 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

getFolder

public BookmarksFolder getFolder(long folderId)
                          throws PortalException,
                                 SystemException
Specified by:
getFolder 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

getFoldersCount

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

getSubfolderIds

public void getSubfolderIds(List<Long> folderIds,
                            long groupId,
                            long folderId)
                     throws SystemException
Specified by:
getSubfolderIds in interface BookmarksFolderService
Throws:
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. Renamed to getWrappedService()


setWrappedBookmarksFolderService

public void setWrappedBookmarksFolderService(BookmarksFolderService bookmarksFolderService)
Deprecated. Renamed to 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.1.2-ce-ga3