Liferay 6.0.5

com.liferay.portlet.journal.service.persistence
Class JournalArticleImagePersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<JournalArticleImage>
      extended by com.liferay.portlet.journal.service.persistence.JournalArticleImagePersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<JournalArticleImage>, JournalArticleImagePersistence

public class JournalArticleImagePersistenceImpl
extends BasePersistenceImpl<JournalArticleImage>
implements JournalArticleImagePersistence

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

See Also:
JournalArticleImagePersistence, JournalArticleImageUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_G_A_V
           
static FinderPath FINDER_PATH_COUNT_BY_G_A_V_E_E_L
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_COUNT_BY_TEMPIMAGE
           
static FinderPath FINDER_PATH_FETCH_BY_G_A_V_E_E_L
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_G_A_V
           
static FinderPath FINDER_PATH_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_FIND_BY_TEMPIMAGE
           
protected  ImagePersistence imagePersistence
           
protected  JournalArticleImagePersistence journalArticleImagePersistence
           
protected  JournalArticlePersistence journalArticlePersistence
           
protected  JournalArticleResourcePersistence journalArticleResourcePersistence
           
protected  JournalContentSearchPersistence journalContentSearchPersistence
           
protected  JournalFeedPersistence journalFeedPersistence
           
protected  JournalStructurePersistence journalStructurePersistence
           
protected  JournalTemplatePersistence journalTemplatePersistence
           
protected  ResourcePersistence resourcePersistence
           
protected  UserPersistence userPersistence
           
 
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

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_FIND_BY_TEMPIMAGE

public static final FinderPath FINDER_PATH_FIND_BY_TEMPIMAGE

FINDER_PATH_COUNT_BY_TEMPIMAGE

public static final FinderPath FINDER_PATH_COUNT_BY_TEMPIMAGE

FINDER_PATH_FIND_BY_G_A_V

public static final FinderPath FINDER_PATH_FIND_BY_G_A_V

FINDER_PATH_COUNT_BY_G_A_V

public static final FinderPath FINDER_PATH_COUNT_BY_G_A_V

FINDER_PATH_FETCH_BY_G_A_V_E_E_L

public static final FinderPath FINDER_PATH_FETCH_BY_G_A_V_E_E_L

FINDER_PATH_COUNT_BY_G_A_V_E_E_L

public static final FinderPath FINDER_PATH_COUNT_BY_G_A_V_E_E_L

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

journalArticlePersistence

@BeanReference(type=JournalArticlePersistence.class)
protected JournalArticlePersistence journalArticlePersistence

journalArticleImagePersistence

@BeanReference(type=JournalArticleImagePersistence.class)
protected JournalArticleImagePersistence journalArticleImagePersistence

journalArticleResourcePersistence

@BeanReference(type=JournalArticleResourcePersistence.class)
protected JournalArticleResourcePersistence journalArticleResourcePersistence

journalContentSearchPersistence

@BeanReference(type=JournalContentSearchPersistence.class)
protected JournalContentSearchPersistence journalContentSearchPersistence

journalFeedPersistence

@BeanReference(type=JournalFeedPersistence.class)
protected JournalFeedPersistence journalFeedPersistence

journalStructurePersistence

@BeanReference(type=JournalStructurePersistence.class)
protected JournalStructurePersistence journalStructurePersistence

journalTemplatePersistence

@BeanReference(type=JournalTemplatePersistence.class)
protected JournalTemplatePersistence journalTemplatePersistence

imagePersistence

@BeanReference(type=ImagePersistence.class)
protected ImagePersistence imagePersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
Constructor Detail

JournalArticleImagePersistenceImpl

public JournalArticleImagePersistenceImpl()
Method Detail

cacheResult

public void cacheResult(JournalArticleImage journalArticleImage)
Caches the journal article image in the entity cache if it is enabled.

Specified by:
cacheResult in interface JournalArticleImagePersistence
Parameters:
journalArticleImage - the journal article image to cache

cacheResult

public void cacheResult(List<JournalArticleImage> journalArticleImages)
Caches the journal article images in the entity cache if it is enabled.

