com.liferay.portlet.bookmarks.service.base
Class BookmarksFolderLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.bookmarks.service.base.BookmarksFolderLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService
Direct Known Subclasses:
BookmarksFolderLocalServiceImpl

public abstract class BookmarksFolderLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BookmarksFolderLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.bookmarks.model.BookmarksFolder addBookmarksFolder(com.liferay.portlet.bookmarks.model.BookmarksFolder model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.bookmarks.model.BookmarksFolder updateBookmarksFolder(com.liferay.portlet.bookmarks.model.BookmarksFolder model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService
addFolder, addFolder, addFolder, addFolderResources, addFolderResources, addFolderResources, addFolderResources, deleteFolder, deleteFolder, deleteFolders, getFolder, getFolders, getFoldersCount, getSubfolderIds, updateFolder
 

Constructor Detail

BookmarksFolderLocalServiceBaseImpl

public BookmarksFolderLocalServiceBaseImpl()
Method Detail

addBookmarksFolder

public com.liferay.portlet.bookmarks.model.BookmarksFolder addBookmarksFolder(com.liferay.portlet.bookmarks.model.BookmarksFolder model)
                                                                       throws com.liferay.portal.SystemException
Specified by:
addBookmarksFolder in interface com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException

updateBookmarksFolder

public com.liferay.portlet.bookmarks.model.BookmarksFolder updateBookmarksFolder(com.liferay.portlet.bookmarks.model.BookmarksFolder model)
                                                                          throws com.liferay.portal.SystemException
Specified by:
updateBookmarksFolder in interface com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService
Throws:
com.liferay.portal.SystemException