Liferay 6.1.2-ce-ga3

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

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

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

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

Methods in com.liferay.portlet.bookmarks.model that return BookmarksEntry
 BookmarksEntry BookmarksEntryWrapper.getWrappedBookmarksEntry()
          Deprecated. Renamed to BookmarksEntryWrapper.getWrappedModel()
 BookmarksEntry BookmarksEntryWrapper.getWrappedModel()
           
 BookmarksEntry BookmarksEntryModel.toEscapedModel()
           
 BookmarksEntry BookmarksEntryWrapper.toEscapedModel()
           
 BookmarksEntry BookmarksEntryModel.toUnescapedModel()
           
 BookmarksEntry BookmarksEntryWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.bookmarks.model that return types with arguments of type BookmarksEntry
 CacheModel<BookmarksEntry> BookmarksEntryModel.toCacheModel()
           
 CacheModel<BookmarksEntry> BookmarksEntryWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.bookmarks.model with parameters of type BookmarksEntry
 int BookmarksEntryModel.compareTo(BookmarksEntry bookmarksEntry)
           
 int BookmarksEntryWrapper.compareTo(BookmarksEntry bookmarksEntry)
           
static BookmarksEntrySoap BookmarksEntrySoap.toSoapModel(BookmarksEntry model)
           
static BookmarksEntrySoap[] BookmarksEntrySoap.toSoapModels(BookmarksEntry[] models)
           
static BookmarksEntrySoap[][] BookmarksEntrySoap.toSoapModels(BookmarksEntry[][] models)
           
 

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

Constructors in com.liferay.portlet.bookmarks.model with parameters of type BookmarksEntry
BookmarksEntryWrapper(BookmarksEntry bookmarksEntry)
           
 

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

