Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.bookmarks.model.BookmarksFolder

Packages that use BookmarksFolder
com.liferay.portlet.bookmarks.asset   
com.liferay.portlet.bookmarks.lar   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.model.impl   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.bookmarks.service.base   
com.liferay.portlet.bookmarks.service.http   
com.liferay.portlet.bookmarks.service.impl   
com.liferay.portlet.bookmarks.service.permission   
com.liferay.portlet.bookmarks.service.persistence   
com.liferay.portlet.bookmarks.trash   
com.liferay.portlet.bookmarks.util   
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.asset
 

Constructors in com.liferay.portlet.bookmarks.asset with parameters of type BookmarksFolder
BookmarksFolderAssetRenderer(BookmarksFolder folder)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.lar
 

Methods in com.liferay.portlet.bookmarks.lar with parameters of type BookmarksFolder
protected  void BookmarksFolderStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, BookmarksFolder folder)
           
protected  void BookmarksFolderStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, BookmarksFolder folder)
           
protected  void BookmarksFolderStagedModelDataHandler.doRestoreStagedModel(PortletDataContext portletDataContext, BookmarksFolder folder)
           
 String BookmarksFolderStagedModelDataHandler.getDisplayName(BookmarksFolder folder)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.model
 

Classes in com.liferay.portlet.bookmarks.model that implement BookmarksFolder
 class BookmarksFolderWrapper
           This class is a wrapper for BookmarksFolder.
 

Methods in com.liferay.portlet.bookmarks.model that return BookmarksFolder
 BookmarksFolder BookmarksEntryWrapper.getFolder()
           
 BookmarksFolder BookmarksEntry.getFolder()
           
 BookmarksFolder BookmarksFolder.getParentFolder()
           
 BookmarksFolder BookmarksFolderWrapper.getParentFolder()
           
 BookmarksFolder BookmarksFolderWrapper.getWrappedBookmarksFolder()
          Deprecated. As of 6.1.0, replaced by BookmarksFolderWrapper.getWrappedModel()
 BookmarksFolder BookmarksFolderWrapper.getWrappedModel()
           
 BookmarksFolder BookmarksFolderModel.toEscapedModel()
           
 BookmarksFolder BookmarksFolderWrapper.toEscapedModel()
           
 BookmarksFolder BookmarksFolderModel.toUnescapedModel()
           
 BookmarksFolder BookmarksFolderWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.bookmarks.model that return types with arguments of type BookmarksFolder
 List<BookmarksFolder> BookmarksFolder.getAncestors()
           
 List<BookmarksFolder> BookmarksFolderWrapper.getAncestors()
           
 CacheModel<BookmarksFolder> BookmarksFolderModel.toCacheModel()
           
 CacheModel<BookmarksFolder> BookmarksFolderWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.bookmarks.model with parameters of type BookmarksFolder
 int BookmarksFolderModel.compareTo(BookmarksFolder bookmarksFolder)
           
 int BookmarksFolderWrapper.compareTo(BookmarksFolder bookmarksFolder)
           
static BookmarksFolderSoap BookmarksFolderSoap.toSoapModel(BookmarksFolder model)
           
static BookmarksFolderSoap[] BookmarksFolderSoap.toSoapModels(BookmarksFolder[] models)
           
static BookmarksFolderSoap[][] BookmarksFolderSoap.toSoapModels(BookmarksFolder[][] models)
           
 

Method parameters in com.liferay.portlet.bookmarks.model with type arguments of type BookmarksFolder
static BookmarksFolderSoap[] BookmarksFolderSoap.toSoapModels(List<BookmarksFolder> models)
           
 

Constructors in com.liferay.portlet.bookmarks.model with parameters of type BookmarksFolder
BookmarksFolderWrapper(BookmarksFolder bookmarksFolder)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.model.impl
 

Classes in com.liferay.portlet.bookmarks.model.impl that implement BookmarksFolder
 class BookmarksFolderBaseImpl
          The extended model base implementation for the BookmarksFolder service.
 class BookmarksFolderImpl
           
 

