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)
           
 java.util.List<IGImage> findByNoAssets()
           
 

Method Detail

countByG_F

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

findByNoAssets

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