com.liferay.portlet.imagegallery.service.persistence
Class IGImageFinderUtil

java.lang.Object
  extended by com.liferay.portlet.imagegallery.service.persistence.IGImageFinderUtil

public class IGImageFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
IGImageFinderUtil()
           
 
Method Summary
static int countByG_F(long groupId, java.util.List<java.lang.Long> folderIds)
           
static java.util.List<IGImage> findByNoAssets()
           
static IGImageFinder getFinder()
           
 void setFinder(IGImageFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGImageFinderUtil

public IGImageFinderUtil()
Method Detail

countByG_F

public static 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

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

getFinder

public static IGImageFinder getFinder()

setFinder

public void setFinder(IGImageFinder finder)