Liferay 6.2.0

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

Packages that use NoSuchArticleResourceException
com.liferay.portlet.journal.service.persistence   
 

Uses of NoSuchArticleResourceException in com.liferay.portlet.journal.service.persistence
 

Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchArticleResourceException
abstract  JournalArticleResource JournalArticleResourcePersistence.findByG_A(long groupId, String articleId)
          Returns the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found.
static JournalArticleResource JournalArticleResourceUtil.findByG_A(long groupId, String articleId)
          Returns the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found.
abstract  JournalArticleResource JournalArticleResourcePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
abstract  JournalArticleResource JournalArticleResourcePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
abstract  JournalArticleResource[] JournalArticleResourcePersistence.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
static JournalArticleResource[] JournalArticleResourceUtil.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
abstract  JournalArticleResource JournalArticleResourcePersistence.findByPrimaryKey(long resourcePrimKey)
          Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.
static JournalArticleResource JournalArticleResourceUtil.findByPrimaryKey(long resourcePrimKey)
          Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.
abstract  JournalArticleResource JournalArticleResourcePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
abstract  JournalArticleResource JournalArticleResourcePersistence.findByUUID_G(String uuid, long groupId)
          Returns the journal article resource where uuid = ? and groupId = ? or throws a NoSuchArticleResourceException if it could not be found.
static JournalArticleResource JournalArticleResourceUtil.findByUUID_G(String uuid, long groupId)
          Returns the journal article resource where uuid = ? and groupId = ? or throws a NoSuchArticleResourceException if it could not be found.
abstract  JournalArticleResource JournalArticleResourcePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
abstract  JournalArticleResource[] JournalArticleResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?.
static JournalArticleResource[] JournalArticleResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?.
abstract  JournalArticleResource JournalArticleResourcePersistence.remove(long resourcePrimKey)
          Removes the journal article resource with the primary key from the database.
static JournalArticleResource JournalArticleResourceUtil.remove(long resourcePrimKey)
          Removes the journal article resource with the primary key from the database.
abstract  JournalArticleResource JournalArticleResourcePersistence.removeByG_A(long groupId, String articleId)
          Removes the journal article resource where groupId = ? and articleId = ? from the database.
static JournalArticleResource JournalArticleResourceUtil.removeByG_A(long groupId, String articleId)
          Removes the journal article resource where groupId = ? and articleId = ? from the database.
abstract  JournalArticleResource JournalArticleResourcePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal article resource where uuid = ? and groupId = ? from the database.
static JournalArticleResource JournalArticleResourceUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal article resource where uuid = ? and groupId = ? from the database.
 


Liferay 6.2.0