|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ProviderType public interface JournalArticleImagePersistence
The persistence interface for the journal article image service.
Caching information and settings can be found in portal.properties
JournalArticleImagePersistenceImpl,
JournalArticleImageUtil| Method Summary | |
|---|---|
abstract void |
cacheResult(JournalArticleImage journalArticleImage)
Caches the journal article image in the entity cache if it is enabled. |
abstract void |
cacheResult(List<JournalArticleImage> journalArticleImages)
Caches the journal article images in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of journal article images. |
abstract int |
countByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the number of journal article images where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ?. |
abstract int |
countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal article images where groupId = ? and articleId = ? and version = ?. |
abstract int |
countByGroupId(long groupId)
Returns the number of journal article images where groupId = ?. |
abstract int |
countByTempImage(boolean tempImage)
Returns the number of journal article images where tempImage = ?. |
abstract JournalArticleImage |
create(long articleImageId)
Creates a new journal article image with the primary key. |
abstract JournalArticleImage |
fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found. |
abstract JournalArticleImage |
fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId,
boolean retrieveFromCache)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract JournalArticleImage |
fetchByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
abstract JournalArticleImage |
fetchByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
abstract JournalArticleImage |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
abstract JournalArticleImage |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
abstract JournalArticleImage |
fetchByPrimaryKey(long articleImageId)
Returns the journal article image with the primary key or returns null if it could not be found. |
abstract JournalArticleImage |
fetchByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
abstract JournalArticleImage |
fetchByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
abstract List<JournalArticleImage> |
findAll()
Returns all the journal article images. |
abstract List<JournalArticleImage> |
findAll(int start,
int end)
Returns a range of all the journal article images. |
abstract List<JournalArticleImage> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images. |
abstract JournalArticleImage |
findByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found. |
abstract JournalArticleImage |
findByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
abstract JournalArticleImage |
findByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
abstract JournalArticleImage[] |
findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?. |
abstract List<JournalArticleImage> |
findByG_A_V(long groupId,
String articleId,
double version)
Returns all the journal article images where groupId = ? and articleId = ? and version = ?. |
abstract List<JournalArticleImage> |
findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end)
Returns a range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
abstract List<JournalArticleImage> |
findByG_A_V(long groupId,
String articleId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
abstract JournalArticleImage |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
abstract JournalArticleImage |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
abstract JournalArticleImage[] |
findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
abstract List<JournalArticleImage> |
findByGroupId(long groupId)
Returns all the journal article images where groupId = ?. |
abstract List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal article images where groupId = ?. |
abstract List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where groupId = ?. |
abstract JournalArticleImage |
findByPrimaryKey(long articleImageId)
Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found. |
abstract JournalArticleImage |
findByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
abstract JournalArticleImage |
findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
abstract JournalArticleImage[] |
findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator orderByComparator)
Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
abstract List<JournalArticleImage> |
findByTempImage(boolean tempImage)
Returns all the journal article images where tempImage = ?. |
abstract List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end)
Returns a range of all the journal article images where tempImage = ?. |
abstract List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where tempImage = ?. |
abstract JournalArticleImage |
remove(long articleImageId)
Removes the journal article image with the primary key from the database. |
abstract void |
removeAll()
Removes all the journal article images from the database. |
abstract JournalArticleImage |
removeByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database. |
abstract void |
removeByG_A_V(long groupId,
String articleId,
double version)
Removes all the journal article images where groupId = ? and articleId = ? and version = ? from the database. |
abstract void |
removeByGroupId(long groupId)
Removes all the journal article images where groupId = ? from the database. |
abstract void |
removeByTempImage(boolean tempImage)
Removes all the journal article images where tempImage = ? from the database. |
abstract JournalArticleImage |
updateImpl(JournalArticleImage journalArticleImage)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
| Method Detail |
|---|
List<JournalArticleImage> findByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<JournalArticleImage> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of journal article imagesend - the upper bound of the range of journal article images (not inclusive)
SystemException - if a system exception occurred
List<JournalArticleImage> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDstart - the lower bound of the range of journal article imagesend - the upper bound of the range of journal article images (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
JournalArticleImage findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage[] findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
articleImageId - the primary key of the current journal article imagegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred
void removeByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<JournalArticleImage> findByTempImage(boolean tempImage)
throws SystemException
tempImage - the temp image
SystemException - if a system exception occurred
List<JournalArticleImage> findByTempImage(boolean tempImage,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
tempImage - the temp imagestart - the lower bound of the range of journal article imagesend - the upper bound of the range of journal article images (not inclusive)
SystemException - if a system exception occurred
List<JournalArticleImage> findByTempImage(boolean tempImage,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
tempImage - the temp imagestart - the lower bound of the range of journal article imagesend - the upper bound of the range of journal article images (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
JournalArticleImage findByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
tempImage - the temp imageorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
throws SystemException
tempImage - the temp imageorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
tempImage - the temp imageorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
throws SystemException
tempImage - the temp imageorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage[] findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
articleImageId - the primary key of the current journal article imagetempImage - the temp imageorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred
void removeByTempImage(boolean tempImage)
throws SystemException
tempImage - the temp image
SystemException - if a system exception occurred
int countByTempImage(boolean tempImage)
throws SystemException
tempImage - the temp image
SystemException - if a system exception occurred
List<JournalArticleImage> findByG_A_V(long groupId,
String articleId,
double version)
throws SystemException
groupId - the group IDarticleId - the article IDversion - the version
SystemException - if a system exception occurred
List<JournalArticleImage> findByG_A_V(long groupId,
String articleId,
double version,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDarticleId - the article IDversion - the versionstart - the lower bound of the range of journal article imagesend - the upper bound of the range of journal article images (not inclusive)
SystemException - if a system exception occurred
List<JournalArticleImage> findByG_A_V(long groupId,
String articleId,
double version,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId - the group IDarticleId - the article IDversion - the versionstart - the lower bound of the range of journal article imagesend - the upper bound of the range of journal article images (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
JournalArticleImage findByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
groupId - the group IDarticleId - the article IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByG_A_V_First(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDarticleId - the article IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage findByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
groupId - the group IDarticleId - the article IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByG_A_V_Last(long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
throws SystemException
groupId - the group IDarticleId - the article IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
null if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage[] findByG_A_V_PrevAndNext(long articleImageId,
long groupId,
String articleId,
double version,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchArticleImageException
articleImageId - the primary key of the current journal article imagegroupId - the group IDarticleId - the article IDversion - the versionorderByComparator - the comparator to order the set by (optionally null)
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred
void removeByG_A_V(long groupId,
String articleId,
double version)
throws SystemException
groupId - the group IDarticleId - the article IDversion - the version
SystemException - if a system exception occurred
int countByG_A_V(long groupId,
String articleId,
double version)
throws SystemException
groupId - the group IDarticleId - the article IDversion - the version
SystemException - if a system exception occurred
JournalArticleImage findByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
throws SystemException,
NoSuchArticleImageException
NoSuchArticleImageException if it could not be found.
groupId - the group IDarticleId - the article IDversion - the versionelInstanceId - the el instance IDelName - the el namelanguageId - the language ID
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
throws SystemException
null if it could not be found. Uses the finder cache.
groupId - the group IDarticleId - the article IDversion - the versionelInstanceId - the el instance IDelName - the el namelanguageId - the language ID
null if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
groupId - the group IDarticleId - the article IDversion - the versionelInstanceId - the el instance IDelName - the el namelanguageId - the language IDretrieveFromCache - whether to use the finder cache
null if a matching journal article image could not be found
SystemException - if a system exception occurred
JournalArticleImage removeByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
throws SystemException,
NoSuchArticleImageException
groupId - the group IDarticleId - the article IDversion - the versionelInstanceId - the el instance IDelName - the el namelanguageId - the language ID
SystemException - if a system exception occurred
NoSuchArticleImageException
int countByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
throws SystemException
groupId - the group IDarticleId - the article IDversion - the versionelInstanceId - the el instance IDelName - the el namelanguageId - the language ID
SystemException - if a system exception occurredvoid cacheResult(JournalArticleImage journalArticleImage)
journalArticleImage - the journal article imagevoid cacheResult(List<JournalArticleImage> journalArticleImages)
journalArticleImages - the journal article imagesJournalArticleImage create(long articleImageId)
articleImageId - the primary key for the new journal article image
JournalArticleImage remove(long articleImageId)
throws SystemException,
NoSuchArticleImageException
articleImageId - the primary key of the journal article image
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred
JournalArticleImage updateImpl(JournalArticleImage journalArticleImage)
throws SystemException
SystemException
JournalArticleImage findByPrimaryKey(long articleImageId)
throws SystemException,
NoSuchArticleImageException
NoSuchArticleImageException if it could not be found.
articleImageId - the primary key of the journal article image
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred
JournalArticleImage fetchByPrimaryKey(long articleImageId)
throws SystemException
null if it could not be found.
articleImageId - the primary key of the journal article image
null if a journal article image with the primary key could not be found
SystemException - if a system exception occurred
List<JournalArticleImage> findAll()
throws SystemException
SystemException - if a system exception occurred
List<JournalArticleImage> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of journal article imagesend - the upper bound of the range of journal article images (not inclusive)
SystemException - if a system exception occurred
List<JournalArticleImage> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.journal.model.impl.JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of journal article imagesend - the upper bound of the range of journal article images (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||