Liferay 6.0.5

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

All Known Implementing Classes:
IGImageFinderImpl

public interface IGImageFinder


Method Summary
 IGImage fetchByAnyImageId(long imageId)
           
 IGImage findByAnyImageId(long imageId)
           
 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

List<IGImage> findByNoAssets()
                             throws SystemException
Throws:
SystemException

Liferay 6.0.5