Methods in com.liferay.portlet.bookmarks.model.impl that return BookmarksFolder
 BookmarksFolder BookmarksEntryImpl.getFolder()
           
 BookmarksFolder BookmarksFolderImpl.getParentFolder()
           
 BookmarksFolder BookmarksFolderCacheModel.toEntityModel()
           
 BookmarksFolder BookmarksFolderModelImpl.toEscapedModel()
           
static BookmarksFolder BookmarksFolderModelImpl.toModel(BookmarksFolderSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.bookmarks.model.impl that return types with arguments of type BookmarksFolder
 List<BookmarksFolder> BookmarksFolderImpl.getAncestors()
           
 CacheModel<BookmarksFolder> BookmarksFolderModelImpl.toCacheModel()
           
static List<BookmarksFolder> BookmarksFolderModelImpl.toModels(BookmarksFolderSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.bookmarks.model.impl with parameters of type BookmarksFolder
 int BookmarksFolderModelImpl.compareTo(BookmarksFolder bookmarksFolder)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service
 

Methods in com.liferay.portlet.bookmarks.service that return BookmarksFolder
 BookmarksFolder BookmarksFolderLocalServiceWrapper.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
static BookmarksFolder BookmarksFolderLocalServiceUtil.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksFolder BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalService.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderService.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderServiceWrapper.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderServiceUtil.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.createBookmarksFolder(long folderId)
          Creates a new bookmarks folder with the primary key.
static BookmarksFolder BookmarksFolderLocalServiceUtil.createBookmarksFolder(long folderId)
          Creates a new bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderLocalService.createBookmarksFolder(long folderId)
          Creates a new bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
 BookmarksFolder BookmarksFolderLocalService.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(long folderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(long folderId, boolean includeTrashedEntries)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.fetchBookmarksFolder(long folderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.fetchBookmarksFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalService.fetchBookmarksFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.fetchBookmarksFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the bookmarks folder with the matching UUID and company.
static BookmarksFolder BookmarksFolderLocalServiceUtil.fetchBookmarksFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the bookmarks folder with the matching UUID and company.
 BookmarksFolder BookmarksFolderLocalService.fetchBookmarksFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the bookmarks folder with the matching UUID and company.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.fetchBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
static BookmarksFolder BookmarksFolderLocalServiceUtil.fetchBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
 BookmarksFolder BookmarksFolderLocalService.fetchBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.getBookmarksFolder(long folderId)
          Returns the bookmarks folder with the primary key.
static BookmarksFolder BookmarksFolderLocalServiceUtil.getBookmarksFolder(long folderId)
          Returns the bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderLocalService.getBookmarksFolder(long folderId)
          Returns the bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.getBookmarksFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the bookmarks folder with the matching UUID and company.
static BookmarksFolder BookmarksFolderLocalServiceUtil.getBookmarksFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the bookmarks folder with the matching UUID and company.
 BookmarksFolder BookmarksFolderLocalService.getBookmarksFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the bookmarks folder with the matching UUID and company.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
static BookmarksFolder BookmarksFolderLocalServiceUtil.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
 BookmarksFolder BookmarksFolderLocalService.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderService.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderServiceWrapper.getFolder(long folderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalService.getFolder(long folderId)
           
static BookmarksFolder BookmarksFolderServiceUtil.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderService.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderServiceWrapper.moveFolder(long folderId, long parentFolderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderLocalService.moveFolder(long folderId, long parentFolderId)
           
static BookmarksFolder BookmarksFolderServiceUtil.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderService.moveFolderFromTrash(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderServiceWrapper.moveFolderFromTrash(long folderId, long parentFolderId)
           
static BookmarksFolder BookmarksFolderServiceUtil.moveFolderFromTrash(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.moveFolderFromTrash(long userId, long folderId, long parentFolderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.moveFolderFromTrash(long userId, long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderLocalService.moveFolderFromTrash(long userId, long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderService.moveFolderToTrash(long folderId)
           
 BookmarksFolder BookmarksFolderServiceWrapper.moveFolderToTrash(long folderId)
           
static BookmarksFolder BookmarksFolderServiceUtil.moveFolderToTrash(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.moveFolderToTrash(long userId, long folderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.moveFolderToTrash(long userId, long folderId)
           
 BookmarksFolder BookmarksFolderLocalService.moveFolderToTrash(long userId, long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
static BookmarksFolder BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
 BookmarksFolder BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalService.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.updateStatus(long userId, BookmarksFolder folder, int status)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.updateStatus(long userId, BookmarksFolder folder, int status)
           
 BookmarksFolder BookmarksFolderLocalService.updateStatus(long userId, BookmarksFolder folder, int status)
           
 

Methods in com.liferay.portlet.bookmarks.service that return types with arguments of type BookmarksFolder
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getBookmarksFolders(int start, int end)
          Returns a range of all the bookmarks folders.
static List<BookmarksFolder> BookmarksFolderLocalServiceUtil.getBookmarksFolders(int start, int end)
          Returns a range of all the bookmarks folders.
 List<BookmarksFolder> BookmarksFolderLocalService.getBookmarksFolders(int start, int end)
          Returns a range of all the bookmarks folders.
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getCompanyFolders(long companyId, int start, int end)
           
static List<BookmarksFolder> BookmarksFolderLocalServiceUtil.getCompanyFolders(long companyId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderService.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderServiceWrapper.getFolders(long groupId)
           
static List<BookmarksFolder> BookmarksFolderLocalServiceUtil.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getFolders(long groupId)
           
static List<BookmarksFolder> BookmarksFolderServiceUtil.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId)
           
 List<BookmarksFolder> BookmarksFolderService.getFolders(long groupId, long parentFolderId)
           
 List<BookmarksFolder> BookmarksFolderServiceWrapper.getFolders(long groupId, long parentFolderId)
           
static List<BookmarksFolder> BookmarksFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getFolders(long groupId, long parentFolderId)
           
static List<BookmarksFolder> BookmarksFolderServiceUtil.getFolders(long groupId, long parentFolderId)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end)
           
static List<BookmarksFolder> BookmarksFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end)
           
static List<BookmarksFolder> BookmarksFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderService.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
static List<BookmarksFolder> BookmarksFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalService.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
static List<BookmarksFolder> BookmarksFolderServiceUtil.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getNoAssetFolders()
           
static List<BookmarksFolder> BookmarksFolderLocalServiceUtil.getNoAssetFolders()
           
 List<BookmarksFolder> BookmarksFolderLocalService.getNoAssetFolders()
           
 

Methods in com.liferay.portlet.bookmarks.service with parameters of type BookmarksFolder
 BookmarksFolder BookmarksFolderLocalServiceWrapper.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
static BookmarksFolder BookmarksFolderLocalServiceUtil.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksFolder BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 void BookmarksFolderLocalServiceWrapper.updateAsset(long userId, BookmarksFolder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
static void BookmarksFolderLocalServiceUtil.updateAsset(long userId, BookmarksFolder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void BookmarksFolderLocalService.updateAsset(long userId, BookmarksFolder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
static BookmarksFolder BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
 BookmarksFolder BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.updateStatus(long userId, BookmarksFolder folder, int status)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.updateStatus(long userId, BookmarksFolder folder, int status)
           
 BookmarksFolder BookmarksFolderLocalService.updateStatus(long userId, BookmarksFolder folder, int status)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.base
 

Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksFolder
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.createBookmarksFolder(long folderId)
          Creates a new bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(long folderId)
          Deletes the bookmarks folder with the primary key from the database.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.fetchBookmarksFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.fetchBookmarksFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the bookmarks folder with the matching UUID and company.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.fetchBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.getBookmarksFolder(long folderId)
          Returns the bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.getBookmarksFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the bookmarks folder with the matching UUID and company.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.bookmarks.service.base that return types with arguments of type BookmarksFolder
 List<BookmarksFolder> BookmarksFolderLocalServiceBaseImpl.getBookmarksFolders(int start, int end)
          Returns a range of all the bookmarks folders.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type BookmarksFolder
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.addBookmarksFolder(BookmarksFolder bookmarksFolder)
          Adds the bookmarks folder to the database.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
          Updates the bookmarks folder in the database or adds it if it does not yet exist.
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.http
 

Methods in com.liferay.portlet.bookmarks.service.http that return BookmarksFolder
static BookmarksFolder BookmarksFolderServiceHttp.addFolder(HttpPrincipal httpPrincipal, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static BookmarksFolder BookmarksFolderServiceHttp.getFolder(HttpPrincipal httpPrincipal, long folderId)
           
static BookmarksFolder BookmarksFolderServiceHttp.moveFolder(HttpPrincipal httpPrincipal, long folderId, long parentFolderId)
           
static BookmarksFolder BookmarksFolderServiceHttp.moveFolderFromTrash(HttpPrincipal httpPrincipal, long folderId, long parentFolderId)
           
static BookmarksFolder BookmarksFolderServiceHttp.moveFolderToTrash(HttpPrincipal httpPrincipal, long folderId)
           
static BookmarksFolder BookmarksFolderServiceHttp.updateFolder(HttpPrincipal httpPrincipal, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.bookmarks.service.http that return types with arguments of type BookmarksFolder
static List<BookmarksFolder> BookmarksFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId)
           
static List<BookmarksFolder> BookmarksFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId)
           
static List<BookmarksFolder> BookmarksFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int start, int end)
           
static List<BookmarksFolder> BookmarksFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal, long groupId, long parentFolderId, int status, int start, int end)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.impl
 

Methods in com.liferay.portlet.bookmarks.service.impl that return BookmarksFolder
 BookmarksFolder BookmarksFolderLocalServiceImpl.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderServiceImpl.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderServiceImpl.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderServiceImpl.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderServiceImpl.moveFolderFromTrash(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.moveFolderFromTrash(long userId, long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderServiceImpl.moveFolderToTrash(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.moveFolderToTrash(long userId, long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderServiceImpl.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.updateStatus(long userId, BookmarksFolder folder, int status)
           
 

Methods in com.liferay.portlet.bookmarks.service.impl that return types with arguments of type BookmarksFolder
 List<BookmarksFolder> BookmarksFolderLocalServiceImpl.getCompanyFolders(long companyId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceImpl.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderServiceImpl.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId)
           
 List<BookmarksFolder> BookmarksFolderServiceImpl.getFolders(long groupId, long parentFolderId)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderServiceImpl.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceImpl.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderServiceImpl.getFolders(long groupId, long parentFolderId, int status, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceImpl.getNoAssetFolders()
           
 

Methods in com.liferay.portlet.bookmarks.service.impl with parameters of type BookmarksFolder
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
protected  long BookmarksFolderLocalServiceImpl.getParentFolderId(BookmarksFolder folder, long parentFolderId)
           
protected  void BookmarksFolderLocalServiceImpl.mergeFolders(BookmarksFolder fromFolder, long toFolderId)
           
 void BookmarksFolderLocalServiceImpl.updateAsset(long userId, BookmarksFolder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 BookmarksFolder BookmarksFolderLocalServiceImpl.updateStatus(long userId, BookmarksFolder folder, int status)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.permission
 

Methods in com.liferay.portlet.bookmarks.service.permission with parameters of type BookmarksFolder
static void BookmarksFolderPermission.check(PermissionChecker permissionChecker, BookmarksFolder folder, String actionId)
           
static boolean BookmarksFolderPermission.contains(PermissionChecker permissionChecker, BookmarksFolder folder, String actionId)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.persistence
 

Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksFolder
 BookmarksFolder BookmarksFolderPersistence.create(long folderId)
          Creates a new bookmarks folder with the primary key.
static BookmarksFolder BookmarksFolderUtil.create(long folderId)
          Creates a new bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderPersistenceImpl.create(long folderId)
          Creates a new bookmarks folder with the primary key.
 BookmarksFolder BookmarksFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByPrimaryKey(long folderId)
          Returns the bookmarks folder with the primary key or returns null if it could not be found.
static BookmarksFolder BookmarksFolderUtil.fetchByPrimaryKey(long folderId)
          Returns the bookmarks folder with the primary key or returns null if it could not be found.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByPrimaryKey(long folderId)
          Returns the bookmarks folder with the primary key or returns null if it could not be found.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the bookmarks folder with the primary key or returns null if it could not be found.
 BookmarksFolder BookmarksFolderPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found.
static BookmarksFolder BookmarksFolderUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found.
 BookmarksFolder BookmarksFolderPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static BookmarksFolder BookmarksFolderUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 BookmarksFolder BookmarksFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
static BookmarksFolder BookmarksFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder[] BookmarksFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder[] BookmarksFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.filterFindByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static BookmarksFolder[] BookmarksFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder[] BookmarksFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.filterFindByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder[] BookmarksFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?.
static BookmarksFolder[] BookmarksFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?.
protected  BookmarksFolder BookmarksFolderPersistenceImpl.filterGetByG_P_NotS_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 BookmarksFolder BookmarksFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
static BookmarksFolder[] BookmarksFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
static BookmarksFolder BookmarksFolderUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
static BookmarksFolder BookmarksFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByG_P_NotS_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByG_P_NotS_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
static BookmarksFolder[] BookmarksFolderUtil.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByG_P_NotS_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByG_P_S_First(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistence.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder BookmarksFolderUtil.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByG_P_S_Last(long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByG_P_S_PrevAndNext(long folderId, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?.
 BookmarksFolder BookmarksFolderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder BookmarksFolderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder BookmarksFolderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByPrimaryKey(long folderId)
          Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found.
static BookmarksFolder BookmarksFolderUtil.findByPrimaryKey(long folderId)
          Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByPrimaryKey(long folderId)
          Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the bookmarks folder with the primary key or throws a NoSuchModelException if it could not be found.
 BookmarksFolder BookmarksFolderPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksFolder BookmarksFolderUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksFolder BookmarksFolderUtil.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByResourceBlockId_PrevAndNext(long folderId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByResourceBlockId_PrevAndNext(long folderId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByResourceBlockId_PrevAndNext(long folderId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder BookmarksFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder BookmarksFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
static BookmarksFolder BookmarksFolderUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistence.findByUUID_G(String uuid, long groupId)
          Returns the bookmarks folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
static BookmarksFolder BookmarksFolderUtil.findByUUID_G(String uuid, long groupId)
          Returns the bookmarks folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the bookmarks folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
 BookmarksFolder BookmarksFolderPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
static BookmarksFolder BookmarksFolderUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder BookmarksFolderPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder[] BookmarksFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?.
static BookmarksFolder[] BookmarksFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?.
 BookmarksFolder[] BookmarksFolderPersistenceImpl.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?.
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByG_P_NotS_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByG_P_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByG_P_S_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByResourceBlockId_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long resourceBlockId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByUuid_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 BookmarksFolder BookmarksFolderPersistence.remove(long folderId)
          Removes the bookmarks folder with the primary key from the database.
static BookmarksFolder BookmarksFolderUtil.remove(long folderId)
          Removes the bookmarks folder with the primary key from the database.
 BookmarksFolder BookmarksFolderPersistenceImpl.remove(long folderId)
          Removes the bookmarks folder with the primary key from the database.
 BookmarksFolder BookmarksFolderPersistenceImpl.remove(Serializable primaryKey)
          Removes the bookmarks folder with the primary key from the database.
 BookmarksFolder BookmarksFolderPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the bookmarks folder where uuid = ? and groupId = ? from the database.
static BookmarksFolder BookmarksFolderUtil.removeByUUID_G(String uuid, long groupId)
          Removes the bookmarks folder where uuid = ? and groupId = ? from the database.
 BookmarksFolder BookmarksFolderPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the bookmarks folder where uuid = ? and groupId = ? from the database.
protected  BookmarksFolder BookmarksFolderPersistenceImpl.removeImpl(BookmarksFolder bookmarksFolder)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.toUnwrappedModel(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder)
           
 BookmarksFolder BookmarksFolderPersistenceImpl.updateImpl(BookmarksFolder bookmarksFolder)
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence that return types with arguments of type BookmarksFolder
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P_NotS(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P_NotS(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P_NotS(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P_S(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P_S(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P_S(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P(long groupId, long parentFolderId)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P(long groupId, long parentFolderId)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P(long groupId, long parentFolderId)
          Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByGroupId(long groupId)
          Returns all the bookmarks folders that the user has permission to view where groupId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByGroupId(long groupId)
          Returns all the bookmarks folders that the user has permission to view where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the bookmarks folders that the user has permission to view where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks folders that the user has permission to view where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findAll()
          Returns all the bookmarks folders.
static List<BookmarksFolder> BookmarksFolderUtil.findAll()
          Returns all the bookmarks folders.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findAll()
          Returns all the bookmarks folders.
 List<BookmarksFolder> BookmarksFolderPersistence.findAll(int start, int end)
          Returns a range of all the bookmarks folders.
static List<BookmarksFolder> BookmarksFolderUtil.findAll(int start, int end)
          Returns a range of all the bookmarks folders.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findAll(int start, int end)
          Returns a range of all the bookmarks folders.
 List<BookmarksFolder> BookmarksFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders.
static List<BookmarksFolder> BookmarksFolderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders.
 List<BookmarksFolder> BookmarksFolderPersistence.findByC_NotS(long companyId, int status)
          Returns all the bookmarks folders where companyId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByC_NotS(long companyId, int status)
          Returns all the bookmarks folders where companyId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByC_NotS(long companyId, int status)
          Returns all the bookmarks folders where companyId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the bookmarks folders where companyId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the bookmarks folders where companyId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the bookmarks folders where companyId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByCompanyId(long companyId)
          Returns all the bookmarks folders where companyId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByCompanyId(long companyId)
          Returns all the bookmarks folders where companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByCompanyId(long companyId)
          Returns all the bookmarks folders where companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the bookmarks folders where companyId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the bookmarks folders where companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the bookmarks folders where companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
          Returns all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
          Returns all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
          Returns all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P_NotS(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P_NotS(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P_NotS(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P_NotS(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P_S(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P_S(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P_S(long groupId, long parentFolderId, int status)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P_S(long groupId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P(long groupId, long parentFolderId)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P(long groupId, long parentFolderId)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId)
          Returns all the bookmarks folders where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByGroupId(long groupId)
          Returns all the bookmarks folders where groupId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByGroupId(long groupId)
          Returns all the bookmarks folders where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByGroupId(long groupId)
          Returns all the bookmarks folders where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks folders where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where groupId = ?.
 List<BookmarksFolder> BookmarksFolderFinder.findByNoAssets()
           
static List<BookmarksFolder> BookmarksFolderFinderUtil.findByNoAssets()
           
 List<BookmarksFolder> BookmarksFolderFinderImpl.findByNoAssets()
           
 List<BookmarksFolder> BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId)
          Returns all the bookmarks folders where resourceBlockId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId)
          Returns all the bookmarks folders where resourceBlockId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByResourceBlockId(long resourceBlockId)
          Returns all the bookmarks folders where resourceBlockId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId, int start, int end)
          Returns a range of all the bookmarks folders where resourceBlockId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId, int start, int end)
          Returns a range of all the bookmarks folders where resourceBlockId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByResourceBlockId(long resourceBlockId, int start, int end)
          Returns a range of all the bookmarks folders where resourceBlockId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where resourceBlockId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where resourceBlockId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where resourceBlockId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the bookmarks folders where uuid = ? and companyId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByUuid_C(String uuid, long companyId)
          Returns all the bookmarks folders where uuid = ? and companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the bookmarks folders where uuid = ? and companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the bookmarks folders where uuid = ? and companyId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the bookmarks folders where uuid = ? and companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the bookmarks folders where uuid = ? and companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByUuid(String uuid)
          Returns all the bookmarks folders where uuid = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByUuid(String uuid)
          Returns all the bookmarks folders where uuid = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByUuid(String uuid)
          Returns all the bookmarks folders where uuid = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the bookmarks folders where uuid = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the bookmarks folders where uuid = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the bookmarks folders where uuid = ?.
 List<BookmarksFolder> BookmarksFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ?.
 List<BookmarksFolder> BookmarksFolderPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks folders where uuid = ?.
static List<BookmarksFolder> BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<BookmarksFolder> BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<BookmarksFolder> BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence with parameters of type BookmarksFolder
 void BookmarksFolderPersistence.cacheResult(BookmarksFolder bookmarksFolder)
          Caches the bookmarks folder in the entity cache if it is enabled.
static void BookmarksFolderUtil.cacheResult(BookmarksFolder bookmarksFolder)
          Caches the bookmarks folder in the entity cache if it is enabled.
 void BookmarksFolderPersistenceImpl.cacheResult(BookmarksFolder bookmarksFolder)
          Caches the bookmarks folder in the entity cache if it is enabled.
protected  void BookmarksFolderPersistenceImpl.cacheUniqueFindersCache(BookmarksFolder bookmarksFolder)
           
static void BookmarksFolderUtil.clearCache(BookmarksFolder bookmarksFolder)
           
 void BookmarksFolderPersistenceImpl.clearCache(BookmarksFolder bookmarksFolder)
          Clears the cache for the bookmarks folder.
protected  void BookmarksFolderPersistenceImpl.clearUniqueFindersCache(BookmarksFolder bookmarksFolder)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.filterGetByG_P_NotS_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByG_P_NotS_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByG_P_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByG_P_S_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, long parentFolderId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByResourceBlockId_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, long resourceBlockId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.getByUuid_PrevAndNext(Session session, BookmarksFolder bookmarksFolder, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.removeImpl(BookmarksFolder bookmarksFolder)
           
protected  BookmarksFolder BookmarksFolderPersistenceImpl.toUnwrappedModel(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder, ServiceContext serviceContext)
           
 BookmarksFolder BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder)
           
 BookmarksFolder BookmarksFolderPersistenceImpl.updateImpl(BookmarksFolder bookmarksFolder)
           
 

Method parameters in com.liferay.portlet.bookmarks.service.persistence with type arguments of type BookmarksFolder
 void BookmarksFolderPersistence.cacheResult(List<BookmarksFolder> bookmarksFolders)
          Caches the bookmarks folders in the entity cache if it is enabled.
static void BookmarksFolderUtil.cacheResult(List<BookmarksFolder> bookmarksFolders)
          Caches the bookmarks folders in the entity cache if it is enabled.
 void BookmarksFolderPersistenceImpl.cacheResult(List<BookmarksFolder> bookmarksFolders)
          Caches the bookmarks folders in the entity cache if it is enabled.
 void BookmarksFolderPersistenceImpl.clearCache(List<BookmarksFolder> bookmarksFolders)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.trash
 

Methods in com.liferay.portlet.bookmarks.trash that return BookmarksFolder
protected  BookmarksFolder BookmarksFolderTrashHandler.getBookmarksFolder(long classPK)
           
 

Uses of BookmarksFolder in com.liferay.portlet.bookmarks.util
 

Methods in com.liferay.portlet.bookmarks.util with parameters of type BookmarksFolder
static void BookmarksUtil.addPortletBreadcrumbEntries(BookmarksFolder folder, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 


Liferay 6.2-ce-ga5