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


public interface IGImageFinder

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

countByFolderIds

int countByFolderIds(java.util.List<java.lang.Long> folderIds)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

fetchByAnyImageId

IGImage fetchByAnyImageId(long imageId)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByAnyImageId

IGImage findByAnyImageId(long imageId)
                         throws com.liferay.portal.SystemException,
                                NoSuchImageException
Throws:
com.liferay.portal.SystemException
NoSuchImageException

findByNoAssets

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