Liferay 6.0.5

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
static JournalArticleResource JournalArticleResourceUtil.findByG_A(long groupId, String articleId)
          Finds the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource JournalArticleResourcePersistence.findByG_A(long groupId, String articleId)
          Finds the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource JournalArticleResourcePersistenceImpl.findByG_A(long groupId, String articleId)
          Finds the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article resource in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article resource in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article resource in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article resource in the ordered set where groupId = ?.
 JournalArticleResource JournalArticleResourcePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article resource in the ordered set where groupId = ?.
static JournalArticleResource[] JournalArticleResourceUtil.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator orderByComparator)
          Finds the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
 JournalArticleResource[] JournalArticleResourcePersistence.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator orderByComparator)
          Finds the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
 JournalArticleResource[] JournalArticleResourcePersistenceImpl.findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator orderByComparator)
          Finds the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByPrimaryKey(long resourcePrimKey)
          Finds the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource JournalArticleResourcePersistence.findByPrimaryKey(long resourcePrimKey)
          Finds the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource JournalArticleResourcePersistenceImpl.findByPrimaryKey(long resourcePrimKey)
          Finds the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.
static JournalArticleResource JournalArticleResourceUtil.remove(long resourcePrimKey)
          Removes the journal article resource with the primary key from the database.
 JournalArticleResource JournalArticleResourcePersistence.remove(long resourcePrimKey)
          Removes the journal article resource with the primary key from the database.
 JournalArticleResource JournalArticleResourcePersistenceImpl.remove(long resourcePrimKey)
          Removes the journal article resource with the primary key from the database.
static void JournalArticleResourceUtil.removeByG_A(long groupId, String articleId)
          Removes the journal article resource where groupId = ? and articleId = ? from the database.
 void JournalArticleResourcePersistence.removeByG_A(long groupId, String articleId)
          Removes the journal article resource where groupId = ? and articleId = ? from the database.
 void JournalArticleResourcePersistenceImpl.removeByG_A(long groupId, String articleId)
          Removes the journal article resource where groupId = ? and articleId = ? from the database.
 


Liferay 6.0.5