Liferay 6.0.5

Uses of Class
com.liferay.portlet.imagegallery.NoSuchImageException

Packages that use NoSuchImageException
com.liferay.portlet.imagegallery.service.persistence   
 

Uses of NoSuchImageException in com.liferay.portlet.imagegallery.service.persistence
 

Methods in com.liferay.portlet.imagegallery.service.persistence that throw NoSuchImageException
static IGImage IGImageFinderUtil.findByAnyImageId(long imageId)
           
 IGImage IGImageFinder.findByAnyImageId(long imageId)
           
 IGImage IGImageFinderImpl.findByAnyImageId(long imageId)
           
static IGImage IGImageUtil.findByCustom1ImageId(long custom1ImageId)
          Finds the i g image where custom1ImageId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistence.findByCustom1ImageId(long custom1ImageId)
          Finds the i g image where custom1ImageId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistenceImpl.findByCustom1ImageId(long custom1ImageId)
          Finds the i g image where custom1ImageId = ? or throws a NoSuchImageException if it could not be found.
static IGImage IGImageUtil.findByCustom2ImageId(long custom2ImageId)
          Finds the i g image where custom2ImageId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistence.findByCustom2ImageId(long custom2ImageId)
          Finds the i g image where custom2ImageId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistenceImpl.findByCustom2ImageId(long custom2ImageId)
          Finds the i g image where custom2ImageId = ? or throws a NoSuchImageException if it could not be found.
static IGImage IGImageUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and folderId = ?.
 IGImage IGImagePersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and folderId = ?.
 IGImage IGImagePersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and folderId = ?.
static IGImage IGImageUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and folderId = ?.
 IGImage IGImagePersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and folderId = ?.
 IGImage IGImagePersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and folderId = ?.
static IGImage IGImageUtil.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
 IGImage IGImagePersistence.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
 IGImage IGImagePersistenceImpl.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
static IGImage IGImageUtil.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
 IGImage IGImagePersistence.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
 IGImage IGImagePersistenceImpl.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
