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)
           
 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

findByNoAssets

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