Liferay 6.0.5

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

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

public class IGImageFinderUtil
extends Object


Constructor Summary
IGImageFinderUtil()
           
 
Method Summary
static IGImage fetchByAnyImageId(long imageId)
           
static IGImage findByAnyImageId(long imageId)
           
static 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

fetchByAnyImageId

public static IGImage fetchByAnyImageId(long imageId)
                                 throws SystemException
Throws:
SystemException

findByAnyImageId

public static IGImage findByAnyImageId(long imageId)
                                throws SystemException,
                                       NoSuchImageException
Throws:
SystemException
NoSuchImageException

findByNoAssets

public static List<IGImage> findByNoAssets()
                                    throws SystemException
Throws:
SystemException

getFinder

public static IGImageFinder getFinder()

setFinder

public void setFinder(IGImageFinder finder)

Liferay 6.0.5