|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchArticleImageException | |
---|---|
com.liferay.portlet.journal.service.persistence |
Uses of NoSuchArticleImageException in com.liferay.portlet.journal.service.persistence |
---|
Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchArticleImageException | |
---|---|
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_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_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the first 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 orderByComparator)
Returns the last 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 orderByComparator)
Returns the last 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 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.findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
String articleId,
double version,
OrderByComparator 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.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
static JournalArticleImage[] |
JournalArticleImageUtil.findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
JournalArticleImage[] |
JournalArticleImagePersistence.findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
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.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.findByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
JournalArticleImageUtil.findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
JournalArticleImagePersistence.findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage[] |
JournalArticleImageUtil.findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
JournalArticleImage[] |
JournalArticleImagePersistence.findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
static JournalArticleImage |
JournalArticleImageUtil.remove(long articleImageId)
Removes the journal article image with the primary key from the database. |
JournalArticleImage |
JournalArticleImagePersistence.remove(long articleImageId)
Removes the journal article image with the primary key 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. |
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |