|
Liferay 6.0.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchImageException | |
|---|---|
| com.liferay.portal.service.persistence | |
| com.liferay.portal.servlet | |
| Uses of NoSuchImageException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchImageException | |
|---|---|
static Image |
ImageUtil.findByLtSize_First(int size,
OrderByComparator orderByComparator)
Finds the first image in the ordered set where size < ?. |
Image |
ImagePersistence.findByLtSize_First(int size,
OrderByComparator orderByComparator)
Finds the first image in the ordered set where size < ?. |
Image |
ImagePersistenceImpl.findByLtSize_First(int size,
OrderByComparator orderByComparator)
Finds the first image in the ordered set where size < ?. |
static Image |
ImageUtil.findByLtSize_Last(int size,
OrderByComparator orderByComparator)
Finds the last image in the ordered set where size < ?. |
Image |
ImagePersistence.findByLtSize_Last(int size,
OrderByComparator orderByComparator)
Finds the last image in the ordered set where size < ?. |
Image |
ImagePersistenceImpl.findByLtSize_Last(int size,
OrderByComparator orderByComparator)
Finds the last image in the ordered set where size < ?. |
static Image[] |
ImageUtil.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator orderByComparator)
Finds the images before and after the current image in the ordered set where size < ?. |
Image[] |
ImagePersistence.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator orderByComparator)
Finds the images before and after the current image in the ordered set where size < ?. |
Image[] |
ImagePersistenceImpl.findByLtSize_PrevAndNext(long imageId,
int size,
OrderByComparator orderByComparator)
Finds the images before and after the current image in the ordered set where size < ?. |
static Image |
ImageUtil.findByPrimaryKey(long imageId)
Finds the image with the primary key or throws a NoSuchImageException if it could not be found. |
Image |
ImagePersistence.findByPrimaryKey(long imageId)
Finds the image with the primary key or throws a NoSuchImageException if it could not be found. |
Image |
ImagePersistenceImpl.findByPrimaryKey(long imageId)
Finds the image with the primary key or throws a NoSuchImageException if it could not be found. |
static Image |
ImageUtil.remove(long imageId)
Removes the image with the primary key from the database. |
Image |
ImagePersistence.remove(long imageId)
Removes the image with the primary key from the database. |
Image |
ImagePersistenceImpl.remove(long imageId)
Removes the image with the primary key from the database. |
| Uses of NoSuchImageException in com.liferay.portal.servlet |
|---|
| Methods in com.liferay.portal.servlet that throw NoSuchImageException | |
|---|---|
protected Image |
ImageServlet.getDefaultImage(javax.servlet.http.HttpServletRequest request,
long imageId)
|
|
Liferay 6.0.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||