Liferay 6.0.3

Uses of Class
com.liferay.portal.NoSuchImageException

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)
           
 Image ImagePersistence.findByLtSize_First(int size, OrderByComparator orderByComparator)
           
 Image ImagePersistenceImpl.findByLtSize_First(int size, OrderByComparator orderByComparator)
           
static Image ImageUtil.findByLtSize_Last(int size, OrderByComparator orderByComparator)
           
 Image ImagePersistence.findByLtSize_Last(int size, OrderByComparator orderByComparator)
           
 Image ImagePersistenceImpl.findByLtSize_Last(int size, OrderByComparator orderByComparator)
           
static Image[] ImageUtil.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
           
 Image[] ImagePersistence.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
           
 Image[] ImagePersistenceImpl.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
           
static Image ImageUtil.findByPrimaryKey(long imageId)
           
 Image ImagePersistence.findByPrimaryKey(long imageId)
           
 Image ImagePersistenceImpl.findByPrimaryKey(long imageId)
           
static Image ImageUtil.remove(long imageId)
           
 Image ImagePersistence.remove(long imageId)
           
 Image ImagePersistenceImpl.remove(long imageId)
           
 

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.3