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


public interface IGImageFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByG_F(long groupId, java.util.List<java.lang.Long> folderIds)
           
 IGImage fetchByAnyImageId(long imageId)
           
 IGImage findByAnyImageId(long imageId)
           
 java.util.List<IGImage> findByNoAssets()
           
 

Method Detail

countByG_F

int countByG_F(long groupId,
               java.util.List<java.lang.Long> folderIds)
               throws SystemException
Throws:
SystemException

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