com.liferay.portlet.imagegallery.service.persistence
Class IGImageUtil
java.lang.Object
com.liferay.portlet.imagegallery.service.persistence.IGImageUtil
public class IGImageUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
IGImagePersistence
,
IGImagePersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(IGImage igImage)
|
static void |
cacheResult(java.util.List<IGImage> igImages)
|
static void |
clearCache()
|
static void |
clearCache(IGImage igImage)
|
static int |
countAll()
|
static int |
countByCustom1ImageId(long custom1ImageId)
|
static int |
countByCustom2ImageId(long custom2ImageId)
|
static int |
countByF_N(long folderId,
java.lang.String name)
|
static int |
countByFolderId(long folderId)
|
static int |
countByG_U(long groupId,
long userId)
|
static int |
countByGroupId(long groupId)
|
static int |
countByLargeImageId(long largeImageId)
|
static int |
countBySmallImageId(long smallImageId)
|
static int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
static int |
countByUuid(java.lang.String uuid)
|
int |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static IGImage |
create(long imageId)
|
static IGImage |
fetchByCustom1ImageId(long custom1ImageId)
|
static IGImage |
fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
|
static IGImage |
fetchByCustom2ImageId(long custom2ImageId)
|
static IGImage |
fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
|
static IGImage |
fetchByLargeImageId(long largeImageId)
|
static IGImage |
fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
|
static IGImage |
fetchByPrimaryKey(long imageId)
|
static IGImage |
fetchBySmallImageId(long smallImageId)
|
static IGImage |
fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
|
static IGImage |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
static IGImage |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
static java.util.List<IGImage> |
findAll()
|
static java.util.List<IGImage> |
findAll(int start,
int end)
|
static java.util.List<IGImage> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByCustom1ImageId(long custom1ImageId)
|
static IGImage |
findByCustom2ImageId(long custom2ImageId)
|
static IGImage |
findByF_N_First(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByF_N_Last(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage[] |
findByF_N_PrevAndNext(long imageId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<IGImage> |
findByF_N(long folderId,
java.lang.String name)
|
static java.util.List<IGImage> |
findByF_N(long folderId,
java.lang.String name,
int start,
int end)
|
static java.util.List<IGImage> |
findByF_N(long folderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByFolderId_First(long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByFolderId_Last(long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage[] |
findByFolderId_PrevAndNext(long imageId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<IGImage> |
findByFolderId(long folderId)
|
static java.util.List<IGImage> |
findByFolderId(long folderId,
int start,
int end)
|
static java.util.List<IGImage> |
findByFolderId(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage[] |
findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<IGImage> |
findByG_U(long groupId,
long userId)
|
static java.util.List<IGImage> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
static java.util.List<IGImage> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage[] |
findByGroupId_PrevAndNext(long imageId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<IGImage> |
findByGroupId(long groupId)
|
static java.util.List<IGImage> |
findByGroupId(long groupId,
int start,
int end)
|
static java.util.List<IGImage> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByLargeImageId(long largeImageId)
|
static IGImage |
findByPrimaryKey(long imageId)
|
static IGImage |
findBySmallImageId(long smallImageId)
|
static IGImage |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage |
findByUUID_G(java.lang.String uuid,
long groupId)
|
static IGImage |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static IGImage[] |
findByUuid_PrevAndNext(long imageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<IGImage> |
findByUuid(java.lang.String uuid)
|
static java.util.List<IGImage> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
static java.util.List<IGImage> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static IGImagePersistence |
getPersistence()
|
static IGImage |
remove(IGImage igImage)
|
static IGImage |
remove(long imageId)
|
static void |
removeAll()
|
static void |
removeByCustom1ImageId(long custom1ImageId)
|
static void |
removeByCustom2ImageId(long custom2ImageId)
|
static void |
removeByF_N(long folderId,
java.lang.String name)
|
static void |
removeByFolderId(long folderId)
|
static void |
removeByG_U(long groupId,
long userId)
|
static void |
removeByGroupId(long groupId)
|
static void |
removeByLargeImageId(long largeImageId)
|
static void |
removeBySmallImageId(long smallImageId)
|
static void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
static void |
removeByUuid(java.lang.String uuid)
|
void |
setPersistence(IGImagePersistence persistence)
|
static IGImage |
update(IGImage igImage)
Deprecated. Use com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean) . |
static IGImage |
update(IGImage igImage,
boolean merge)
|
static IGImage |
updateImpl(IGImage igImage,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGImageUtil
public IGImageUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(IGImage igImage)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(IGImage)
countWithDynamicQuery
public int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static IGImage remove(IGImage igImage)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static IGImage update(IGImage igImage,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(IGImage igImage)
cacheResult
public static void cacheResult(java.util.List<IGImage> igImages)
create
public static IGImage create(long imageId)
remove
public static IGImage remove(long imageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
update
public static IGImage update(IGImage igImage)
throws com.liferay.portal.SystemException
- Deprecated. Use
com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
public static IGImage updateImpl(IGImage igImage,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static IGImage findByPrimaryKey(long imageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
fetchByPrimaryKey
public static IGImage fetchByPrimaryKey(long imageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<IGImage> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<IGImage> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<IGImage> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid_First
public static IGImage findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByUuid_Last
public static IGImage findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByUuid_PrevAndNext
public static IGImage[] findByUuid_PrevAndNext(long imageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByUUID_G
public static IGImage findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
fetchByUUID_G
public static IGImage fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByUUID_G
public static IGImage fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public static java.util.List<IGImage> findByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public static java.util.List<IGImage> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId
public static java.util.List<IGImage> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByGroupId_First
public static IGImage findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByGroupId_Last
public static IGImage findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByGroupId_PrevAndNext
public static IGImage[] findByGroupId_PrevAndNext(long imageId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByFolderId
public static java.util.List<IGImage> findByFolderId(long folderId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByFolderId
public static java.util.List<IGImage> findByFolderId(long folderId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByFolderId
public static java.util.List<IGImage> findByFolderId(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByFolderId_First
public static IGImage findByFolderId_First(long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByFolderId_Last
public static IGImage findByFolderId_Last(long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByFolderId_PrevAndNext
public static IGImage[] findByFolderId_PrevAndNext(long imageId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findBySmallImageId
public static IGImage findBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
fetchBySmallImageId
public static IGImage fetchBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchBySmallImageId
public static IGImage fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByLargeImageId
public static IGImage findByLargeImageId(long largeImageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
fetchByLargeImageId
public static IGImage fetchByLargeImageId(long largeImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByLargeImageId
public static IGImage fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCustom1ImageId
public static IGImage findByCustom1ImageId(long custom1ImageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
fetchByCustom1ImageId
public static IGImage fetchByCustom1ImageId(long custom1ImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByCustom1ImageId
public static IGImage fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCustom2ImageId
public static IGImage findByCustom2ImageId(long custom2ImageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
fetchByCustom2ImageId
public static IGImage fetchByCustom2ImageId(long custom2ImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByCustom2ImageId
public static IGImage fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public static java.util.List<IGImage> findByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public static java.util.List<IGImage> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public static java.util.List<IGImage> findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U_First
public static IGImage findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByG_U_Last
public static IGImage findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByG_U_PrevAndNext
public static IGImage[] findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByF_N
public static java.util.List<IGImage> findByF_N(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByF_N
public static java.util.List<IGImage> findByF_N(long folderId,
java.lang.String name,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByF_N
public static java.util.List<IGImage> findByF_N(long folderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByF_N_First
public static IGImage findByF_N_First(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByF_N_Last
public static IGImage findByF_N_Last(long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findByF_N_PrevAndNext
public static IGImage[] findByF_N_PrevAndNext(long imageId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
findAll
public static java.util.List<IGImage> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<IGImage> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<IGImage> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUuid
public static void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUUID_G
public static void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
removeByGroupId
public static void removeByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByFolderId
public static void removeByFolderId(long folderId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeBySmallImageId
public static void removeBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
removeByLargeImageId
public static void removeByLargeImageId(long largeImageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
removeByCustom1ImageId
public static void removeByCustom1ImageId(long custom1ImageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
removeByCustom2ImageId
public static void removeByCustom2ImageId(long custom2ImageId)
throws com.liferay.portal.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.SystemException
NoSuchImageException
removeByG_U
public static void removeByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByF_N
public static void removeByF_N(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUuid
public static int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUUID_G
public static int countByUUID_G(java.lang.String uuid,
long groupId)
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
countByFolderId
public static int countByFolderId(long folderId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countBySmallImageId
public static int countBySmallImageId(long smallImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByLargeImageId
public static int countByLargeImageId(long largeImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByCustom1ImageId
public static int countByCustom1ImageId(long custom1ImageId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByCustom2ImageId
public static int countByCustom2ImageId(long custom2ImageId)
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
countByF_N
public static int countByF_N(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPersistence
public static IGImagePersistence getPersistence()
setPersistence
public void setPersistence(IGImagePersistence persistence)