Liferay 6.0.5

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

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

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

Constructors in com.liferay.portlet.bookmarks.asset with parameters of type BookmarksEntry
BookmarksEntryAssetRenderer(BookmarksEntry entry)
           
 

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

Methods in com.liferay.portlet.bookmarks.lar with parameters of type BookmarksEntry
protected  void BookmarksPortletDataHandlerImpl.exportEntry(PortletDataContext context, Element foldersElement, Element entriesElement, BookmarksEntry entry)
           
protected  String BookmarksPortletDataHandlerImpl.getEntryPath(PortletDataContext context, BookmarksEntry entry)
           
protected  void BookmarksPortletDataHandlerImpl.importEntry(PortletDataContext context, BookmarksEntry entry)
           
 

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()
           
 BookmarksEntry BookmarksEntryWrapper.toEscapedModel()
           
 BookmarksEntry BookmarksEntryModel.toEscapedModel()
          Gets a copy of this bookmarks entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.bookmarks.model with parameters of type BookmarksEntry
 int BookmarksEntryWrapper.compareTo(BookmarksEntry bookmarksEntry)
           
 int BookmarksEntryModel.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.model.impl
 

Classes in com.liferay.portlet.bookmarks.model.impl that implement BookmarksEntry
 class BookmarksEntryImpl
           
 

Methods in com.liferay.portlet.bookmarks.model.impl that return BookmarksEntry
 BookmarksEntry BookmarksEntryModelImpl.toEscapedModel()
           
