com.liferay.portlet.imagegallery.service.persistence
Interface IGImageFinder
- All Known Implementing Classes:
- IGImageFinderImpl
public interface IGImageFinder
fetchByAnyImageId
IGImage fetchByAnyImageId(long imageId)
throws SystemException
- Throws:
SystemException
findByAnyImageId
IGImage findByAnyImageId(long imageId)
throws SystemException,
NoSuchImageException
- Throws:
SystemException
NoSuchImageException
findByNoAssets
List<IGImage> findByNoAssets()
throws SystemException
- Throws:
SystemException