Methods in com.liferay.portlet.bookmarks.service that return BookmarksEntry
static BookmarksEntry BookmarksEntryLocalServiceUtil.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksEntry BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalService.addEntry(long userId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryService.addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceWrapper.addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryServiceUtil.addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.createBookmarksEntry(long entryId)
          Creates a new bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.createBookmarksEntry(long entryId)
          Creates a new bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalService.createBookmarksEntry(long entryId)
          Creates a new bookmarks entry with the primary key.
static BookmarksEntry BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 BookmarksEntry BookmarksEntryLocalService.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
 BookmarksEntry BookmarksEntryLocalService.deleteBookmarksEntry(long entryId)
          Deletes the bookmarks entry with the primary key from the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.fetchBookmarksEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.fetchBookmarksEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.fetchBookmarksEntry(long entryId)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.getBookmarksEntry(long entryId)
          Returns the bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getBookmarksEntry(long entryId)
          Returns the bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalService.getBookmarksEntry(long entryId)
          Returns the bookmarks entry with the primary key.
static BookmarksEntry BookmarksEntryLocalServiceUtil.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks entry with the UUID in the group.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks entry with the UUID in the group.
 BookmarksEntry BookmarksEntryLocalService.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the bookmarks entry with the UUID in the group.
 BookmarksEntry BookmarksEntryService.getEntry(long entryId)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryServiceWrapper.getEntry(long entryId)
           
static BookmarksEntry BookmarksEntryServiceUtil.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryService.openEntry(long entryId)
           
 BookmarksEntry BookmarksEntryServiceWrapper.openEntry(long entryId)
           
static BookmarksEntry BookmarksEntryServiceUtil.openEntry(long entryId)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.openEntry(long userId, long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.openEntry(long userId, long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.openEntry(long userId, long entryId)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalService.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryService.updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceWrapper.updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryServiceUtil.updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.bookmarks.service that return types with arguments of type BookmarksEntry
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getBookmarksEntries(int start, int end)
          Returns a range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getBookmarksEntries(int start, int end)
          Returns a range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryLocalService.getBookmarksEntries(int start, int end)
          Returns a range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryService.getEntries(long groupId, long folderId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryServiceWrapper.getEntries(long groupId, long folderId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryServiceUtil.getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryService.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryServiceWrapper.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<BookmarksEntry> BookmarksEntryServiceUtil.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryService.getGroupEntries(long groupId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryServiceWrapper.getGroupEntries(long groupId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryServiceUtil.getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryService.getGroupEntries(long groupId, long userId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getGroupEntries(long groupId, long userId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getGroupEntries(long groupId, long userId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryServiceWrapper.getGroupEntries(long groupId, long userId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryServiceUtil.getGroupEntries(long groupId, long userId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getGroupEntries(long groupId, long userId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getNoAssetEntries()
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getNoAssetEntries()
           
 List<BookmarksEntry> BookmarksEntryLocalService.getNoAssetEntries()
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getNoResourceBlockEntries()
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getNoResourceBlockEntries()
           
 List<BookmarksEntry> BookmarksEntryLocalService.getNoResourceBlockEntries()
           
 

Methods in com.liferay.portlet.bookmarks.service with parameters of type BookmarksEntry
static BookmarksEntry BookmarksEntryLocalServiceUtil.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksEntry BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 BookmarksEntry BookmarksEntryLocalService.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
static void BookmarksEntryLocalServiceUtil.deleteEntry(BookmarksEntry entry)
           
 void BookmarksEntryLocalServiceWrapper.deleteEntry(BookmarksEntry entry)
           
 void BookmarksEntryLocalService.deleteEntry(BookmarksEntry entry)
           
static void BookmarksEntryLocalServiceUtil.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void BookmarksEntryLocalServiceWrapper.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void BookmarksEntryLocalService.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksEntry
 BookmarksEntry BookmarksEntryPersistence.create(long entryId)
          Creates a new bookmarks entry with the primary key.
static BookmarksEntry BookmarksEntryUtil.create(long entryId)
          Creates a new bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByPrimaryKey(long entryId)
          Returns the bookmarks entry with the primary key or returns null if it could not be found.
static BookmarksEntry BookmarksEntryUtil.fetchByPrimaryKey(long entryId)
          Returns the bookmarks entry with the primary key or returns null if it could not be found.
 BookmarksEntry BookmarksEntryPersistence.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found.
static BookmarksEntry BookmarksEntryUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found.
 BookmarksEntry BookmarksEntryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static BookmarksEntry BookmarksEntryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 BookmarksEntry BookmarksEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ?.
static BookmarksEntry[] BookmarksEntryUtil.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ?.
static BookmarksEntry BookmarksEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ?.
static BookmarksEntry BookmarksEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByPrimaryKey(long entryId)
          Returns the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found.
static BookmarksEntry BookmarksEntryUtil.findByPrimaryKey(long entryId)
          Returns the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found.
 BookmarksEntry BookmarksEntryPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksEntry BookmarksEntryUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksEntry BookmarksEntryUtil.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByResourceBlockId_PrevAndNext(long entryId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByResourceBlockId_PrevAndNext(long entryId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.findByUUID_G(String uuid, long groupId)
          Returns the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
static BookmarksEntry BookmarksEntryUtil.findByUUID_G(String uuid, long groupId)
          Returns the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
 BookmarksEntry BookmarksEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.remove(long entryId)
          Removes the bookmarks entry with the primary key from the database.
static BookmarksEntry BookmarksEntryUtil.remove(long entryId)
          Removes the bookmarks entry with the primary key from the database.
 BookmarksEntry BookmarksEntryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the bookmarks entry where uuid = ? and groupId = ? from the database.
static BookmarksEntry BookmarksEntryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the bookmarks entry where uuid = ? and groupId = ? from the database.
static BookmarksEntry BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry, boolean merge)
           
static BookmarksEntry BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry, boolean merge, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryPersistence.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
static BookmarksEntry BookmarksEntryUtil.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence that return types with arguments of type BookmarksEntry
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long folderId)
          Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long folderId)
          Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long[] folderIds)
          Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long[] folderIds)
          Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U(long groupId, long userId)
          Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U(long groupId, long userId)
          Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByGroupId(long groupId)
          Returns all the bookmarks entries that the user has permission to view where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByGroupId(long groupId)
          Returns all the bookmarks entries that the user has permission to view where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks entries that the user has permission to view where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks entries that the user has permission to view where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findAll()
          Returns all the bookmarks entries.
static List<BookmarksEntry> BookmarksEntryUtil.findAll()
          Returns all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistence.findAll(int start, int end)
          Returns a range of all the bookmarks entries.
static List<BookmarksEntry> BookmarksEntryUtil.findAll(int start, int end)
          Returns a range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries.
static List<BookmarksEntry> BookmarksEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long folderId)
          Returns all the bookmarks entries where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long folderId)
          Returns all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long[] folderIds)
          Returns all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long[] folderIds)
          Returns all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the bookmarks entries where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U(long groupId, long userId)
          Returns all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U(long groupId, long userId)
          Returns all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByGroupId(long groupId)
          Returns all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByGroupId(long groupId)
          Returns all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryFinder.findByNoAssets()
           
static List<BookmarksEntry> BookmarksEntryFinderUtil.findByNoAssets()
           
 List<BookmarksEntry> BookmarksEntryFinder.findByNoResourceBlocks()
           
static List<BookmarksEntry> BookmarksEntryFinderUtil.findByNoResourceBlocks()
           
 List<BookmarksEntry> BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId)
          Returns all the bookmarks entries where resourceBlockId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId)
          Returns all the bookmarks entries where resourceBlockId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId, int start, int end)
          Returns a range of all the bookmarks entries where resourceBlockId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId, int start, int end)
          Returns a range of all the bookmarks entries where resourceBlockId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where resourceBlockId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where resourceBlockId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByUuid(String uuid)
          Returns all the bookmarks entries where uuid = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByUuid(String uuid)
          Returns all the bookmarks entries where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the bookmarks entries where uuid = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the bookmarks entries where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where uuid = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the bookmarks entries where uuid = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<BookmarksEntry> BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence with parameters of type BookmarksEntry
 void BookmarksEntryPersistence.cacheResult(BookmarksEntry bookmarksEntry)
          Caches the bookmarks entry in the entity cache if it is enabled.
static void BookmarksEntryUtil.cacheResult(BookmarksEntry bookmarksEntry)
          Caches the bookmarks entry in the entity cache if it is enabled.
static void BookmarksEntryUtil.clearCache(BookmarksEntry bookmarksEntry)
           
static BookmarksEntry BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry, boolean merge)
           
static BookmarksEntry BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry, boolean merge, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryPersistence.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
static BookmarksEntry BookmarksEntryUtil.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
 

Method parameters in com.liferay.portlet.bookmarks.service.persistence with type arguments of type BookmarksEntry
 void BookmarksEntryPersistence.cacheResult(List<BookmarksEntry> bookmarksEntries)
          Caches the bookmarks entries in the entity cache if it is enabled.
static void BookmarksEntryUtil.cacheResult(List<BookmarksEntry> bookmarksEntries)
          Caches the bookmarks entries in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3