static BookmarksEntry BookmarksEntryModelImpl.toModel(BookmarksEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.bookmarks.model.impl that return types with arguments of type BookmarksEntry
static List<BookmarksEntry> BookmarksEntryModelImpl.toModels(BookmarksEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.bookmarks.model.impl with parameters of type BookmarksEntry
 int BookmarksEntryModelImpl.compareTo(BookmarksEntry bookmarksEntry)
           
 

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

Methods in com.liferay.portlet.bookmarks.service that return BookmarksEntry
 BookmarksEntry BookmarksEntryLocalServiceWrapper.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksEntry BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.addEntry(long userId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.addEntry(long userId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalService.addEntry(long userId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceWrapper.addEntry(long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryServiceUtil.addEntry(long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryService.addEntry(long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.createBookmarksEntry(long entryId)
          Creates a new bookmarks entry with the primary key.
static BookmarksEntry BookmarksEntryLocalServiceUtil.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.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getBookmarksEntry(long entryId)
          Gets the bookmarks entry with the primary key.
static BookmarksEntry BookmarksEntryLocalServiceUtil.getBookmarksEntry(long entryId)
          Gets the bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalService.getBookmarksEntry(long entryId)
          Gets the bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the bookmarks entry with the UUID and group id.
static BookmarksEntry BookmarksEntryLocalServiceUtil.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the bookmarks entry with the UUID and group id.
 BookmarksEntry BookmarksEntryLocalService.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the bookmarks entry with the UUID and group id.
 BookmarksEntry BookmarksEntryServiceWrapper.getEntry(long entryId)
           
static BookmarksEntry BookmarksEntryServiceUtil.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryService.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.getEntry(long entryId)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryServiceWrapper.openEntry(long entryId)
           
static BookmarksEntry BookmarksEntryServiceUtil.openEntry(long entryId)
           
 BookmarksEntry BookmarksEntryService.openEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.openEntry(long userId, long entryId)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.openEntry(long userId, long entryId)
           
 BookmarksEntry BookmarksEntryLocalService.openEntry(long userId, long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryLocalService.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceWrapper.updateEntry(long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryServiceUtil.updateEntry(long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryService.updateEntry(long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.bookmarks.service that return types with arguments of type BookmarksEntry
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getBookmarksEntries(int start, int end)
          Gets a range of all the bookmarks entries.
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getBookmarksEntries(int start, int end)
          Gets a range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryLocalService.getBookmarksEntries(int start, int end)
          Gets a range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getEntries(long groupId, long folderId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.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> BookmarksEntryLocalService.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getGroupEntries(long groupId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getGroupEntries(long groupId, long userId, int start, int end)
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getGroupEntries(long groupId, long userId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalService.getGroupEntries(long groupId, long userId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceWrapper.getNoAssetEntries()
           
static List<BookmarksEntry> BookmarksEntryLocalServiceUtil.getNoAssetEntries()
           
 List<BookmarksEntry> BookmarksEntryLocalService.getNoAssetEntries()
           
 

Methods in com.liferay.portlet.bookmarks.service with parameters of type BookmarksEntry
 BookmarksEntry BookmarksEntryLocalServiceWrapper.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksEntry BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 void BookmarksEntryLocalServiceWrapper.addEntryResources(BookmarksEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void BookmarksEntryLocalServiceUtil.addEntryResources(BookmarksEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksEntryLocalService.addEntryResources(BookmarksEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksEntryLocalServiceWrapper.addEntryResources(BookmarksEntry entry, String[] communityPermissions, String[] guestPermissions)
           
static void BookmarksEntryLocalServiceUtil.addEntryResources(BookmarksEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksEntryLocalService.addEntryResources(BookmarksEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
static void BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 void BookmarksEntryLocalService.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 void BookmarksEntryLocalServiceWrapper.deleteEntry(BookmarksEntry entry)
           
static void BookmarksEntryLocalServiceUtil.deleteEntry(BookmarksEntry entry)
           
 void BookmarksEntryLocalService.deleteEntry(BookmarksEntry entry)
           
 void BookmarksEntryLocalServiceWrapper.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
static void BookmarksEntryLocalServiceUtil.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
 void BookmarksEntryLocalService.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database.
static BookmarksEntry BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database.
 

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

Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksEntry
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.createBookmarksEntry(long entryId)
          Creates a new bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.getBookmarksEntry(long entryId)
          Gets the bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.getBookmarksEntryByUuidAndGroupId(String uuid, long groupId)
          Gets the bookmarks entry with the UUID and group id.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database.
 

Methods in com.liferay.portlet.bookmarks.service.base that return types with arguments of type BookmarksEntry
 List<BookmarksEntry> BookmarksEntryLocalServiceBaseImpl.getBookmarksEntries(int start, int end)
          Gets a range of all the bookmarks entries.
 

Methods in com.liferay.portlet.bookmarks.service.base with parameters of type BookmarksEntry
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.addBookmarksEntry(BookmarksEntry bookmarksEntry)
          Adds the bookmarks entry to the database.
 void BookmarksEntryLocalServiceBaseImpl.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
          Deletes the bookmarks entry from the database.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
          Updates the bookmarks entry in the database.
 BookmarksEntry BookmarksEntryLocalServiceBaseImpl.updateBookmarksEntry(BookmarksEntry bookmarksEntry, boolean merge)
          Updates the bookmarks entry in the database.
 

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

Methods in com.liferay.portlet.bookmarks.service.http that return BookmarksEntry
static BookmarksEntry BookmarksEntryServiceHttp.addEntry(HttpPrincipal httpPrincipal, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryServiceHttp.getEntry(HttpPrincipal httpPrincipal, long entryId)
           
static BookmarksEntry BookmarksEntryServiceHttp.openEntry(HttpPrincipal httpPrincipal, long entryId)
           
static BookmarksEntry BookmarksEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal, long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.bookmarks.service.http with parameters of type BookmarksEntry
static JSONArray BookmarksEntryJSONSerializer.toJSONArray(BookmarksEntry[] models)
           
static JSONArray BookmarksEntryJSONSerializer.toJSONArray(BookmarksEntry[][] models)
           
static JSONObject BookmarksEntryJSONSerializer.toJSONObject(BookmarksEntry model)
           
 

Method parameters in com.liferay.portlet.bookmarks.service.http with type arguments of type BookmarksEntry
static JSONArray BookmarksEntryJSONSerializer.toJSONArray(List<BookmarksEntry> models)
           
 

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

Methods in com.liferay.portlet.bookmarks.service.impl that return BookmarksEntry
 BookmarksEntry BookmarksEntryLocalServiceImpl.addEntry(long userId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceImpl.addEntry(long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceImpl.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.getEntry(long entryId)
           
 BookmarksEntry BookmarksEntryServiceImpl.openEntry(long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.openEntry(long userId, long entryId)
           
 BookmarksEntry BookmarksEntryLocalServiceImpl.updateEntry(long userId, long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 BookmarksEntry BookmarksEntryServiceImpl.updateEntry(long entryId, long groupId, long folderId, String name, String url, String comments, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.bookmarks.service.impl that return types with arguments of type BookmarksEntry
 List<BookmarksEntry> BookmarksEntryLocalServiceImpl.getEntries(long groupId, long folderId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceImpl.getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceImpl.getGroupEntries(long groupId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceImpl.getGroupEntries(long groupId, long userId, int start, int end)
           
 List<BookmarksEntry> BookmarksEntryLocalServiceImpl.getNoAssetEntries()
           
 

Methods in com.liferay.portlet.bookmarks.service.impl with parameters of type BookmarksEntry
 void BookmarksEntryLocalServiceImpl.addEntryResources(BookmarksEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void BookmarksEntryLocalServiceImpl.addEntryResources(BookmarksEntry entry, String[] communityPermissions, String[] guestPermissions)
           
 void BookmarksEntryLocalServiceImpl.deleteEntry(BookmarksEntry entry)
           
protected  long BookmarksEntryLocalServiceImpl.getFolder(BookmarksEntry entry, long folderId)
           
 void BookmarksEntryLocalServiceImpl.updateAsset(long userId, BookmarksEntry entry, long[] assetCategoryIds, String[] assetTagNames)
           
 

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

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

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

Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksEntry
static BookmarksEntry BookmarksEntryUtil.create(long entryId)
          Creates a new bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryPersistence.create(long entryId)
          Creates a new bookmarks entry with the primary key.
 BookmarksEntry BookmarksEntryPersistenceImpl.create(long entryId)
          Creates a new bookmarks entry with the primary key.
static BookmarksEntry BookmarksEntryUtil.fetchByPrimaryKey(long entryId)
          Finds the bookmarks entry with the primary key or returns null if it could not be found.
 BookmarksEntry BookmarksEntryPersistence.fetchByPrimaryKey(long entryId)
          Finds the bookmarks entry with the primary key or returns null if it could not be found.
 BookmarksEntry BookmarksEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
          Finds the bookmarks entry with the primary key or returns null if it could not be found.
 BookmarksEntry BookmarksEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the bookmarks entry with the primary key or returns null if it could not be found.
static BookmarksEntry BookmarksEntryUtil.fetchByUUID_G(String uuid, long groupId)
          Finds the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found.
 BookmarksEntry BookmarksEntryPersistence.fetchByUUID_G(String uuid, long groupId)
          Finds the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found.
 BookmarksEntry BookmarksEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Finds 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, boolean retrieveFromCache)
          Finds the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 BookmarksEntry BookmarksEntryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 BookmarksEntry BookmarksEntryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static BookmarksEntry BookmarksEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?.
 BookmarksEntry[] BookmarksEntryPersistenceImpl.findByG_F_PrevAndNext(long entryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?.
 BookmarksEntry[] BookmarksEntryPersistenceImpl.findByG_U_PrevAndNext(long entryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ?.
static BookmarksEntry BookmarksEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where groupId = ?.
static BookmarksEntry BookmarksEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where groupId = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ?.
 BookmarksEntry[] BookmarksEntryPersistenceImpl.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ?.
static BookmarksEntry BookmarksEntryUtil.findByPrimaryKey(long entryId)
          Finds the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found.
 BookmarksEntry BookmarksEntryPersistence.findByPrimaryKey(long entryId)
          Finds the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Finds the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the bookmarks entry with the primary key or throws a NoSuchModelException if it could not be found.
static BookmarksEntry BookmarksEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first bookmarks entry in the ordered set where uuid = ?.
static BookmarksEntry BookmarksEntryUtil.findByUUID_G(String uuid, long groupId)
          Finds the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
 BookmarksEntry BookmarksEntryPersistence.findByUUID_G(String uuid, long groupId)
          Finds the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
static BookmarksEntry BookmarksEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry BookmarksEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last bookmarks entry in the ordered set where uuid = ?.
static BookmarksEntry[] BookmarksEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry[] BookmarksEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?.
 BookmarksEntry[] BookmarksEntryPersistenceImpl.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Finds the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?.
protected  BookmarksEntry BookmarksEntryPersistenceImpl.getByG_F_PrevAndNext(Session session, BookmarksEntry bookmarksEntry, long groupId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, BookmarksEntry bookmarksEntry, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, BookmarksEntry bookmarksEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, BookmarksEntry bookmarksEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static BookmarksEntry BookmarksEntryUtil.remove(BookmarksEntry bookmarksEntry)
           
static BookmarksEntry BookmarksEntryUtil.remove(long entryId)
          Removes the bookmarks entry with the primary key from the database.
 BookmarksEntry BookmarksEntryPersistence.remove(long entryId)
          Removes the bookmarks entry with the primary key from the database.
 BookmarksEntry BookmarksEntryPersistenceImpl.remove(long entryId)
          Removes the bookmarks entry with the primary key from the database.
 BookmarksEntry BookmarksEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the bookmarks entry with the primary key from the database.
protected  BookmarksEntry BookmarksEntryPersistenceImpl.removeImpl(BookmarksEntry bookmarksEntry)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.toUnwrappedModel(BookmarksEntry bookmarksEntry)
           
static BookmarksEntry BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry, boolean merge)
           
static BookmarksEntry BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry, boolean merge, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryUtil.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
 BookmarksEntry BookmarksEntryPersistence.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
 BookmarksEntry BookmarksEntryPersistenceImpl.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
 

Methods in com.liferay.portlet.bookmarks.service.persistence that return types with arguments of type BookmarksEntry
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long folderId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long folderId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long[] folderIds)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long[] folderIds)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findAll()
          Finds all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistence.findAll()
          Finds all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findAll()
          Finds all the bookmarks entries.
static List<BookmarksEntry> BookmarksEntryUtil.findAll(int start, int end)
          Finds a range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistence.findAll(int start, int end)
          Finds a range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findAll(int start, int end)
          Finds a range of all the bookmarks entries.
static List<BookmarksEntry> BookmarksEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long folderId)
          Finds all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long folderId)
          Finds all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_F(long groupId, long folderId)
          Finds all the bookmarks entries where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long[] folderIds)
          Finds all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long[] folderIds)
          Finds all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds)
          Finds all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long[] folderIds, int start, int end)
          Finds 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)
          Finds a range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end)
          Finds 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, OrderByComparator orderByComparator)
          Finds an ordered 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)
          Finds an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_F(long groupId, long folderId, int start, int end)
          Finds a range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_F(long groupId, long folderId, int start, int end)
          Finds a range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end)
          Finds 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, OrderByComparator orderByComparator)
          Finds an ordered 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)
          Finds an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries where groupId = ? and folderId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U(long groupId, long userId)
          Finds all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U(long groupId, long userId)
          Finds all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_U(long groupId, long userId)
          Finds all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
          Finds 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, OrderByComparator orderByComparator)
          Finds an ordered 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)
          Finds an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries where groupId = ? and userId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByGroupId(long groupId)
          Finds all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByGroupId(long groupId)
          Finds all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByGroupId(long groupId)
          Finds all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries where groupId = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries where groupId = ?.
static List<BookmarksEntry> BookmarksEntryFinderUtil.findByNoAssets()
           
 List<BookmarksEntry> BookmarksEntryFinder.findByNoAssets()
           
 List<BookmarksEntry> BookmarksEntryFinderImpl.findByNoAssets()
           
static List<BookmarksEntry> BookmarksEntryUtil.findByUuid(String uuid)
          Finds all the bookmarks entries where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByUuid(String uuid)
          Finds all the bookmarks entries where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByUuid(String uuid)
          Finds all the bookmarks entries where uuid = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the bookmarks entries where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the bookmarks entries where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the bookmarks entries where uuid = ?.
static List<BookmarksEntry> BookmarksEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the bookmarks entries where uuid = ?.
 List<BookmarksEntry> BookmarksEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds 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
static void BookmarksEntryUtil.cacheResult(BookmarksEntry bookmarksEntry)
          Caches the bookmarks entry in the entity cache if it is enabled.
 void BookmarksEntryPersistence.cacheResult(BookmarksEntry bookmarksEntry)
          Caches the bookmarks entry in the entity cache if it is enabled.
 void BookmarksEntryPersistenceImpl.cacheResult(BookmarksEntry bookmarksEntry)
          Caches the bookmarks entry in the entity cache if it is enabled.
static void BookmarksEntryUtil.clearCache(BookmarksEntry bookmarksEntry)
           
 void BookmarksEntryPersistenceImpl.clearCache(BookmarksEntry bookmarksEntry)
          Clears the cache for the bookmarks entry.
protected  BookmarksEntry BookmarksEntryPersistenceImpl.getByG_F_PrevAndNext(Session session, BookmarksEntry bookmarksEntry, long groupId, long folderId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, BookmarksEntry bookmarksEntry, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, BookmarksEntry bookmarksEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, BookmarksEntry bookmarksEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static BookmarksEntry BookmarksEntryUtil.remove(BookmarksEntry bookmarksEntry)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.removeImpl(BookmarksEntry bookmarksEntry)
           
protected  BookmarksEntry BookmarksEntryPersistenceImpl.toUnwrappedModel(BookmarksEntry bookmarksEntry)
           
static BookmarksEntry BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry, boolean merge)
           
static BookmarksEntry BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry, boolean merge, ServiceContext serviceContext)
           
static BookmarksEntry BookmarksEntryUtil.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
 BookmarksEntry BookmarksEntryPersistence.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
 BookmarksEntry BookmarksEntryPersistenceImpl.updateImpl(BookmarksEntry bookmarksEntry, boolean merge)
           
 

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

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

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


Liferay 6.0.5