Liferay 7.0-ce-m6

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

Packages that use NoSuchArticleImageException
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.journal.service.persistence.impl   
 

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

Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchArticleImageException
 JournalArticleImage JournalArticleImagePersistence.findByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found.
static JournalArticleImage JournalArticleImageUtil.findByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistence.findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticleImage JournalArticleImageUtil.findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage JournalArticleImagePersistence.findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticleImage JournalArticleImageUtil.findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage[] JournalArticleImagePersistence.findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_First(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_First(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage[] JournalArticleImagePersistence.findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
static JournalArticleImage JournalArticleImageUtil.findByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_First(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_First(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_Last(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_Last(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage[] JournalArticleImagePersistence.findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.remove(long articleImageId)
          Removes the journal article image with the primary key from the database.
static JournalArticleImage JournalArticleImageUtil.remove(long articleImageId)
          Removes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImagePersistence.removeByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database.
static JournalArticleImage JournalArticleImageUtil.removeByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database.
 

Uses of NoSuchArticleImageException in com.liferay.portlet.journal.service.persistence.impl
 

Methods in com.liferay.portlet.journal.service.persistence.impl that throw NoSuchArticleImageException
 JournalArticleImage JournalArticleImagePersistenceImpl.findByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage[] JournalArticleImagePersistenceImpl.findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage[] JournalArticleImagePersistenceImpl.findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal article image with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByTempImage_First(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByTempImage_Last(boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage[] JournalArticleImagePersistenceImpl.findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator<JournalArticleImage> orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.remove(long articleImageId)
          Removes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImagePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImagePersistenceImpl.removeByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database.
 


Liferay 7.0-ce-m6