Specified by:
cacheResult in interface JournalArticleImagePersistence
Parameters:
journalArticleImages - the journal article images to cache

clearCache

public void clearCache()
Clears the cache for all journal article images.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<JournalArticleImage>
Overrides:
clearCache in class BasePersistenceImpl<JournalArticleImage>

clearCache

public void clearCache(JournalArticleImage journalArticleImage)
Clears the cache for the journal article image.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<JournalArticleImage>
Overrides:
clearCache in class BasePersistenceImpl<JournalArticleImage>
Parameters:
journalArticleImage - the instance of this model to clear the cache for

create

public JournalArticleImage create(long articleImageId)
Creates a new journal article image with the primary key. Does not add the journal article image to the database.

Specified by:
create in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key for the new journal article image
Returns:
the new journal article image

remove

public JournalArticleImage remove(Serializable primaryKey)
                           throws NoSuchModelException,
                                  SystemException
Removes the journal article image with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<JournalArticleImage>
Overrides:
remove in class BasePersistenceImpl<JournalArticleImage>
Parameters:
primaryKey - the primary key of the journal article image to remove
Returns:
the journal article image that was removed
Throws:
NoSuchModelException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

remove

public JournalArticleImage remove(long articleImageId)
                           throws NoSuchArticleImageException,
                                  SystemException
Removes the journal article image with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the journal article image to remove
Returns:
the journal article image that was removed
Throws:
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

removeImpl

protected JournalArticleImage removeImpl(JournalArticleImage journalArticleImage)
                                  throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<JournalArticleImage>
Parameters:
journalArticleImage - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public JournalArticleImage updateImpl(JournalArticleImage journalArticleImage,
                                      boolean merge)
                               throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface JournalArticleImagePersistence
Overrides:
updateImpl in class BasePersistenceImpl<JournalArticleImage>
Parameters:
journalArticleImage - the model instance to update
merge - 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.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected JournalArticleImage toUnwrappedModel(JournalArticleImage journalArticleImage)

findByPrimaryKey

public JournalArticleImage findByPrimaryKey(Serializable primaryKey)
                                     throws NoSuchModelException,
                                            SystemException
Finds the journal article image with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<JournalArticleImage>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<JournalArticleImage>
Parameters:
primaryKey - the primary key of the journal article image to find
Returns:
the journal article image
Throws:
NoSuchModelException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

public JournalArticleImage findByPrimaryKey(long articleImageId)
                                     throws NoSuchArticleImageException,
                                            SystemException
Finds the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.

Specified by:
findByPrimaryKey in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the journal article image to find
Returns:
the journal article image
Throws:
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public JournalArticleImage fetchByPrimaryKey(Serializable primaryKey)
                                      throws SystemException
Finds the journal article image with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<JournalArticleImage>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<JournalArticleImage>
Parameters:
primaryKey - the primary key of the journal article image to find
Returns:
the journal article image, or null if a journal article image with the primary key could not be found
Throws:
SystemException - if a system exception occurred

fetchByPrimaryKey

public JournalArticleImage fetchByPrimaryKey(long articleImageId)
                                      throws SystemException
Finds the journal article image with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the journal article image to find
Returns:
the journal article image, or null if a journal article image with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<JournalArticleImage> findByGroupId(long groupId)
                                        throws SystemException
Finds all the journal article images where groupId = ?.

Specified by:
findByGroupId in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
Returns:
the matching journal article images
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<JournalArticleImage> findByGroupId(long groupId,
                                               int start,
                                               int end)
                                        throws SystemException
Finds a range of all the journal article images where groupId = ?.

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.

Specified by:
findByGroupId in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of journal article images to return
end - the upper bound of the range of journal article images to return (not inclusive)
Returns:
the range of matching journal article images
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<JournalArticleImage> findByGroupId(long groupId,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Finds an ordered range of all the journal article images where groupId = ?.

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.

Specified by:
findByGroupId in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
start - the lower bound of the range of journal article images to return
end - the upper bound of the range of journal article images to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching journal article images
Throws:
SystemException - if a system exception occurred

findByGroupId_First

public JournalArticleImage findByGroupId_First(long groupId,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchArticleImageException,
                                               SystemException
Finds the first journal article image in the ordered set where groupId = ?.

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.

Specified by:
findByGroupId_First in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching journal article image
Throws:
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred

findByGroupId_Last

public JournalArticleImage findByGroupId_Last(long groupId,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchArticleImageException,
                                              SystemException
Finds the last journal article image in the ordered set where groupId = ?.

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.

Specified by:
findByGroupId_Last in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching journal article image
Throws:
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

public JournalArticleImage[] findByGroupId_PrevAndNext(long articleImageId,
                                                       long groupId,
                                                       OrderByComparator orderByComparator)
                                                throws NoSuchArticleImageException,
                                                       SystemException
Finds the journal article images before and after the current journal article image in the ordered set where groupId = ?.

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.

Specified by:
findByGroupId_PrevAndNext in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the current journal article image
groupId - the group id to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next journal article image
Throws:
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

getByGroupId_PrevAndNext

protected JournalArticleImage getByGroupId_PrevAndNext(Session session,
                                                       JournalArticleImage journalArticleImage,
                                                       long groupId,
                                                       OrderByComparator orderByComparator,
                                                       boolean previous)

findByTempImage

public List<JournalArticleImage> findByTempImage(boolean tempImage)
                                          throws SystemException
Finds all the journal article images where tempImage = ?.

Specified by:
findByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image to search with
Returns:
the matching journal article images
Throws:
SystemException - if a system exception occurred

findByTempImage

public List<JournalArticleImage> findByTempImage(boolean tempImage,
                                                 int start,
                                                 int end)
                                          throws SystemException
Finds a range of all the journal article images where tempImage = ?.

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.

Specified by:
findByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image to search with
start - the lower bound of the range of journal article images to return
end - the upper bound of the range of journal article images to return (not inclusive)
Returns:
the range of matching journal article images
Throws:
SystemException - if a system exception occurred

findByTempImage

public List<JournalArticleImage> findByTempImage(boolean tempImage,
                                                 int start,
                                                 int end,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
Finds an ordered range of all the journal article images where tempImage = ?.

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.

Specified by:
findByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image to search with
start - the lower bound of the range of journal article images to return
end - the upper bound of the range of journal article images to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching journal article images
Throws:
SystemException - if a system exception occurred

findByTempImage_First

public JournalArticleImage findByTempImage_First(boolean tempImage,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchArticleImageException,
                                                 SystemException
Finds the first journal article image in the ordered set where tempImage = ?.

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.

Specified by:
findByTempImage_First in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching journal article image
Throws:
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred

findByTempImage_Last

public JournalArticleImage findByTempImage_Last(boolean tempImage,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchArticleImageException,
                                                SystemException
Finds the last journal article image in the ordered set where tempImage = ?.

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.

Specified by:
findByTempImage_Last in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching journal article image
Throws:
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred

findByTempImage_PrevAndNext

public JournalArticleImage[] findByTempImage_PrevAndNext(long articleImageId,
                                                         boolean tempImage,
                                                         OrderByComparator orderByComparator)
                                                  throws NoSuchArticleImageException,
                                                         SystemException
Finds the journal article images before and after the current journal article image in the ordered set where tempImage = ?.

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.

Specified by:
findByTempImage_PrevAndNext in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the current journal article image
tempImage - the temp image to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next journal article image
Throws:
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

getByTempImage_PrevAndNext

protected JournalArticleImage getByTempImage_PrevAndNext(Session session,
                                                         JournalArticleImage journalArticleImage,
                                                         boolean tempImage,
                                                         OrderByComparator orderByComparator,
                                                         boolean previous)

findByG_A_V

public List<JournalArticleImage> findByG_A_V(long groupId,
                                             String articleId,
                                             double version)
                                      throws SystemException
Finds all the journal article images where groupId = ? and articleId = ? and version = ?.

Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
Returns:
the matching journal article images
Throws:
SystemException - if a system exception occurred

findByG_A_V

public List<JournalArticleImage> findByG_A_V(long groupId,
                                             String articleId,
                                             double version,
                                             int start,
                                             int end)
                                      throws SystemException
Finds a range of all the journal article images where groupId = ? and articleId = ? and version = ?.

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.

Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
start - the lower bound of the range of journal article images to return
end - the upper bound of the range of journal article images to return (not inclusive)
Returns:
the range of matching journal article images
Throws:
SystemException - if a system exception occurred

findByG_A_V

public List<JournalArticleImage> findByG_A_V(long groupId,
                                             String articleId,
                                             double version,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Finds an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?.

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.

Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
start - the lower bound of the range of journal article images to return
end - the upper bound of the range of journal article images to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching journal article images
Throws:
SystemException - if a system exception occurred

findByG_A_V_First

public JournalArticleImage findByG_A_V_First(long groupId,
                                             String articleId,
                                             double version,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchArticleImageException,
                                             SystemException
Finds the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.

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.

Specified by:
findByG_A_V_First in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
orderByComparator - the comparator to order the set by
Returns:
the first matching journal article image
Throws:
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred

findByG_A_V_Last

public JournalArticleImage findByG_A_V_Last(long groupId,
                                            String articleId,
                                            double version,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchArticleImageException,
                                            SystemException
Finds the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.

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.

Specified by:
findByG_A_V_Last in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
orderByComparator - the comparator to order the set by
Returns:
the last matching journal article image
Throws:
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred

findByG_A_V_PrevAndNext

public JournalArticleImage[] findByG_A_V_PrevAndNext(long articleImageId,
                                                     long groupId,
                                                     String articleId,
                                                     double version,
                                                     OrderByComparator orderByComparator)
                                              throws NoSuchArticleImageException,
                                                     SystemException
Finds the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.

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.

Specified by:
findByG_A_V_PrevAndNext in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the current journal article image
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
orderByComparator - the comparator to order the set by
Returns:
the previous, current, and next journal article image
Throws:
NoSuchArticleImageException - if a journal article image with the primary key could not be found
SystemException - if a system exception occurred

getByG_A_V_PrevAndNext

protected JournalArticleImage getByG_A_V_PrevAndNext(Session session,
                                                     JournalArticleImage journalArticleImage,
                                                     long groupId,
                                                     String articleId,
                                                     double version,
                                                     OrderByComparator orderByComparator,
                                                     boolean previous)

findByG_A_V_E_E_L

public JournalArticleImage findByG_A_V_E_E_L(long groupId,
                                             String articleId,
                                             double version,
                                             String elInstanceId,
                                             String elName,
                                             String languageId)
                                      throws NoSuchArticleImageException,
                                             SystemException
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.

Specified by:
findByG_A_V_E_E_L in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
elInstanceId - the el instance id to search with
elName - the el name to search with
languageId - the language id to search with
Returns:
the matching journal article image
Throws:
NoSuchArticleImageException - if a matching journal article image could not be found
SystemException - if a system exception occurred

fetchByG_A_V_E_E_L

public JournalArticleImage fetchByG_A_V_E_E_L(long groupId,
                                              String articleId,
                                              double version,
                                              String elInstanceId,
                                              String elName,
                                              String languageId)
                                       throws SystemException
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. Uses the finder cache.

Specified by:
fetchByG_A_V_E_E_L in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
elInstanceId - the el instance id to search with
elName - the el name to search with
languageId - the language id to search with
Returns:
the matching journal article image, or null if a matching journal article image could not be found
Throws:
SystemException - if a system exception occurred

fetchByG_A_V_E_E_L

public JournalArticleImage fetchByG_A_V_E_E_L(long groupId,
                                              String articleId,
                                              double version,
                                              String elInstanceId,
                                              String elName,
                                              String languageId,
                                              boolean retrieveFromCache)
                                       throws SystemException
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.

Specified by:
fetchByG_A_V_E_E_L in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
elInstanceId - the el instance id to search with
elName - the el name to search with
languageId - the language id to search with
Returns:
the matching journal article image, or null if a matching journal article image could not be found
Throws:
SystemException - if a system exception occurred

findAll

public List<JournalArticleImage> findAll()
                                  throws SystemException
Finds all the journal article images.

Specified by:
findAll in interface JournalArticleImagePersistence
Returns:
the journal article images
Throws:
SystemException - if a system exception occurred

findAll

public List<JournalArticleImage> findAll(int start,
                                         int end)
                                  throws SystemException
Finds a range of all the journal article images.

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.

Specified by:
findAll in interface JournalArticleImagePersistence
Parameters:
start - the lower bound of the range of journal article images to return
end - the upper bound of the range of journal article images to return (not inclusive)
Returns:
the range of journal article images
Throws:
SystemException - if a system exception occurred

findAll

public List<JournalArticleImage> findAll(int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Finds an ordered range of all the journal article images.

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.

Specified by:
findAll in interface JournalArticleImagePersistence
Parameters:
start - the lower bound of the range of journal article images to return
end - the upper bound of the range of journal article images to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of journal article images
Throws:
SystemException - if a system exception occurred

removeByGroupId

public void removeByGroupId(long groupId)
                     throws SystemException
Removes all the journal article images where groupId = ? from the database.

Specified by:
removeByGroupId in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
Throws:
SystemException - if a system exception occurred

removeByTempImage

public void removeByTempImage(boolean tempImage)
                       throws SystemException
Removes all the journal article images where tempImage = ? from the database.

Specified by:
removeByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image to search with
Throws:
SystemException - if a system exception occurred

removeByG_A_V

public void removeByG_A_V(long groupId,
                          String articleId,
                          double version)
                   throws SystemException
Removes all the journal article images where groupId = ? and articleId = ? and version = ? from the database.

Specified by:
removeByG_A_V in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
Throws:
SystemException - if a system exception occurred

removeByG_A_V_E_E_L

public void removeByG_A_V_E_E_L(long groupId,
                                String articleId,
                                double version,
                                String elInstanceId,
                                String elName,
                                String languageId)
                         throws NoSuchArticleImageException,
                                SystemException
Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database.

Specified by:
removeByG_A_V_E_E_L in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
elInstanceId - the el instance id to search with
elName - the el name to search with
languageId - the language id to search with
Throws:
SystemException - if a system exception occurred
NoSuchArticleImageException

removeAll

public void removeAll()
               throws SystemException
Removes all the journal article images from the database.

Specified by:
removeAll in interface JournalArticleImagePersistence
Throws:
SystemException - if a system exception occurred

countByGroupId

public int countByGroupId(long groupId)
                   throws SystemException
Counts all the journal article images where groupId = ?.

Specified by:
countByGroupId in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
Returns:
the number of matching journal article images
Throws:
SystemException - if a system exception occurred

countByTempImage

public int countByTempImage(boolean tempImage)
                     throws SystemException
Counts all the journal article images where tempImage = ?.

Specified by:
countByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image to search with
Returns:
the number of matching journal article images
Throws:
SystemException - if a system exception occurred

countByG_A_V

public int countByG_A_V(long groupId,
                        String articleId,
                        double version)
                 throws SystemException
Counts all the journal article images where groupId = ? and articleId = ? and version = ?.

Specified by:
countByG_A_V in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
Returns:
the number of matching journal article images
Throws:
SystemException - if a system exception occurred

countByG_A_V_E_E_L

public int countByG_A_V_E_E_L(long groupId,
                              String articleId,
                              double version,
                              String elInstanceId,
                              String elName,
                              String languageId)
                       throws SystemException
Counts all the journal article images where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ?.

Specified by:
countByG_A_V_E_E_L in interface JournalArticleImagePersistence
Parameters:
groupId - the group id to search with
articleId - the article id to search with
version - the version to search with
elInstanceId - the el instance id to search with
elName - the el name to search with
languageId - the language id to search with
Returns:
the number of matching journal article images
Throws:
SystemException - if a system exception occurred

countAll

public int countAll()
             throws SystemException
Counts all the journal article images.

Specified by:
countAll in interface JournalArticleImagePersistence
Returns:
the number of journal article images
Throws:
SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the journal article image persistence.


Liferay 6.0.5