com.liferay.portlet.imagegallery.service.persistence
Interface IGImageFinder


public interface IGImageFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByFolderIds(java.util.List<java.lang.Long> folderIds)
           
 int countByG_U(long groupId, long userId)
           
 int countByGroupId(long groupId)
           
 java.util.List<IGImage> findByG_U(long groupId, long userId, int start, int end)
           
 java.util.List<IGImage> findByGroupId(long groupId, int start, int end)
           
 java.util.List<IGImage> findByNoAssets()
           
 IGImage findByUuid_G(java.lang.String uuid, long groupId)
           
 

Method Detail

countByFolderIds

int countByFolderIds(java.util.List<java.lang.Long> folderIds)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByGroupId

int countByGroupId(long groupId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_U

int countByG_U(long groupId,
               long userId)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

java.util.List<IGImage> findByGroupId(long groupId,
                                      int start,
                                      int end)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNoAssets

java.util.List<IGImage> findByNoAssets()
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid_G

IGImage findByUuid_G(java.lang.String uuid,
                     long groupId)
                     throws com.liferay.portal.SystemException,
                            NoSuchImageException
Throws:
com.liferay.portal.SystemException
NoSuchImageException

findByG_U

java.util.List<IGImage> findByG_U(long groupId,
                                  long userId,
                                  int start,
                                  int end)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException