|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.persistence.impl.BasePersistenceImpl<JournalArticleImage> com.liferay.portlet.journal.service.persistence.JournalArticleImagePersistenceImpl
public class JournalArticleImagePersistenceImpl
The persistence implementation for the journal article image service.
Caching information and settings can be found in portal.properties
JournalArticleImagePersistence
,
JournalArticleImageUtil
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, 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 | |
---|---|
JournalArticleImagePersistenceImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Initializes the journal article image persistence. |
void |
cacheResult(JournalArticleImage journalArticleImage)
Caches the journal article image in the entity cache if it is enabled. |
void |
cacheResult(List<JournalArticleImage> journalArticleImages)
Caches the journal article images in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(JournalArticleImage journalArticleImage)
|
void |
clearCache()
Clears the cache for all journal article images. |
void |
clearCache(JournalArticleImage journalArticleImage)
Clears the cache for the journal article image. |
void |
clearCache(List<JournalArticleImage> journalArticleImages)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(JournalArticleImage journalArticleImage)
|
int |
countAll()
Returns the number of journal article images. |
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 = ?. |
int |
countByG_A_V(long groupId,
String articleId,
double version)
Returns the number of journal article images where groupId = ? and articleId = ? and version = ?. |
int |
countByGroupId(long groupId)
Returns the number of journal article images where groupId = ?. |
int |
countByTempImage(boolean tempImage)
Returns the number of journal article images where tempImage = ?. |
JournalArticleImage |
create(long articleImageId)
Creates a new journal article image with the primary key. |
void |
destroy()
|
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. |
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. |
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 = ?. |
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 = ?. |
JournalArticleImage |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
fetchByPrimaryKey(long articleImageId)
Returns the journal article image with the primary key or returns null if it could not be found. |
JournalArticleImage |
fetchByPrimaryKey(Serializable primaryKey)
Returns the journal article image with the primary key or returns null if it could not be found. |
JournalArticleImage |
fetchByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
fetchByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
List<JournalArticleImage> |
findAll()
Returns all the journal article images. |
List<JournalArticleImage> |
findAll(int start,
int end)
Returns a range of all the journal article images. |
List<JournalArticleImage> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
List<JournalArticleImage> |
findByG_A_V(long groupId,
String articleId,
double version)
Returns all the journal article images where groupId = ? and articleId = ? and version = ?. |
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 = ?. |
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 = ?. |
JournalArticleImage |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where groupId = ?. |
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 = ?. |
List<JournalArticleImage> |
findByGroupId(long groupId)
Returns all the journal article images where groupId = ?. |
List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal article images where groupId = ?. |
List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where groupId = ?. |
JournalArticleImage |
findByPrimaryKey(long articleImageId)
Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found. |
JournalArticleImage |
findByPrimaryKey(Serializable primaryKey)
Returns the journal article image with the primary key or throws a NoSuchModelException if it could not be found. |
JournalArticleImage |
findByTempImage_First(boolean tempImage,
OrderByComparator orderByComparator)
Returns the first journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Returns the last journal article image in the ordered set where tempImage = ?. |
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 = ?. |
List<JournalArticleImage> |
findByTempImage(boolean tempImage)
Returns all the journal article images where tempImage = ?. |
List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end)
Returns a range of all the journal article images where tempImage = ?. |
List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article images where tempImage = ?. |
protected JournalArticleImage |
getByG_A_V_PrevAndNext(Session session,
JournalArticleImage journalArticleImage,
long groupId,
String articleId,
double version,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalArticleImage |
getByGroupId_PrevAndNext(Session session,
JournalArticleImage journalArticleImage,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected JournalArticleImage |
getByTempImage_PrevAndNext(Session session,
JournalArticleImage journalArticleImage,
boolean tempImage,
OrderByComparator orderByComparator,
boolean previous)
|
JournalArticleImage |
remove(long articleImageId)
Removes the journal article image with the primary key from the database. |
JournalArticleImage |
remove(Serializable primaryKey)
Removes the journal article image with the primary key from the database. |
void |
removeAll()
Removes all the journal article images from the database. |
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. |
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. |
void |
removeByGroupId(long groupId)
Removes all the journal article images where groupId = ? from the database. |
void |
removeByTempImage(boolean tempImage)
Removes all the journal article images where tempImage = ? from the database. |
protected JournalArticleImage |
removeImpl(JournalArticleImage journalArticleImage)
Removes the model instance from the database. |
protected JournalArticleImage |
toUnwrappedModel(JournalArticleImage journalArticleImage)
|
JournalArticleImage |
updateImpl(JournalArticleImage journalArticleImage)
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, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
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 |
---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
Field Detail |
---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_TEMPIMAGE
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TEMPIMAGE
public static final FinderPath FINDER_PATH_COUNT_BY_TEMPIMAGE
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A_V
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_A_V
public static final FinderPath FINDER_PATH_COUNT_BY_G_A_V
public static final FinderPath FINDER_PATH_FETCH_BY_G_A_V_E_E_L
public static final FinderPath FINDER_PATH_COUNT_BY_G_A_V_E_E_L
Constructor Detail |
---|
public JournalArticleImagePersistenceImpl()
Method Detail |
---|
public List<JournalArticleImage> findByGroupId(long groupId) throws SystemException
findByGroupId
in interface JournalArticleImagePersistence
groupId
- the group ID
SystemException
- if a system exception occurredpublic 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 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.
findByGroupId
in interface JournalArticleImagePersistence
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 occurredpublic 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 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.
findByGroupId
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByGroupId_First
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
fetchByGroupId_First
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByGroupId_Last
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
fetchByGroupId_Last
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage[] findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByGroupId_PrevAndNext
in interface JournalArticleImagePersistence
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 occurredprotected JournalArticleImage getByGroupId_PrevAndNext(Session session, JournalArticleImage journalArticleImage, long groupId, OrderByComparator orderByComparator, boolean previous)
public void removeByGroupId(long groupId) throws SystemException
removeByGroupId
in interface JournalArticleImagePersistence
groupId
- the group ID
SystemException
- if a system exception occurredpublic int countByGroupId(long groupId) throws SystemException
countByGroupId
in interface JournalArticleImagePersistence
groupId
- the group ID
SystemException
- if a system exception occurredpublic List<JournalArticleImage> findByTempImage(boolean tempImage) throws SystemException
findByTempImage
in interface JournalArticleImagePersistence
tempImage
- the temp image
SystemException
- if a system exception occurredpublic 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 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.
findByTempImage
in interface JournalArticleImagePersistence
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 occurredpublic 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 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.
findByTempImage
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByTempImage_First
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage fetchByTempImage_First(boolean tempImage, OrderByComparator orderByComparator) throws SystemException
fetchByTempImage_First
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByTempImage_Last
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage fetchByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator) throws SystemException
fetchByTempImage_Last
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage[] findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByTempImage_PrevAndNext
in interface JournalArticleImagePersistence
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 occurredprotected JournalArticleImage getByTempImage_PrevAndNext(Session session, JournalArticleImage journalArticleImage, boolean tempImage, OrderByComparator orderByComparator, boolean previous)
public void removeByTempImage(boolean tempImage) throws SystemException
removeByTempImage
in interface JournalArticleImagePersistence
tempImage
- the temp image
SystemException
- if a system exception occurredpublic int countByTempImage(boolean tempImage) throws SystemException
countByTempImage
in interface JournalArticleImagePersistence
tempImage
- the temp image
SystemException
- if a system exception occurredpublic List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version) throws SystemException
findByG_A_V
in interface JournalArticleImagePersistence
groupId
- the group IDarticleId
- the article IDversion
- the version
SystemException
- if a system exception occurredpublic 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 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.
findByG_A_V
in interface JournalArticleImagePersistence
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 occurredpublic 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 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.
findByG_A_V
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByG_A_V_First
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage fetchByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator) throws SystemException
fetchByG_A_V_First
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByG_A_V_Last
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage fetchByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator) throws SystemException
fetchByG_A_V_Last
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage[] findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator orderByComparator) throws NoSuchArticleImageException, SystemException
findByG_A_V_PrevAndNext
in interface JournalArticleImagePersistence
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 occurredprotected JournalArticleImage getByG_A_V_PrevAndNext(Session session, JournalArticleImage journalArticleImage, long groupId, String articleId, double version, OrderByComparator orderByComparator, boolean previous)
public void removeByG_A_V(long groupId, String articleId, double version) throws SystemException
removeByG_A_V
in interface JournalArticleImagePersistence
groupId
- the group IDarticleId
- the article IDversion
- the version
SystemException
- if a system exception occurredpublic int countByG_A_V(long groupId, String articleId, double version) throws SystemException
countByG_A_V
in interface JournalArticleImagePersistence
groupId
- the group IDarticleId
- the article IDversion
- the version
SystemException
- if a system exception occurredpublic JournalArticleImage findByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId) throws NoSuchArticleImageException, SystemException
NoSuchArticleImageException
if it could not be found.
findByG_A_V_E_E_L
in interface JournalArticleImagePersistence
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 occurredpublic 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.
fetchByG_A_V_E_E_L
in interface JournalArticleImagePersistence
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 occurredpublic 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.
fetchByG_A_V_E_E_L
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage removeByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId) throws NoSuchArticleImageException, SystemException
removeByG_A_V_E_E_L
in interface JournalArticleImagePersistence
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
public int countByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId) throws SystemException
countByG_A_V_E_E_L
in interface JournalArticleImagePersistence
groupId
- the group IDarticleId
- the article IDversion
- the versionelInstanceId
- the el instance IDelName
- the el namelanguageId
- the language ID
SystemException
- if a system exception occurredpublic void cacheResult(JournalArticleImage journalArticleImage)
cacheResult
in interface JournalArticleImagePersistence
journalArticleImage
- the journal article imagepublic void cacheResult(List<JournalArticleImage> journalArticleImages)
cacheResult
in interface JournalArticleImagePersistence
journalArticleImages
- the journal article imagespublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<JournalArticleImage>
clearCache
in class BasePersistenceImpl<JournalArticleImage>
public void clearCache(JournalArticleImage journalArticleImage)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface BasePersistence<JournalArticleImage>
clearCache
in class BasePersistenceImpl<JournalArticleImage>
journalArticleImage
- the instance of this model to clear the cache forpublic void clearCache(List<JournalArticleImage> journalArticleImages)
BasePersistence
The EntityCache
and FinderCache
are both cleared by this
method.
clearCache
in interface BasePersistence<JournalArticleImage>
clearCache
in class BasePersistenceImpl<JournalArticleImage>
journalArticleImages
- the List instances of this model to clear the cache forprotected void cacheUniqueFindersCache(JournalArticleImage journalArticleImage)
protected void clearUniqueFindersCache(JournalArticleImage journalArticleImage)
public JournalArticleImage create(long articleImageId)
create
in interface JournalArticleImagePersistence
articleImageId
- the primary key for the new journal article image
public JournalArticleImage remove(long articleImageId) throws NoSuchArticleImageException, SystemException
remove
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage remove(Serializable primaryKey) throws NoSuchArticleImageException, SystemException
remove
in interface BasePersistence<JournalArticleImage>
remove
in class BasePersistenceImpl<JournalArticleImage>
primaryKey
- 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 occurredprotected JournalArticleImage removeImpl(JournalArticleImage journalArticleImage) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.update(BaseModel,
boolean)
depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl
in class BasePersistenceImpl<JournalArticleImage>
journalArticleImage
- the model instance to remove
SystemException
- if a system exception occurredpublic JournalArticleImage updateImpl(JournalArticleImage journalArticleImage) throws SystemException
BasePersistenceImpl
BasePersistenceImpl.remove(BaseModel)
depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl
in interface JournalArticleImagePersistence
updateImpl
in class BasePersistenceImpl<JournalArticleImage>
journalArticleImage
- the model instance to update
SystemException
- if a system exception occurredprotected JournalArticleImage toUnwrappedModel(JournalArticleImage journalArticleImage)
public JournalArticleImage findByPrimaryKey(Serializable primaryKey) throws NoSuchArticleImageException, SystemException
NoSuchModelException
if it could not be found.
findByPrimaryKey
in interface BasePersistence<JournalArticleImage>
findByPrimaryKey
in class BasePersistenceImpl<JournalArticleImage>
primaryKey
- 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 occurredpublic JournalArticleImage findByPrimaryKey(long articleImageId) throws NoSuchArticleImageException, SystemException
NoSuchArticleImageException
if it could not be found.
findByPrimaryKey
in interface JournalArticleImagePersistence
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 occurredpublic JournalArticleImage fetchByPrimaryKey(Serializable primaryKey) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface BasePersistence<JournalArticleImage>
fetchByPrimaryKey
in class BasePersistenceImpl<JournalArticleImage>
primaryKey
- 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 occurredpublic JournalArticleImage fetchByPrimaryKey(long articleImageId) throws SystemException
null
if it could not be found.
fetchByPrimaryKey
in interface JournalArticleImagePersistence
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 occurredpublic List<JournalArticleImage> findAll() throws SystemException
findAll
in interface JournalArticleImagePersistence
SystemException
- if a system exception occurredpublic 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 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.
findAll
in interface JournalArticleImagePersistence
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 occurredpublic 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 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.
findAll
in interface JournalArticleImagePersistence
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 occurredpublic void removeAll() throws SystemException
removeAll
in interface JournalArticleImagePersistence
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface JournalArticleImagePersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |