|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<IGImage>
com.liferay.portlet.imagegallery.service.persistence.IGImagePersistenceImpl
public class IGImagePersistenceImpl
The persistence for the i g image service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
Caching information and settings can be found in portal.properties
IGImagePersistence,
IGImageUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
IGImagePersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the i g image persistence. |
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. |
void |
clearCache()
Clears the cache for all i g images. |
void |
clearCache(IGImage igImage)
Clears the cache for the i g image. |
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 |
fetchByPrimaryKey(Serializable primaryKey)
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 |
findByPrimaryKey(Serializable primaryKey)
Finds the i g image with the primary key or throws a NoSuchModelException 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 = ?. |
protected IGImage |
getByG_F_N_PrevAndNext(Session session,
IGImage igImage,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGImage |
getByG_F_PrevAndNext(Session session,
IGImage igImage,
long groupId,
long folderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGImage |
getByG_U_PrevAndNext(Session session,
IGImage igImage,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGImage |
getByGroupId_PrevAndNext(Session session,
IGImage igImage,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected IGImage |
getByUuid_PrevAndNext(Session session,
IGImage igImage,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
IGImage |
remove(long imageId)
Removes the i g image with the primary key from the database. |
IGImage |
remove(Serializable primaryKey)
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. |
protected IGImage |
removeImpl(IGImage igImage)
Removes the model instance from the database. |
protected IGImage |
toUnwrappedModel(IGImage igImage)
|
IGImage |
updateImpl(IGImage igImage,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FETCH_BY_SMALLIMAGEID
public static final FinderPath FINDER_PATH_COUNT_BY_SMALLIMAGEID
public static final FinderPath FINDER_PATH_FETCH_BY_LARGEIMAGEID
public static final FinderPath FINDER_PATH_COUNT_BY_LARGEIMAGEID
public static final FinderPath FINDER_PATH_FETCH_BY_CUSTOM1IMAGEID
public static final FinderPath FINDER_PATH_COUNT_BY_CUSTOM1IMAGEID
public static final FinderPath FINDER_PATH_FETCH_BY_CUSTOM2IMAGEID
public static final FinderPath FINDER_PATH_COUNT_BY_CUSTOM2IMAGEID
public static final FinderPath FINDER_PATH_FIND_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_FIND_BY_G_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_FIND_BY_G_F_N
public static final FinderPath FINDER_PATH_COUNT_BY_G_F_N
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=IGFolderPersistence.class) protected IGFolderPersistence igFolderPersistence
@BeanReference(type=IGImagePersistence.class) protected IGImagePersistence igImagePersistence
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
| Constructor Detail |
|---|
public IGImagePersistenceImpl()
| Method Detail |
|---|
public void cacheResult(IGImage igImage)
cacheResult in interface IGImagePersistenceigImage - the i g image to cachepublic void cacheResult(List<IGImage> igImages)
cacheResult in interface IGImagePersistenceigImages - the i g images to cachepublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<IGImage>clearCache in class BasePersistenceImpl<IGImage>public void clearCache(IGImage igImage)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<IGImage>clearCache in class BasePersistenceImpl<IGImage>igImage - the instance of this model to clear the cache forpublic IGImage create(long imageId)
create in interface IGImagePersistenceimageId - the primary key for the new i g image
public IGImage remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
remove in interface BasePersistence<IGImage>remove in class BasePersistenceImpl<IGImage>primaryKey - the primary key of the i g image to remove
NoSuchModelException - if a i g image with the primary key could not be found
SystemException - if a system exception occurred
public IGImage remove(long imageId)
throws NoSuchImageException,
SystemException
remove in interface IGImagePersistenceimageId - 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 occurred
protected IGImage removeImpl(IGImage igImage)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<IGImage>igImage - the model instance to remove
SystemException - if a system exception occurred
public IGImage updateImpl(IGImage igImage,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface IGImagePersistenceupdateImpl in class BasePersistenceImpl<IGImage>igImage - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected IGImage toUnwrappedModel(IGImage igImage)
public IGImage findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<IGImage>findByPrimaryKey in class BasePersistenceImpl<IGImage>primaryKey - the primary key of the i g image to find
NoSuchModelException - if a i g image with the primary key could not be found
SystemException - if a system exception occurred
public IGImage findByPrimaryKey(long imageId)
throws NoSuchImageException,
SystemException
NoSuchImageException if it could not be found.
findByPrimaryKey in interface IGImagePersistenceimageId - 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 occurred
public IGImage fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<IGImage>fetchByPrimaryKey in class BasePersistenceImpl<IGImage>primaryKey - 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 occurred
public IGImage fetchByPrimaryKey(long imageId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface IGImagePersistenceimageId - 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 occurred
public List<IGImage> findByUuid(String uuid)
throws SystemException
findByUuid in interface IGImagePersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public List<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.
findByUuid in interface IGImagePersistenceuuid - 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 occurred
public List<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.
findByUuid in interface IGImagePersistenceuuid - 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 occurred
public IGImage findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByUuid_First in interface IGImagePersistenceuuid - 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 occurred
public IGImage findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByUuid_Last in interface IGImagePersistenceuuid - 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 occurred
public IGImage[] findByUuid_PrevAndNext(long imageId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByUuid_PrevAndNext in interface IGImagePersistenceimageId - 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 occurred
protected IGImage getByUuid_PrevAndNext(Session session,
IGImage igImage,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public IGImage findByUUID_G(String uuid,
long groupId)
throws NoSuchImageException,
SystemException
NoSuchImageException if it could not be found.
findByUUID_G in interface IGImagePersistenceuuid - 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 occurred
public IGImage fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface IGImagePersistenceuuid - 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 occurred
public IGImage fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface IGImagePersistenceuuid - 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 occurred
public List<IGImage> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface IGImagePersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public List<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.
findByGroupId in interface IGImagePersistencegroupId - 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 occurred
public List<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.
findByGroupId in interface IGImagePersistencegroupId - 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 occurred
public IGImage findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByGroupId_First in interface IGImagePersistencegroupId - 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 occurred
public IGImage findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByGroupId_Last in interface IGImagePersistencegroupId - 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 occurred
public IGImage[] findByGroupId_PrevAndNext(long imageId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByGroupId_PrevAndNext in interface IGImagePersistenceimageId - 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 occurred
protected IGImage getByGroupId_PrevAndNext(Session session,
IGImage igImage,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<IGImage> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface IGImagePersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public List<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.
filterFindByGroupId in interface IGImagePersistencegroupId - 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 occurred
public List<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.
filterFindByGroupId in interface IGImagePersistencegroupId - 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 occurred
public IGImage findBySmallImageId(long smallImageId)
throws NoSuchImageException,
SystemException
NoSuchImageException if it could not be found.
findBySmallImageId in interface IGImagePersistencesmallImageId - the small image id to search with
NoSuchImageException - if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage fetchBySmallImageId(long smallImageId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchBySmallImageId in interface IGImagePersistencesmallImageId - the small image id to search with
null if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage fetchBySmallImageId(long smallImageId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchBySmallImageId in interface IGImagePersistencesmallImageId - the small image id to search with
null if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage findByLargeImageId(long largeImageId)
throws NoSuchImageException,
SystemException
NoSuchImageException if it could not be found.
findByLargeImageId in interface IGImagePersistencelargeImageId - the large image id to search with
NoSuchImageException - if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage fetchByLargeImageId(long largeImageId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByLargeImageId in interface IGImagePersistencelargeImageId - the large image id to search with
null if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage fetchByLargeImageId(long largeImageId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByLargeImageId in interface IGImagePersistencelargeImageId - the large image id to search with
null if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage findByCustom1ImageId(long custom1ImageId)
throws NoSuchImageException,
SystemException
NoSuchImageException if it could not be found.
findByCustom1ImageId in interface IGImagePersistencecustom1ImageId - the custom1 image id to search with
NoSuchImageException - if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage fetchByCustom1ImageId(long custom1ImageId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByCustom1ImageId in interface IGImagePersistencecustom1ImageId - the custom1 image id to search with
null if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage fetchByCustom1ImageId(long custom1ImageId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByCustom1ImageId in interface IGImagePersistencecustom1ImageId - the custom1 image id to search with
null if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage findByCustom2ImageId(long custom2ImageId)
throws NoSuchImageException,
SystemException
NoSuchImageException if it could not be found.
findByCustom2ImageId in interface IGImagePersistencecustom2ImageId - the custom2 image id to search with
NoSuchImageException - if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage fetchByCustom2ImageId(long custom2ImageId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByCustom2ImageId in interface IGImagePersistencecustom2ImageId - the custom2 image id to search with
null if a matching i g image could not be found
SystemException - if a system exception occurred
public IGImage fetchByCustom2ImageId(long custom2ImageId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByCustom2ImageId in interface IGImagePersistencecustom2ImageId - the custom2 image id to search with
null if a matching i g image could not be found
SystemException - if a system exception occurred
public List<IGImage> findByG_U(long groupId,
long userId)
throws SystemException
findByG_U in interface IGImagePersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public List<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.
findByG_U in interface IGImagePersistencegroupId - 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 occurred
public List<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.
findByG_U in interface IGImagePersistencegroupId - 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 occurred
public IGImage findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_U_First in interface IGImagePersistencegroupId - 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 occurred
public IGImage findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_U_Last in interface IGImagePersistencegroupId - 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 occurred
public IGImage[] findByG_U_PrevAndNext(long imageId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_U_PrevAndNext in interface IGImagePersistenceimageId - 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 occurred
protected IGImage getByG_U_PrevAndNext(Session session,
IGImage igImage,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<IGImage> filterFindByG_U(long groupId,
long userId)
throws SystemException
filterFindByG_U in interface IGImagePersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public List<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.
filterFindByG_U in interface IGImagePersistencegroupId - 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 occurred
public List<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.
filterFindByG_U in interface IGImagePersistencegroupId - 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 occurred
public List<IGImage> findByG_F(long groupId,
long folderId)
throws SystemException
findByG_F in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public List<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.
findByG_F in interface IGImagePersistencegroupId - 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 occurred
public List<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.
findByG_F in interface IGImagePersistencegroupId - 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 occurred
public IGImage findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_F_First in interface IGImagePersistencegroupId - 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 occurred
public IGImage findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_F_Last in interface IGImagePersistencegroupId - 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 occurred
public IGImage[] findByG_F_PrevAndNext(long imageId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_F_PrevAndNext in interface IGImagePersistenceimageId - 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 occurred
protected IGImage getByG_F_PrevAndNext(Session session,
IGImage igImage,
long groupId,
long folderId,
OrderByComparator orderByComparator,
boolean previous)
public List<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.
findByG_F in interface IGImagePersistencegroupId - the group id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public List<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.
findByG_F in interface IGImagePersistencegroupId - 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 occurred
public List<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.
findByG_F in interface IGImagePersistencegroupId - 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 occurred
public List<IGImage> filterFindByG_F(long groupId,
long folderId)
throws SystemException
filterFindByG_F in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public List<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.
filterFindByG_F in interface IGImagePersistencegroupId - 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 occurred
public List<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.
filterFindByG_F in interface IGImagePersistencegroupId - 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 occurred
public List<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.
filterFindByG_F in interface IGImagePersistencegroupId - the group id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public List<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.
filterFindByG_F in interface IGImagePersistencegroupId - 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 occurred
public List<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.
filterFindByG_F in interface IGImagePersistencegroupId - 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 occurred
public List<IGImage> findByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
findByG_F_N in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
SystemException - if a system exception occurred
public List<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.
findByG_F_N in interface IGImagePersistencegroupId - 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 occurred
public List<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.
findByG_F_N in interface IGImagePersistencegroupId - 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 occurred
public IGImage findByG_F_N_First(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_F_N_First in interface IGImagePersistencegroupId - 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 occurred
public IGImage findByG_F_N_Last(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_F_N_Last in interface IGImagePersistencegroupId - 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 occurred
public IGImage[] findByG_F_N_PrevAndNext(long imageId,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
throws NoSuchImageException,
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.
findByG_F_N_PrevAndNext in interface IGImagePersistenceimageId - 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 occurred
protected IGImage getByG_F_N_PrevAndNext(Session session,
IGImage igImage,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator,
boolean previous)
public List<IGImage> filterFindByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
filterFindByG_F_N in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
SystemException - if a system exception occurred
public List<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.
filterFindByG_F_N in interface IGImagePersistencegroupId - 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 occurred
public List<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.
filterFindByG_F_N in interface IGImagePersistencegroupId - 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 occurred
public List<IGImage> findAll()
throws SystemException
findAll in interface IGImagePersistenceSystemException - if a system exception occurred
public List<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.
findAll in interface IGImagePersistencestart - 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 occurred
public List<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.
findAll in interface IGImagePersistencestart - 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 occurred
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface IGImagePersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public void removeByUUID_G(String uuid,
long groupId)
throws NoSuchImageException,
SystemException
removeByUUID_G in interface IGImagePersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchImageException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface IGImagePersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public void removeBySmallImageId(long smallImageId)
throws NoSuchImageException,
SystemException
removeBySmallImageId in interface IGImagePersistencesmallImageId - the small image id to search with
SystemException - if a system exception occurred
NoSuchImageException
public void removeByLargeImageId(long largeImageId)
throws NoSuchImageException,
SystemException
removeByLargeImageId in interface IGImagePersistencelargeImageId - the large image id to search with
SystemException - if a system exception occurred
NoSuchImageException
public void removeByCustom1ImageId(long custom1ImageId)
throws NoSuchImageException,
SystemException
removeByCustom1ImageId in interface IGImagePersistencecustom1ImageId - the custom1 image id to search with
SystemException - if a system exception occurred
NoSuchImageException
public void removeByCustom2ImageId(long custom2ImageId)
throws NoSuchImageException,
SystemException
removeByCustom2ImageId in interface IGImagePersistencecustom2ImageId - the custom2 image id to search with
SystemException - if a system exception occurred
NoSuchImageException
public void removeByG_U(long groupId,
long userId)
throws SystemException
removeByG_U in interface IGImagePersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public void removeByG_F(long groupId,
long folderId)
throws SystemException
removeByG_F in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public void removeByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
removeByG_F_N in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
SystemException - if a system exception occurred
public void removeAll()
throws SystemException
removeAll in interface IGImagePersistenceSystemException - if a system exception occurred
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface IGImagePersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface IGImagePersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface IGImagePersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface IGImagePersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public int countBySmallImageId(long smallImageId)
throws SystemException
countBySmallImageId in interface IGImagePersistencesmallImageId - the small image id to search with
SystemException - if a system exception occurred
public int countByLargeImageId(long largeImageId)
throws SystemException
countByLargeImageId in interface IGImagePersistencelargeImageId - the large image id to search with
SystemException - if a system exception occurred
public int countByCustom1ImageId(long custom1ImageId)
throws SystemException
countByCustom1ImageId in interface IGImagePersistencecustom1ImageId - the custom1 image id to search with
SystemException - if a system exception occurred
public int countByCustom2ImageId(long custom2ImageId)
throws SystemException
countByCustom2ImageId in interface IGImagePersistencecustom2ImageId - the custom2 image id to search with
SystemException - if a system exception occurred
public int countByG_U(long groupId,
long userId)
throws SystemException
countByG_U in interface IGImagePersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public int filterCountByG_U(long groupId,
long userId)
throws SystemException
filterCountByG_U in interface IGImagePersistencegroupId - the group id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public int countByG_F(long groupId,
long folderId)
throws SystemException
countByG_F in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public int countByG_F(long groupId,
long[] folderIds)
throws SystemException
countByG_F in interface IGImagePersistencegroupId - the group id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public int filterCountByG_F(long groupId,
long folderId)
throws SystemException
filterCountByG_F in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search with
SystemException - if a system exception occurred
public int filterCountByG_F(long groupId,
long[] folderIds)
throws SystemException
filterCountByG_F in interface IGImagePersistencegroupId - the group id to search withfolderIds - the folder ids to search with
SystemException - if a system exception occurred
public int countByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
countByG_F_N in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
SystemException - if a system exception occurred
public int filterCountByG_F_N(long groupId,
long folderId,
String name)
throws SystemException
filterCountByG_F_N in interface IGImagePersistencegroupId - the group id to search withfolderId - the folder id to search withname - the name to search with
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface IGImagePersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||