com.liferay.portlet.imagegallery.service.persistence
Class IGImageFinderUtil
java.lang.Object
com.liferay.portlet.imagegallery.service.persistence.IGImageFinderUtil
public class IGImageFinderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGImageFinderUtil
public IGImageFinderUtil()
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)