Liferay 6.0.5

Uses of Class
com.liferay.portlet.bookmarks.NoSuchEntryException

Packages that use NoSuchEntryException
com.liferay.portlet.bookmarks.service.persistence   
 

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

Methods in com.liferay.portlet.bookmarks.service.persistence that throw NoSuchEntryException
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.
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 = ?.
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.
static void BookmarksEntryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the bookmarks entry where uuid = ? and groupId = ? from the database.
 void BookmarksEntryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the bookmarks entry where uuid = ? and groupId = ? from the database.
 void BookmarksEntryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the bookmarks entry where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5