com.liferay.portlet.imagegallery.service.persistence
Interface IGImageFinder
- public interface IGImageFinder
View Source
- Author:
- Brian Wing Shun Chan
countByFolderIds
public int countByFolderIds(java.util.List folderIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByGroupId
public int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_U
public int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public java.util.List findByGroupId(long groupId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByNoAssets
public java.util.List findByNoAssets()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid_G
public IGImage findByUuid_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByG_U
public java.util.List findByG_U(long groupId,
long userId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException