com.liferay.portlet.imagegallery.service.persistence
Class IGImageFinder
java.lang.Object
com.liferay.portlet.imagegallery.service.persistence.IGImageFinder
- public class IGImageFinder
- 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 |
COUNT_BY_FOLDER_IDS
public static java.lang.String COUNT_BY_FOLDER_IDS
COUNT_BY_GROUP_ID
public static java.lang.String COUNT_BY_GROUP_ID
COUNT_BY_G_U
public static java.lang.String COUNT_BY_G_U
FIND_BY_GROUP_ID
public static java.lang.String FIND_BY_GROUP_ID
FIND_BY_NO_ASSETS
public static java.lang.String FIND_BY_NO_ASSETS
FIND_BY_G_U
public static java.lang.String FIND_BY_G_U
IGImageFinder
public IGImageFinder()
countByFolderIds
public static int countByFolderIds(java.util.List folderIds)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByGroupId
public static int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByG_U
public static int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public static java.util.List findByGroupId(long groupId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByNoAssets
public static java.util.List findByNoAssets()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public static java.util.List findByG_U(long groupId,
long userId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException