com.liferay.portlet.imagegallery.service.persistence
Interface IGImagePersistence
- All Superinterfaces:
- BasePersistence<IGImage>
public interface IGImagePersistence
- extends BasePersistence<IGImage>
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:
IGImagePersistenceImpl
,
IGImageUtil
- Generated:
Method Summary |
void |
cacheResult(IGImage igImage)
|
void |
cacheResult(java.util.List<IGImage> igImages)
|
int |
countAll()
|
int |
countByCustom1ImageId(long custom1ImageId)
|
int |
countByCustom2ImageId(long custom2ImageId)
|
int |
countByG_F_N(long groupId,
long folderId,
java.lang.String name)
|
int |
countByG_F(long groupId,
long folderId)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByGroupId(long groupId)
|
int |
countByLargeImageId(long largeImageId)
|
int |
countBySmallImageId(long smallImageId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
IGImage |
create(long imageId)
|
IGImage |
fetchByCustom1ImageId(long custom1ImageId)
|
IGImage |
fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
|
IGImage |
fetchByCustom2ImageId(long custom2ImageId)
|
IGImage |
fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
|
IGImage |
fetchByLargeImageId(long largeImageId)
|
IGImage |
fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
|
IGImage |
fetchByPrimaryKey(long imageId)
|
IGImage |
fetchBySmallImageId(long smallImageId)
|
IGImage |
fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
|
IGImage |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
IGImage |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<IGImage> |
findAll()
|
java.util.List<IGImage> |
findAll(int start,
int end)
|
java.util.List<IGImage> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByCustom1ImageId(long custom1ImageId)
|
IGImage |
findByCustom2ImageId(long custom2ImageId)
|
IGImage |
findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByG_F_N_First(long groupId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByG_F_N_Last(long groupId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage[] |
findByG_F_N_PrevAndNext(long imageId,
long groupId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<IGImage> |
findByG_F_N(long groupId,
long folderId,
java.lang.String name)
|
java.util.List<IGImage> |
findByG_F_N(long groupId,
long folderId,
java.lang.String name,
int start,
int end)
|
java.util.List<IGImage> |
findByG_F_N(long groupId,
long folderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage[] |
findByG_F_PrevAndNext(long imageId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<IGImage> |
findByG_F(long groupId,
long folderId)
|
java.util.List<IGImage> |
findByG_F(long groupId,
long folderId,
int start,
int end)
|
java.util.List<IGImage> |
findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage[] |
findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<IGImage> |
findByG_U(long groupId,
long userId)
|
java.util.List<IGImage> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<IGImage> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage[] |
findByGroupId_PrevAndNext(long imageId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<IGImage> |
findByGroupId(long groupId)
|
java.util.List<IGImage> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<IGImage> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByLargeImageId(long largeImageId)
|
IGImage |
findByPrimaryKey(long imageId)
|
IGImage |
findBySmallImageId(long smallImageId)
|
IGImage |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
findByUUID_G(java.lang.String uuid,
long groupId)
|
IGImage |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage[] |
findByUuid_PrevAndNext(long imageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<IGImage> |
findByUuid(java.lang.String uuid)
|
java.util.List<IGImage> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<IGImage> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
IGImage |
remove(long imageId)
|
void |
removeAll()
|
void |
removeByCustom1ImageId(long custom1ImageId)
|
void |
removeByCustom2ImageId(long custom2ImageId)
|
void |
removeByG_F_N(long groupId,
long folderId,
java.lang.String name)
|
void |
removeByG_F(long groupId,
long folderId)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByLargeImageId(long largeImageId)
|
void |
removeBySmallImageId(long smallImageId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
IGImage |
updateImpl(IGImage igImage,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(IGImage igImage)
cacheResult
void cacheResult(java.util.List<IGImage> igImages)
create
IGImage create(long imageId)
remove
IGImage remove(long imageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
updateImpl
IGImage updateImpl(IGImage igImage,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
IGImage findByPrimaryKey(long imageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
fetchByPrimaryKey
IGImage fetchByPrimaryKey(long imageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<IGImage> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<IGImage> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<IGImage> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
IGImage findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByUuid_Last
IGImage findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByUuid_PrevAndNext
IGImage[] findByUuid_PrevAndNext(long imageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByUUID_G
IGImage findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
fetchByUUID_G
IGImage fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
IGImage fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<IGImage> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<IGImage> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<IGImage> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
IGImage findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByGroupId_Last
IGImage findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByGroupId_PrevAndNext
IGImage[] findByGroupId_PrevAndNext(long imageId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findBySmallImageId
IGImage findBySmallImageId(long smallImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
fetchBySmallImageId
IGImage fetchBySmallImageId(long smallImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchBySmallImageId
IGImage fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByLargeImageId
IGImage findByLargeImageId(long largeImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
fetchByLargeImageId
IGImage fetchByLargeImageId(long largeImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByLargeImageId
IGImage fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCustom1ImageId
IGImage findByCustom1ImageId(long custom1ImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
fetchByCustom1ImageId
IGImage fetchByCustom1ImageId(long custom1ImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByCustom1ImageId
IGImage fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCustom2ImageId
IGImage findByCustom2ImageId(long custom2ImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
fetchByCustom2ImageId
IGImage fetchByCustom2ImageId(long custom2ImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByCustom2ImageId
IGImage fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
java.util.List<IGImage> findByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
java.util.List<IGImage> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
java.util.List<IGImage> findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_First
IGImage findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByG_U_Last
IGImage findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByG_U_PrevAndNext
IGImage[] findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByG_F
java.util.List<IGImage> findByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
java.util.List<IGImage> findByG_F(long groupId,
long folderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
java.util.List<IGImage> findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_First
IGImage findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByG_F_Last
IGImage findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByG_F_PrevAndNext
IGImage[] findByG_F_PrevAndNext(long imageId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByG_F_N
java.util.List<IGImage> findByG_F_N(long groupId,
long folderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_N
java.util.List<IGImage> findByG_F_N(long groupId,
long folderId,
java.lang.String name,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_N
java.util.List<IGImage> findByG_F_N(long groupId,
long folderId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_N_First
IGImage findByG_F_N_First(long groupId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByG_F_N_Last
IGImage findByG_F_N_Last(long groupId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findByG_F_N_PrevAndNext
IGImage[] findByG_F_N_PrevAndNext(long imageId,
long groupId,
long folderId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
findAll
java.util.List<IGImage> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<IGImage> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<IGImage> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
removeByGroupId
void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeBySmallImageId
void removeBySmallImageId(long smallImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
removeByLargeImageId
void removeByLargeImageId(long largeImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
removeByCustom1ImageId
void removeByCustom1ImageId(long custom1ImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
removeByCustom2ImageId
void removeByCustom2ImageId(long custom2ImageId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchImageException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchImageException
removeByG_U
void removeByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F
void removeByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F_N
void removeByG_F_N(long groupId,
long folderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countBySmallImageId
int countBySmallImageId(long smallImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByLargeImageId
int countByLargeImageId(long largeImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCustom1ImageId
int countByCustom1ImageId(long custom1ImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCustom2ImageId
int countByCustom2ImageId(long custom2ImageId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U
int countByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F
int countByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F_N
int countByG_F_N(long groupId,
long folderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException