|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |