com.liferay.portlet.imagegallery.service.persistence
Class IGImageFinderUtil
java.lang.Object
com.liferay.portlet.imagegallery.service.persistence.IGImageFinderUtil
public class IGImageFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGImageFinderUtil
public IGImageFinderUtil()
countByFolderIds
public static int countByFolderIds(java.util.List<java.lang.Long> folderIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByAnyImageId
public static IGImage fetchByAnyImageId(long imageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByAnyImageId
public static IGImage findByAnyImageId(long imageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByNoAssets
public static java.util.List<IGImage> findByNoAssets()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getFinder
public static IGImageFinder getFinder()
setFinder
public void setFinder(IGImageFinder finder)