static IGImage[] IGImageUtil.findByG_F_N_PrevAndNext(long imageId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
 IGImage[] IGImagePersistence.findByG_F_N_PrevAndNext(long imageId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
 IGImage[] IGImagePersistenceImpl.findByG_F_N_PrevAndNext(long imageId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ? and name = ?.
static IGImage[] IGImageUtil.findByG_F_PrevAndNext(long imageId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ?.
 IGImage[] IGImagePersistence.findByG_F_PrevAndNext(long imageId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ?.
 IGImage[] IGImagePersistenceImpl.findByG_F_PrevAndNext(long imageId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ?.
static IGImage IGImageUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and userId = ?.
 IGImage IGImagePersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and userId = ?.
 IGImage IGImagePersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ? and userId = ?.
static IGImage IGImageUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and userId = ?.
 IGImage IGImagePersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and userId = ?.
 IGImage IGImagePersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ? and userId = ?.
static IGImage[] IGImageUtil.findByG_U_PrevAndNext(long imageId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and userId = ?.
 IGImage[] IGImagePersistence.findByG_U_PrevAndNext(long imageId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and userId = ?.
 IGImage[] IGImagePersistenceImpl.findByG_U_PrevAndNext(long imageId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ? and userId = ?.
static IGImage IGImageUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ?.
 IGImage IGImagePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ?.
 IGImage IGImagePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where groupId = ?.
static IGImage IGImageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ?.
 IGImage IGImagePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ?.
 IGImage IGImagePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where groupId = ?.
static IGImage[] IGImageUtil.findByGroupId_PrevAndNext(long imageId, long groupId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ?.
 IGImage[] IGImagePersistence.findByGroupId_PrevAndNext(long imageId, long groupId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ?.
 IGImage[] IGImagePersistenceImpl.findByGroupId_PrevAndNext(long imageId, long groupId, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where groupId = ?.
static IGImage IGImageUtil.findByLargeImageId(long largeImageId)
          Finds the i g image where largeImageId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistence.findByLargeImageId(long largeImageId)
          Finds the i g image where largeImageId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistenceImpl.findByLargeImageId(long largeImageId)
          Finds the i g image where largeImageId = ? or throws a NoSuchImageException if it could not be found.
static IGImage IGImageUtil.findByPrimaryKey(long imageId)
          Finds the i g image with the primary key or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistence.findByPrimaryKey(long imageId)
          Finds the i g image with the primary key or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistenceImpl.findByPrimaryKey(long imageId)
          Finds the i g image with the primary key or throws a NoSuchImageException if it could not be found.
static IGImage IGImageUtil.findBySmallImageId(long smallImageId)
          Finds the i g image where smallImageId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistence.findBySmallImageId(long smallImageId)
          Finds the i g image where smallImageId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistenceImpl.findBySmallImageId(long smallImageId)
          Finds the i g image where smallImageId = ? or throws a NoSuchImageException if it could not be found.
static IGImage IGImageUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where uuid = ?.
 IGImage IGImagePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where uuid = ?.
 IGImage IGImagePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first i g image in the ordered set where uuid = ?.
static IGImage IGImageUtil.findByUUID_G(String uuid, long groupId)
          Finds the i g image where uuid = ? and groupId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistence.findByUUID_G(String uuid, long groupId)
          Finds the i g image where uuid = ? and groupId = ? or throws a NoSuchImageException if it could not be found.
 IGImage IGImagePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the i g image where uuid = ? and groupId = ? or throws a NoSuchImageException if it could not be found.
static IGImage IGImageUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where uuid = ?.
 IGImage IGImagePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where uuid = ?.
 IGImage IGImagePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last i g image in the ordered set where uuid = ?.
static IGImage[] IGImageUtil.findByUuid_PrevAndNext(long imageId, String uuid, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where uuid = ?.
 IGImage[] IGImagePersistence.findByUuid_PrevAndNext(long imageId, String uuid, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where uuid = ?.
 IGImage[] IGImagePersistenceImpl.findByUuid_PrevAndNext(long imageId, String uuid, OrderByComparator orderByComparator)
          Finds the i g images before and after the current i g image in the ordered set where uuid = ?.
static IGImage IGImageUtil.remove(long imageId)
          Removes the i g image with the primary key from the database.
 IGImage IGImagePersistence.remove(long imageId)
          Removes the i g image with the primary key from the database.
 IGImage IGImagePersistenceImpl.remove(long imageId)
          Removes the i g image with the primary key from the database.
static void IGImageUtil.removeByCustom1ImageId(long custom1ImageId)
          Removes the i g image where custom1ImageId = ? from the database.
 void IGImagePersistence.removeByCustom1ImageId(long custom1ImageId)
          Removes the i g image where custom1ImageId = ? from the database.
 void IGImagePersistenceImpl.removeByCustom1ImageId(long custom1ImageId)
          Removes the i g image where custom1ImageId = ? from the database.
static void IGImageUtil.removeByCustom2ImageId(long custom2ImageId)
          Removes the i g image where custom2ImageId = ? from the database.
 void IGImagePersistence.removeByCustom2ImageId(long custom2ImageId)
          Removes the i g image where custom2ImageId = ? from the database.
 void IGImagePersistenceImpl.removeByCustom2ImageId(long custom2ImageId)
          Removes the i g image where custom2ImageId = ? from the database.
static void IGImageUtil.removeByLargeImageId(long largeImageId)
          Removes the i g image where largeImageId = ? from the database.
 void IGImagePersistence.removeByLargeImageId(long largeImageId)
          Removes the i g image where largeImageId = ? from the database.
 void IGImagePersistenceImpl.removeByLargeImageId(long largeImageId)
          Removes the i g image where largeImageId = ? from the database.
static void IGImageUtil.removeBySmallImageId(long smallImageId)
          Removes the i g image where smallImageId = ? from the database.
 void IGImagePersistence.removeBySmallImageId(long smallImageId)
          Removes the i g image where smallImageId = ? from the database.
 void IGImagePersistenceImpl.removeBySmallImageId(long smallImageId)
          Removes the i g image where smallImageId = ? from the database.
static void IGImageUtil.removeByUUID_G(String uuid, long groupId)
          Removes the i g image where uuid = ? and groupId = ? from the database.
 void IGImagePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the i g image where uuid = ? and groupId = ? from the database.
 void IGImagePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the i g image where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5