Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.journal.NoSuchFeedException

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
 JournalFeed[] JournalFeedPersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
static JournalFeed[] JournalFeedUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
 JournalFeed JournalFeedPersistence.findByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found.
static JournalFeed JournalFeedUtil.findByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed[] JournalFeedPersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
static JournalFeed[] JournalFeedUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByPrimaryKey(long id)
          Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
static JournalFeed JournalFeedUtil.findByPrimaryKey(long id)
          Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found.
static JournalFeed JournalFeedUtil.findByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.remove(long id)
          Removes the journal feed with the primary key from the database.
static JournalFeed JournalFeedUtil.remove(long id)
          Removes the journal feed with the primary key from the database.
 JournalFeed JournalFeedPersistence.removeByG_F(long groupId, String feedId)
          Removes the journal feed where groupId = ? and feedId = ? from the database.
static JournalFeed JournalFeedUtil.removeByG_F(long groupId, String feedId)
          Removes the journal feed where groupId = ? and feedId = ? from the database.
 JournalFeed JournalFeedPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
static JournalFeed JournalFeedUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5