Liferay 6.1.2-ce-ga3

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
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.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[] JournalFeedPersistenceImpl.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.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.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 JournalFeedPersistenceImpl.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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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.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[] JournalFeedPersistenceImpl.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.findByPrimaryKey(long id)
          Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistence.findByPrimaryKey(long id)
          Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.findByPrimaryKey(long id)
          Returns 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)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
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_G(String uuid, long groupId)
          Returns 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)
          Returns 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)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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.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[] JournalFeedPersistenceImpl.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.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.
 JournalFeed JournalFeedPersistenceImpl.remove(Serializable primaryKey)
          Removes the journal feed with the primary key 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.removeByG_F(long groupId, String feedId)
          Removes the journal feed where groupId = ? and feedId = ? from the database.
 JournalFeed JournalFeedPersistenceImpl.removeByG_F(long groupId, String feedId)
          Removes the journal feed where groupId = ? and feedId = ? from the database.
static JournalFeed JournalFeedUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
 JournalFeed JournalFeedPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
 JournalFeed JournalFeedPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.2-ce-ga3