Liferay 6.0.5

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

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

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

Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchArticleException
static JournalArticle JournalArticleUtil.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_First(long companyId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByC_ST_Last(long companyId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByC_ST_PrevAndNext(long id, long companyId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where companyId = ?.
static JournalArticle[] JournalArticleUtil.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistence.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByCompanyId_PrevAndNext(long id, long companyId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where companyId = ?.
static JournalArticle JournalArticleUtil.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_First(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistence.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_Last(long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_PrevAndNext(long id, long groupId, String articleId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_ST_First(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_ST_Last(long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_A_ST_PrevAndNext(long id, long groupId, String articleId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByG_A_V(long groupId, String articleId, double version)
          Finds the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle[] JournalArticleUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?.
static JournalArticle JournalArticleUtil.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_First(long groupId, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_ST_Last(long groupId, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_ST_PrevAndNext(long id, long groupId, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_T_First(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistence.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_T_Last(long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle[] JournalArticleUtil.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistence.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_T_PrevAndNext(long id, long groupId, String templateId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?.
static JournalArticle JournalArticleUtil.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_First(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_Last(long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_UT_PrevAndNext(long id, long groupId, String urlTitle, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_ST_First(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByG_UT_ST_Last(long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByG_UT_ST_PrevAndNext(long id, long groupId, String urlTitle, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?.
static JournalArticle JournalArticleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ?.
 JournalArticle JournalArticlePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where groupId = ?.
static JournalArticle[] JournalArticleUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where groupId = ?.
static JournalArticle JournalArticleUtil.findByPrimaryKey(long id)
          Finds the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByPrimaryKey(long id)
          Finds the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByPrimaryKey(long id)
          Finds the journal article with the primary key or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleFinderUtil.findByR_D(long resourcePrimKey, Date displayDate)
           
 JournalArticle JournalArticleFinder.findByR_D(long resourcePrimKey, Date displayDate)
           
 JournalArticle JournalArticleFinderImpl.findByR_D(long resourcePrimKey, Date displayDate)
           
static JournalArticle JournalArticleUtil.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_First(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle JournalArticlePersistenceImpl.findByR_ST_Last(long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle[] JournalArticleUtil.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistence.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByR_ST_PrevAndNext(long id, long resourcePrimKey, int status, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_First(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle JournalArticlePersistenceImpl.findByResourcePrimKey_Last(long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle[] JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByResourcePrimKey_PrevAndNext(long id, long resourcePrimKey, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_First(long smallImageId, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistence.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where smallImageId = ?.
 JournalArticle JournalArticlePersistenceImpl.findBySmallImageId_Last(long smallImageId, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where smallImageId = ?.
static JournalArticle[] JournalArticleUtil.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findBySmallImageId_PrevAndNext(long id, long smallImageId, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where smallImageId = ?.
static JournalArticle JournalArticleUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.findByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistence.findByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
 JournalArticle JournalArticlePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found.
static JournalArticle JournalArticleUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where uuid = ?.
 JournalArticle JournalArticlePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal article in the ordered set where uuid = ?.
static JournalArticle[] JournalArticleUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where uuid = ?.
 JournalArticle[] JournalArticlePersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal articles before and after the current journal article in the ordered set where uuid = ?.
static JournalArticle JournalArticleUtil.remove(long id)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistence.remove(long id)
          Removes the journal article with the primary key from the database.
 JournalArticle JournalArticlePersistenceImpl.remove(long id)
          Removes the journal article with the primary key from the database.
static void JournalArticleUtil.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
 void JournalArticlePersistence.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
 void JournalArticlePersistenceImpl.removeByG_A_V(long groupId, String articleId, double version)
          Removes the journal article where groupId = ? and articleId = ? and version = ? from the database.
static void JournalArticleUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
 void JournalArticlePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
 void JournalArticlePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal article where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5