Uses of Class
com.liferay.portal.kernel.exception.NoSuchImageException
Packages that use NoSuchImageException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchImageException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchImageExceptionModifier and TypeMethodDescriptionImagePersistence.findByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.static Image
ImageUtil.findByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.ImagePersistence.findByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.static Image
ImageUtil.findByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.Image[]
ImagePersistence.findByLtSize_PrevAndNext
(long imageId, int size, OrderByComparator<Image> orderByComparator) Returns the images before and after the current image in the ordered set where size < ?.static Image[]
ImageUtil.findByLtSize_PrevAndNext
(long imageId, int size, OrderByComparator<Image> orderByComparator) Returns the images before and after the current image in the ordered set where size < ?.ImagePersistence.findByPrimaryKey
(long imageId) Returns the image with the primary key or throws aNoSuchImageException
if it could not be found.static Image
ImageUtil.findByPrimaryKey
(long imageId) Returns the image with the primary key or throws aNoSuchImageException
if it could not be found.ImagePersistence.remove
(long imageId) Removes the image with the primary key from the database.static Image
ImageUtil.remove
(long imageId) Removes the image with the primary key from the database.