com.liferay.portlet.imagegallery.service.persistence
Interface IGImageFinder


public interface IGImageFinder

Author:
Brian Wing Shun Chan

Method Summary
 IGImage fetchByAnyImageId(long imageId)
           
 IGImage findByAnyImageId(long imageId)
           
 java.util.List<IGImage> findByNoAssets()
           
 

Method Detail

fetchByAnyImageId

IGImage fetchByAnyImageId(long imageId)
                          throws SystemException
Throws:
SystemException

findByAnyImageId

IGImage findByAnyImageId(long imageId)
                         throws SystemException,
                                NoSuchImageException
Throws:
SystemException
NoSuchImageException

findByNoAssets

java.util.List<IGImage> findByNoAssets()
                                       throws SystemException
Throws:
SystemException