com.liferay.portlet.imagegallery.service.persistence
Interface IGImageFinder
public interface IGImageFinder
View Source
- Author:
- Brian Wing Shun Chan
countByFolderIds
int countByFolderIds(java.util.List<java.lang.Long> folderIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByAnyImageId
IGImage fetchByAnyImageId(long imageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByAnyImageId
IGImage findByAnyImageId(long imageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByNoAssets
java.util.List<IGImage> findByNoAssets()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException