|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchFeedException | |
---|---|
com.liferay.portlet.journal.service.persistence |
Uses of NoSuchFeedException in com.liferay.portlet.journal.service.persistence |
---|
Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchFeedException | |
---|---|
static JournalFeed |
JournalFeedUtil.findByG_F(long groupId,
String feedId)
Finds the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistence.findByG_F(long groupId,
String feedId)
Finds the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistenceImpl.findByG_F(long groupId,
String feedId)
Finds the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found. |
static JournalFeed |
JournalFeedUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal feed in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal feed in the ordered set where groupId = ?. |
JournalFeed |
JournalFeedPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal feed in the ordered set where groupId = ?. |
static JournalFeed[] |
JournalFeedUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds the journal feeds before and after the current journal feed in the ordered set where groupId = ?. |
JournalFeed[] |
JournalFeedPersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds the journal feeds before and after the current journal feed in the ordered set where groupId = ?. |
JournalFeed[] |
JournalFeedPersistenceImpl.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Finds the journal feeds before and after the current journal feed in the ordered set where groupId = ?. |
static JournalFeed |
JournalFeedUtil.findByPrimaryKey(long id)
Finds the journal feed with the primary key or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistence.findByPrimaryKey(long id)
Finds the journal feed with the primary key or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistenceImpl.findByPrimaryKey(long id)
Finds the journal feed with the primary key or throws a NoSuchFeedException if it could not be found. |
static JournalFeed |
JournalFeedUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first journal feed in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.findByUUID_G(String uuid,
long groupId)
Finds the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistence.findByUUID_G(String uuid,
long groupId)
Finds the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found. |
JournalFeed |
JournalFeedPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found. |
static JournalFeed |
JournalFeedUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal feed in the ordered set where uuid = ?. |
JournalFeed |
JournalFeedPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last journal feed in the ordered set where uuid = ?. |
static JournalFeed[] |
JournalFeedUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds the journal feeds before and after the current journal feed in the ordered set where uuid = ?. |
JournalFeed[] |
JournalFeedPersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds the journal feeds before and after the current journal feed in the ordered set where uuid = ?. |
JournalFeed[] |
JournalFeedPersistenceImpl.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Finds the journal feeds before and after the current journal feed in the ordered set where uuid = ?. |
static JournalFeed |
JournalFeedUtil.remove(long id)
Removes the journal feed with the primary key from the database. |
JournalFeed |
JournalFeedPersistence.remove(long id)
Removes the journal feed with the primary key from the database. |
JournalFeed |
JournalFeedPersistenceImpl.remove(long id)
Removes the journal feed with the primary key from the database. |
static void |
JournalFeedUtil.removeByG_F(long groupId,
String feedId)
Removes the journal feed where groupId = ? and feedId = ? from the database. |
void |
JournalFeedPersistence.removeByG_F(long groupId,
String feedId)
Removes the journal feed where groupId = ? and feedId = ? from the database. |
void |
JournalFeedPersistenceImpl.removeByG_F(long groupId,
String feedId)
Removes the journal feed where groupId = ? and feedId = ? from the database. |
static void |
JournalFeedUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal feed where uuid = ? and groupId = ? from the database. |
void |
JournalFeedPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal feed where uuid = ? and groupId = ? from the database. |
void |
JournalFeedPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the journal feed where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |