|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGImagePersistence
The persistence interface for the i g image service.
Never modify or reference this interface directly. Always use IGImageUtil
to access the i g image persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this interface.
Caching information and settings can be found in portal.properties
IGImagePersistenceImpl
,
IGImageUtil
Method Summary | |
---|---|
void |
cacheResult(IGImage igImage)
Caches the i g image in the entity cache if it is enabled. |
void |
cacheResult(List<IGImage> igImages)
Caches the i g images in the entity cache if it is enabled. |
int |
countAll()
Counts all the i g images. |
int |
countByCustom1ImageId(long custom1ImageId)
Counts all the i g images where custom1ImageId = ?. |
int |
countByCustom2ImageId(long custom2ImageId)
Counts all the i g images where custom2ImageId = ?. |
int |
countByG_F_N(long groupId,
long folderId,
String name)
Counts all the i g images where groupId = ? and folderId = ? and name = ?. |
int |
countByG_F(long groupId,
long folderId)
Counts all the i g images where groupId = ? and folderId = ?. |
int |
countByG_F(long groupId,
long[] folderIds)
Counts all the i g images where groupId = ? and folderId = any ?. |
int |
countByG_U(long groupId,
long userId)
Counts all the i g images where groupId = ? and userId = ?. |
int |
countByGroupId(long groupId)
Counts all the i g images where groupId = ?. |
int |
countByLargeImageId(long largeImageId)
Counts all the i g images where largeImageId = ?. |
int |
countBySmallImageId(long smallImageId)
Counts all the i g images where smallImageId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Counts all the i g images where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Counts all the i g images where uuid = ?. |
IGImage |
create(long imageId)
Creates a new i g image with the primary key. |
IGImage |
fetchByCustom1ImageId(long custom1ImageId)
Finds the i g image where custom1ImageId = ? or returns null if it could not be found. |
IGImage |
fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
Finds the i g image where custom1ImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
fetchByCustom2ImageId(long custom2ImageId)
Finds the i g image where custom2ImageId = ? or returns null if it could not be found. |
IGImage |
fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
Finds the i g image where custom2ImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
fetchByLargeImageId(long largeImageId)
Finds the i g image where largeImageId = ? or returns null if it could not be found. |
IGImage |
fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
Finds the i g image where largeImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
fetchByPrimaryKey(long imageId)
Finds the i g image with the primary key or returns null if it could not be found. |
IGImage |
fetchBySmallImageId(long smallImageId)
Finds the i g image where smallImageId = ? or returns null if it could not be found. |
IGImage |
fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
Finds the i g image where smallImageId = ? or returns null if it could not be found, optionally using the finder cache. |
IGImage |
fetchByUUID_G(String uuid,
long groupId)
Finds the i g image where uuid = ? and groupId = ? or returns null if it could not be found. |
IGImage |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the i g image where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
int |
filterCountByG_F_N(long groupId,
long folderId,
String name)
Filters by the user's permissions and counts all the i g images where groupId = ? and folderId = ? and name = ?. |
int |
filterCountByG_F(long groupId,
long folderId)
Filters by the user's permissions and counts all the i g images where groupId = ? and folderId = ?. |
int |
filterCountByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and counts all the i g images where groupId = ? and folderId = any ?. |
int |
filterCountByG_U(long groupId,
long userId)
Filters by the user's permissions and counts all the i g images where groupId = ? and userId = ?. |
int |
filterCountByGroupId(long groupId)
Filters by the user's permissions and counts all the i g images where groupId = ?. |
List<IGImage> |
filterFindByG_F_N(long groupId,
long folderId,
String name)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
filterFindByG_F_N(long groupId,
long folderId,
String name,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
filterFindByG_F_N(long groupId,
long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
filterFindByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and finds all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the i g images where groupId = ?. |
List<IGImage> |
filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the i g images where groupId = ?. |
List<IGImage> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the i g images where groupId = ?. |
List<IGImage> |
findAll()
Finds all the i g images. |
List<IGImage> |
findAll(int start,
int end)
Finds a range of all the i g images. |
List<IGImage> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images. |
IGImage |
findByCustom1ImageId(long custom1ImageId)
Finds the i g image where custom1ImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
findByCustom2ImageId(long custom2ImageId)
Finds the i g image where custom2ImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and folderId = ?. |
IGImage |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and folderId = ?. |
IGImage |
findByG_F_N_First(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
IGImage |
findByG_F_N_Last(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
IGImage[] |
findByG_F_N_PrevAndNext(long imageId,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
findByG_F_N(long groupId,
long folderId,
String name)
Finds all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
findByG_F_N(long groupId,
long folderId,
String name,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = ? and name = ?. |
List<IGImage> |
findByG_F_N(long groupId,
long folderId,
String name,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = ? and name = ?. |
IGImage[] |
findByG_F_PrevAndNext(long imageId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and folderId = ?. |
List<IGImage> |
findByG_F(long groupId,
long folderId)
Finds all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
findByG_F(long groupId,
long[] folderIds)
Finds all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = any ?. |
List<IGImage> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the i g images where groupId = ? and folderId = ?. |
List<IGImage> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and folderId = ?. |
IGImage |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ? and userId = ?. |
IGImage |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ? and userId = ?. |
IGImage[] |
findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ? and userId = ?. |
List<IGImage> |
findByG_U(long groupId,
long userId)
Finds all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the i g images where groupId = ? and userId = ?. |
List<IGImage> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ? and userId = ?. |
IGImage |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where groupId = ?. |
IGImage |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where groupId = ?. |
IGImage[] |
findByGroupId_PrevAndNext(long imageId,
long groupId,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where groupId = ?. |
List<IGImage> |
findByGroupId(long groupId)
Finds all the i g images where groupId = ?. |
List<IGImage> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the i g images where groupId = ?. |
List<IGImage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where groupId = ?. |
IGImage |
findByLargeImageId(long largeImageId)
Finds the i g image where largeImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
findByPrimaryKey(long imageId)
Finds the i g image with the primary key or throws a NoSuchImageException if it could not be found. |
IGImage |
findBySmallImageId(long smallImageId)
Finds the i g image where smallImageId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first i g image in the ordered set where uuid = ?. |
IGImage |
findByUUID_G(String uuid,
long groupId)
Finds the i g image where uuid = ? and groupId = ? or throws a NoSuchImageException if it could not be found. |
IGImage |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last i g image in the ordered set where uuid = ?. |
IGImage[] |
findByUuid_PrevAndNext(long imageId,
String uuid,
OrderByComparator orderByComparator)
Finds the i g images before and after the current i g image in the ordered set where uuid = ?. |
List<IGImage> |
findByUuid(String uuid)
Finds all the i g images where uuid = ?. |
List<IGImage> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the i g images where uuid = ?. |
List<IGImage> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the i g images where uuid = ?. |
IGImage |
remove(long imageId)
Removes the i g image with the primary key from the database. |
void |
removeAll()
Removes all the i g images from the database. |
void |
removeByCustom1ImageId(long custom1ImageId)
Removes the i g image where custom1ImageId = ? from the database. |
void |
removeByCustom2ImageId(long custom2ImageId)
Removes the i g image where custom2ImageId = ? from the database. |
void |
removeByG_F_N(long groupId,
long folderId,
String name)
Removes all the i g images where groupId = ? and folderId = ? and name = ? from the database. |
void |
removeByG_F(long groupId,
long folderId)
Removes all the i g images where groupId = ? and folderId = ? from the database. |
void |
removeByG_U(long groupId,
long userId)
Removes all the i g images where groupId = ? and userId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the i g images where groupId = ? from the database. |
void |
removeByLargeImageId(long largeImageId)
Removes the i g image where largeImageId = ? from the database. |
void |
removeBySmallImageId(long smallImageId)
Removes the i g image where smallImageId = ? from the database. |
void |
removeByUUID_G(String uuid,
long groupId)
Removes the i g image where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the i g images where uuid = ? from the database. |
IGImage |
updateImpl(IGImage igImage,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(IGImage igImage)
igImage
- the i g image to cachevoid cacheResult(List<IGImage> igImages)
igImages
- the i g images to cacheIGImage create(long imageId)
imageId
- the primary key for the new i g image
IGImage remove(long imageId) throws SystemException, NoSuchImageException
imageId
- the primary key of the i g image to remove
NoSuchImageException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredIGImage updateImpl(IGImage igImage, boolean merge) throws SystemException
SystemException
IGImage findByPrimaryKey(long imageId) throws SystemException, NoSuchImageException
NoSuchImageException
if it could not be found.
imageId
- the primary key of the i g image to find
NoSuchImageException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredIGImage fetchByPrimaryKey(long imageId) throws SystemException
null
if it could not be found.
imageId
- the primary key of the i g image to find
null
if a i g image with the primary key could not be found
SystemException
- if a system exception occurredList<IGImage> findByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredList<IGImage> findByUuid(String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- the uuid to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- the uuid to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredIGImage findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage[] findByUuid_PrevAndNext(long imageId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
imageId
- the primary key of the current i g imageuuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredIGImage findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchImageException
NoSuchImageException
if it could not be found.
uuid
- the uuid to search withgroupId
- the group id to search with
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuid to search withgroupId
- the group id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuid to search withgroupId
- the group id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredList<IGImage> findByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredList<IGImage> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredIGImage findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage[] findByGroupId_PrevAndNext(long imageId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
imageId
- the primary key of the current i g imagegroupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredList<IGImage> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredList<IGImage> filterFindByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredIGImage findBySmallImageId(long smallImageId) throws SystemException, NoSuchImageException
NoSuchImageException
if it could not be found.
smallImageId
- the small image id to search with
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchBySmallImageId(long smallImageId) throws SystemException
null
if it could not be found. Uses the finder cache.
smallImageId
- the small image id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchBySmallImageId(long smallImageId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
smallImageId
- the small image id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage findByLargeImageId(long largeImageId) throws SystemException, NoSuchImageException
NoSuchImageException
if it could not be found.
largeImageId
- the large image id to search with
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchByLargeImageId(long largeImageId) throws SystemException
null
if it could not be found. Uses the finder cache.
largeImageId
- the large image id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchByLargeImageId(long largeImageId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
largeImageId
- the large image id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage findByCustom1ImageId(long custom1ImageId) throws SystemException, NoSuchImageException
NoSuchImageException
if it could not be found.
custom1ImageId
- the custom1 image id to search with
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchByCustom1ImageId(long custom1ImageId) throws SystemException
null
if it could not be found. Uses the finder cache.
custom1ImageId
- the custom1 image id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchByCustom1ImageId(long custom1ImageId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
custom1ImageId
- the custom1 image id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage findByCustom2ImageId(long custom2ImageId) throws SystemException, NoSuchImageException
NoSuchImageException
if it could not be found.
custom2ImageId
- the custom2 image id to search with
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchByCustom2ImageId(long custom2ImageId) throws SystemException
null
if it could not be found. Uses the finder cache.
custom2ImageId
- the custom2 image id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage fetchByCustom2ImageId(long custom2ImageId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
custom2ImageId
- the custom2 image id to search with
null
if a matching i g image could not be found
SystemException
- if a system exception occurredList<IGImage> findByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredList<IGImage> findByG_U(long groupId, long userId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withuserId
- the user id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withuserId
- the user id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredIGImage findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage[] findByG_U_PrevAndNext(long imageId, long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
imageId
- the primary key of the current i g imagegroupId
- the group id to search withuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredList<IGImage> filterFindByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredList<IGImage> filterFindByG_U(long groupId, long userId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withuserId
- the user id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withuserId
- the user id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredList<IGImage> findByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredList<IGImage> findByG_F(long groupId, long folderId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredIGImage findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage[] findByG_F_PrevAndNext(long imageId, long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
imageId
- the primary key of the current i g imagegroupId
- the group id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredList<IGImage> findByG_F(long groupId, long[] folderIds) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredList<IGImage> findByG_F(long groupId, long[] folderIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F(long groupId, long folderId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F(long groupId, long[] folderIds) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F(long groupId, long[] folderIds, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredList<IGImage> findByG_F_N(long groupId, long folderId, String name) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
SystemException
- if a system exception occurredList<IGImage> findByG_F_N(long groupId, long folderId, String name, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> findByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredIGImage findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a matching i g image could not be found
SystemException
- if a system exception occurredIGImage[] findByG_F_N_PrevAndNext(long imageId, long groupId, long folderId, String name, OrderByComparator orderByComparator) throws SystemException, NoSuchImageException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
imageId
- the primary key of the current i g imagegroupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search withorderByComparator
- the comparator to order the set by
NoSuchImageException
- if a i g image with the primary key could not be found
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F_N(long groupId, long folderId, String name) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F_N(long groupId, long folderId, String name, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> filterFindByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search withstart
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredList<IGImage> findAll() throws SystemException
SystemException
- if a system exception occurredList<IGImage> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)
SystemException
- if a system exception occurredList<IGImage> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of i g images to returnend
- the upper bound of the range of i g images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredvoid removeByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredvoid removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchImageException
uuid
- the uuid to search withgroupId
- the group id to search with
SystemException
- if a system exception occurred
NoSuchImageException
void removeByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredvoid removeBySmallImageId(long smallImageId) throws SystemException, NoSuchImageException
smallImageId
- the small image id to search with
SystemException
- if a system exception occurred
NoSuchImageException
void removeByLargeImageId(long largeImageId) throws SystemException, NoSuchImageException
largeImageId
- the large image id to search with
SystemException
- if a system exception occurred
NoSuchImageException
void removeByCustom1ImageId(long custom1ImageId) throws SystemException, NoSuchImageException
custom1ImageId
- the custom1 image id to search with
SystemException
- if a system exception occurred
NoSuchImageException
void removeByCustom2ImageId(long custom2ImageId) throws SystemException, NoSuchImageException
custom2ImageId
- the custom2 image id to search with
SystemException
- if a system exception occurred
NoSuchImageException
void removeByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredvoid removeByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredvoid removeByG_F_N(long groupId, long folderId, String name) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredint countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuid to search withgroupId
- the group id to search with
SystemException
- if a system exception occurredint countByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredint filterCountByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredint countBySmallImageId(long smallImageId) throws SystemException
smallImageId
- the small image id to search with
SystemException
- if a system exception occurredint countByLargeImageId(long largeImageId) throws SystemException
largeImageId
- the large image id to search with
SystemException
- if a system exception occurredint countByCustom1ImageId(long custom1ImageId) throws SystemException
custom1ImageId
- the custom1 image id to search with
SystemException
- if a system exception occurredint countByCustom2ImageId(long custom2ImageId) throws SystemException
custom2ImageId
- the custom2 image id to search with
SystemException
- if a system exception occurredint countByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredint filterCountByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredint countByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredint countByG_F(long groupId, long[] folderIds) throws SystemException
groupId
- the group id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredint filterCountByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredint filterCountByG_F(long groupId, long[] folderIds) throws SystemException
groupId
- the group id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredint countByG_F_N(long groupId, long folderId, String name) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
SystemException
- if a system exception occurredint filterCountByG_F_N(long groupId, long folderId, String name) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |