Liferay 6.2.0

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

Packages that use BookmarksFolder
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.bookmarks.service.persistence   
 

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()
           
abstract  BookmarksFolder BookmarksEntry.getFolder()
           
abstract  BookmarksFolder BookmarksFolder.getParentFolder()
           
 BookmarksFolder BookmarksFolderWrapper.getParentFolder()
           
 BookmarksFolder BookmarksFolderWrapper.getWrappedBookmarksFolder()
          Deprecated. As of 6.1.0, replaced by BookmarksFolderWrapper.getWrappedModel()
 BookmarksFolder BookmarksFolderWrapper.getWrappedModel()
           
abstract  BookmarksFolder BookmarksFolderModel.toEscapedModel()
           
 BookmarksFolder BookmarksFolderWrapper.toEscapedModel()
           
abstract  BookmarksFolder BookmarksFolderModel.toUnescapedModel()
           
 BookmarksFolder BookmarksFolderWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.bookmarks.model with parameters of type BookmarksFolder
abstract  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.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.
abstract  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)
           
abstract  BookmarksFolder BookmarksFolderLocalService.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
abstract  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.
abstract  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.
abstract  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.
abstract  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)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(long folderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(long folderId)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(long folderId, boolean includeTrashedEntries)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(long folderId, boolean includeTrashedEntries)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.fetchBookmarksFolder(long folderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.fetchBookmarksFolder(long folderId)
           
abstract  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.
abstract  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.
abstract  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.
abstract  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.
abstract  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.
abstract  BookmarksFolder BookmarksFolderLocalService.getBookmarksFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks folder matching the UUID and group.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.getFolder(long folderId)
           
abstract  BookmarksFolder BookmarksFolderService.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderServiceWrapper.getFolder(long folderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.getFolder(long folderId)
           
abstract  BookmarksFolder BookmarksFolderLocalService.getFolder(long folderId)
           
static BookmarksFolder BookmarksFolderServiceUtil.getFolder(long folderId)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.moveFolder(long folderId, long parentFolderId)
           
abstract  BookmarksFolder BookmarksFolderService.moveFolder(long folderId, long parentFolderId)
           
 BookmarksFolder BookmarksFolderServiceWrapper.moveFolder(long folderId, long parentFolderId)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.moveFolder(long folderId, long parentFolderId)
           
abstract  BookmarksFolder BookmarksFolderLocalService.moveFolder(long folderId, long parentFolderId)
           
static BookmarksFolder BookmarksFolderServiceUtil.moveFolder(long folderId, long parentFolderId)
           
abstract  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)
           
abstract  BookmarksFolder BookmarksFolderLocalService.moveFolderFromTrash(long userId, long folderId, long parentFolderId)
           
abstract  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)
           
abstract  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.
abstract  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)
           
abstract  BookmarksFolder BookmarksFolderLocalService.updateFolder(long userId, long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
abstract  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)
           
abstract  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.
abstract  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)
           
abstract  List<BookmarksFolder> BookmarksFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getFolders(long groupId)
           
abstract  List<BookmarksFolder> BookmarksFolderService.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderServiceWrapper.getFolders(long groupId)
           
static List<BookmarksFolder> BookmarksFolderLocalServiceUtil.getFolders(long groupId)
           
abstract  List<BookmarksFolder> BookmarksFolderLocalService.getFolders(long groupId)
           
static List<BookmarksFolder> BookmarksFolderServiceUtil.getFolders(long groupId)
           
 List<BookmarksFolder> BookmarksFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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()
           
abstract  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.
abstract  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.
abstract  BookmarksFolder BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
          Deletes the bookmarks folder from the database.
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
           
abstract  BookmarksFolder BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
           
 BookmarksFolder BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
static BookmarksFolder BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder, boolean includeTrashedEntries)
           
abstract  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)
           
abstract  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.
abstract  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)
           
abstract  BookmarksFolder BookmarksFolderLocalService.updateStatus(long userId, BookmarksFolder folder, int status)
           
 

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

Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksFolder
abstract  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.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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.
abstract  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 = ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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 = ?.
abstract  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 = ?.
abstract  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.
abstract  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.
static BookmarksFolder BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder, ServiceContext serviceContext)
           
abstract  BookmarksFolder BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder)
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence that return types with arguments of type BookmarksFolder
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<BookmarksFolder> BookmarksFolderPersistence.findAll()
          Returns all the bookmarks folders.
static List<BookmarksFolder> BookmarksFolderUtil.findAll()
          Returns all the bookmarks folders.
abstract  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.
abstract  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.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 ≠ ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<BookmarksFolder> BookmarksFolderFinder.findByNoAssets()
           
static List<BookmarksFolder> BookmarksFolderFinderUtil.findByNoAssets()
           
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  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 = ?.
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
abstract  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.
static void BookmarksFolderUtil.clearCache(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder, ServiceContext serviceContext)
           
abstract  BookmarksFolder BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder)
           
static BookmarksFolder BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder)
           
 

Method parameters in com.liferay.portlet.bookmarks.service.persistence with type arguments of type BookmarksFolder
abstract  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.
 


Liferay 6.2.0