|
Liferay 6.0.5 | |||||||||
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.
Never modify or reference this class directly. Always use JournalArticleImageUtil
to access the journal article image persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
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, 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. |
void |
clearCache()
Clears the cache for all journal article images. |
void |
clearCache(JournalArticleImage journalArticleImage)
Clears the cache for the journal article image. |
int |
countAll()
Counts all the journal article images. |
int |
countByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Counts all the 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)
Counts all the journal article images where groupId = ? and articleId = ? and version = ?. |
int |
countByGroupId(long groupId)
Counts all the journal article images where groupId = ?. |
int |
countByTempImage(boolean tempImage)
Counts all the journal article images where tempImage = ?. |
JournalArticleImage |
create(long articleImageId)
Creates a new journal article image with the primary key. |
JournalArticleImage |
fetchByG_A_V_E_E_L(long groupId,
String articleId,
double version,
String elInstanceId,
String elName,
String languageId)
Finds 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)
Finds 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 |
fetchByPrimaryKey(long articleImageId)
Finds the journal article image with the primary key or returns null if it could not be found. |
JournalArticleImage |
fetchByPrimaryKey(Serializable primaryKey)
Finds the journal article image with the primary key or returns null if it could not be found. |
List<JournalArticleImage> |
findAll()
Finds all the journal article images. |
List<JournalArticleImage> |
findAll(int start,
int end)
Finds a range of all the journal article images. |
List<JournalArticleImage> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?. |
JournalArticleImage |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first journal article image in the ordered set where groupId = ?. |
JournalArticleImage |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last journal article image in the ordered set where groupId = ?. |
JournalArticleImage[] |
findByGroupId_PrevAndNext(long articleImageId,
long groupId,
OrderByComparator orderByComparator)
Finds the journal article images before and after the current journal article image in the ordered set where groupId = ?. |
List<JournalArticleImage> |
findByGroupId(long groupId)
Finds all the journal article images where groupId = ?. |
List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the journal article images where groupId = ?. |
List<JournalArticleImage> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the journal article images where groupId = ?. |
JournalArticleImage |
findByPrimaryKey(long articleImageId)
Finds the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found. |
JournalArticleImage |
findByPrimaryKey(Serializable primaryKey)
Finds 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)
Finds the first journal article image in the ordered set where tempImage = ?. |
JournalArticleImage |
findByTempImage_Last(boolean tempImage,
OrderByComparator orderByComparator)
Finds the last journal article image in the ordered set where tempImage = ?. |
JournalArticleImage[] |
findByTempImage_PrevAndNext(long articleImageId,
boolean tempImage,
OrderByComparator orderByComparator)
Finds the journal article images before and after the current journal article image in the ordered set where tempImage = ?. |
List<JournalArticleImage> |
findByTempImage(boolean tempImage)
Finds all the journal article images where tempImage = ?. |
List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end)
Finds a range of all the journal article images where tempImage = ?. |
List<JournalArticleImage> |
findByTempImage(boolean tempImage,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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. |
void |
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,
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_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_TEMPIMAGE
public static final FinderPath FINDER_PATH_COUNT_BY_TEMPIMAGE
public static final FinderPath FINDER_PATH_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
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=JournalArticlePersistence.class) protected JournalArticlePersistence journalArticlePersistence
@BeanReference(type=JournalArticleImagePersistence.class) protected JournalArticleImagePersistence journalArticleImagePersistence
@BeanReference(type=JournalArticleResourcePersistence.class) protected JournalArticleResourcePersistence journalArticleResourcePersistence
@BeanReference(type=JournalContentSearchPersistence.class) protected JournalContentSearchPersistence journalContentSearchPersistence
@BeanReference(type=JournalFeedPersistence.class) protected JournalFeedPersistence journalFeedPersistence
@BeanReference(type=JournalStructurePersistence.class) protected JournalStructurePersistence journalStructurePersistence
@BeanReference(type=JournalTemplatePersistence.class) protected JournalTemplatePersistence journalTemplatePersistence
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
Constructor Detail |
---|
public JournalArticleImagePersistenceImpl()
Method Detail |
---|
public void cacheResult(JournalArticleImage journalArticleImage)
cacheResult
in interface JournalArticleImagePersistence
journalArticleImage
- the journal article image to cachepublic void cacheResult(List<JournalArticleImage> journalArticleImages)
cacheResult
in interface JournalArticleImagePersistence
journalArticleImages
- the journal article images to cachepublic 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 JournalArticleImage create(long articleImageId)
create
in interface JournalArticleImagePersistence
articleImageId
- the primary key for the new journal article image
public JournalArticleImage remove(Serializable primaryKey) throws NoSuchModelException, SystemException
remove
in interface BasePersistence<JournalArticleImage>
remove
in class BasePersistenceImpl<JournalArticleImage>
primaryKey
- the primary key of the journal article image to remove
NoSuchModelException
- if a journal article image with the primary key could not be found
SystemException
- if a system exception occurredpublic JournalArticleImage remove(long articleImageId) throws NoSuchArticleImageException, SystemException
remove
in interface JournalArticleImagePersistence
articleImageId
- the primary key of the journal article image to remove
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, boolean merge) 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 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 JournalArticleImage toUnwrappedModel(JournalArticleImage journalArticleImage)
public JournalArticleImage findByPrimaryKey(Serializable primaryKey) throws NoSuchModelException, 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 to find
NoSuchModelException
- 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 to find
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 to find
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 to find
null
if a journal article image with the primary key could not be found
SystemException
- if a system exception occurredpublic List<JournalArticleImage> findByGroupId(long groupId) throws SystemException
findByGroupId
in interface JournalArticleImagePersistence
groupId
- the group id to search with
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.
findByGroupId
in interface JournalArticleImagePersistence
groupId
- the group id to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (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.
findByGroupId
in interface JournalArticleImagePersistence
groupId
- the group id to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic JournalArticleImage findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchArticleImageException, 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 JournalArticleImagePersistence
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- 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
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 JournalArticleImagePersistence
groupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- 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
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 JournalArticleImagePersistence
articleImageId
- the primary key of the current journal article imagegroupId
- the group id to search withorderByComparator
- the comparator to order the set by
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 List<JournalArticleImage> findByTempImage(boolean tempImage) throws SystemException
findByTempImage
in interface JournalArticleImagePersistence
tempImage
- the temp image to search with
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.
findByTempImage
in interface JournalArticleImagePersistence
tempImage
- the temp image to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (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.
findByTempImage
in interface JournalArticleImagePersistence
tempImage
- the temp image to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic JournalArticleImage findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator) throws NoSuchArticleImageException, 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.
findByTempImage_First
in interface JournalArticleImagePersistence
tempImage
- the temp image to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- 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
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.
findByTempImage_Last
in interface JournalArticleImagePersistence
tempImage
- the temp image to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- 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
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.
findByTempImage_PrevAndNext
in interface JournalArticleImagePersistence
articleImageId
- the primary key of the current journal article imagetempImage
- the temp image to search withorderByComparator
- the comparator to order the set by
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 List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version) throws SystemException
findByG_A_V
in interface JournalArticleImagePersistence
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search with
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.
findByG_A_V
in interface JournalArticleImagePersistence
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (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.
findByG_A_V
in interface JournalArticleImagePersistence
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withstart
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic JournalArticleImage findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator) throws NoSuchArticleImageException, 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_A_V_First
in interface JournalArticleImagePersistence
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- 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
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_A_V_Last
in interface JournalArticleImagePersistence
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withorderByComparator
- the comparator to order the set by
NoSuchArticleImageException
- 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
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_A_V_PrevAndNext
in interface JournalArticleImagePersistence
articleImageId
- the primary key of the current journal article imagegroupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search withorderByComparator
- the comparator to order the set by
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 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 id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
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 id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
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 id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
null
if a matching journal article image 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.
findAll
in interface JournalArticleImagePersistence
start
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (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.
findAll
in interface JournalArticleImagePersistence
start
- the lower bound of the range of journal article images to returnend
- the upper bound of the range of journal article images to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic void removeByGroupId(long groupId) throws SystemException
removeByGroupId
in interface JournalArticleImagePersistence
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic void removeByTempImage(boolean tempImage) throws SystemException
removeByTempImage
in interface JournalArticleImagePersistence
tempImage
- the temp image to search with
SystemException
- if a system exception occurredpublic void removeByG_A_V(long groupId, String articleId, double version) throws SystemException
removeByG_A_V
in interface JournalArticleImagePersistence
groupId
- the group id to search witharticleId
- the article id to search withversion
- the version to search with
SystemException
- if a system exception occurredpublic void 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 id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
SystemException
- if a system exception occurred
NoSuchArticleImageException
public void removeAll() throws SystemException
removeAll
in interface JournalArticleImagePersistence
SystemException
- if a system exception occurredpublic int countByGroupId(long groupId) throws SystemException
countByGroupId
in interface JournalArticleImagePersistence
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic int countByTempImage(boolean tempImage) throws SystemException
countByTempImage
in interface JournalArticleImagePersistence
tempImage
- the temp image to search with
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 id to search witharticleId
- the article id to search withversion
- the version to search with
SystemException
- if a system exception occurredpublic 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 id to search witharticleId
- the article id to search withversion
- the version to search withelInstanceId
- the el instance id to search withelName
- the el name to search withlanguageId
- the language id to search with
SystemException
- if a system exception occurredpublic int countAll() throws SystemException
countAll
in interface JournalArticleImagePersistence
SystemException
- if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |