Liferay 6.2-ce-ga5

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.

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 it is generated.

Field Summary
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
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_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A_V
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_TEMPIMAGE
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_A_V
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TEMPIMAGE
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
JournalArticleImagePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the journal article image persistence.
 void cacheResult(JournalArticleImage journalArticleImage)
          Caches the journal article image in the entity cache if it is enabled.
 void cacheResult(List<JournalArticleImage> journalArticleImages)
          Caches the journal article images in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(JournalArticleImage journalArticleImage)
           
 void clearCache()
          Clears the cache for all journal article images.
 void clearCache(JournalArticleImage journalArticleImage)
          Clears the cache for the journal article image.
 void clearCache(List<JournalArticleImage> journalArticleImages)
          Clears the cache for a List instances of this model.
protected  void clearUniqueFindersCache(JournalArticleImage journalArticleImage)
           
 int countAll()
          Returns the number of journal article images.
 int countByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Returns the number of journal article images where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ?.
 int countByG_A_V(long groupId, String articleId, double version)
          Returns the number of journal article images where groupId = ? and articleId = ? and version = ?.
 int countByGroupId(long groupId)
          Returns the number of journal article images where groupId = ?.
 int countByTempImage(boolean tempImage)
          Returns the number of journal article images where tempImage = ?.
 JournalArticleImage create(long articleImageId)
          Creates a new journal article image with the primary key.
 void destroy()
           
 JournalArticleImage fetchByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found.
 JournalArticleImage fetchByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId, boolean retrieveFromCache)
          Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticleImage fetchByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage fetchByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage fetchByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or returns null if it could not be found.
 JournalArticleImage fetchByPrimaryKey(Serializable primaryKey)
          Returns the journal article image with the primary key or returns null if it could not be found.
 JournalArticleImage fetchByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage fetchByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 List<JournalArticleImage> findAll()
          Returns all the journal article images.
 List<JournalArticleImage> findAll(int start, int end)
          Returns a range of all the journal article images.
 List<JournalArticleImage> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images.
 JournalArticleImage findByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage[] findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version)
          Returns all the journal article images where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version, int start, int end)
          Returns a range of all the journal article images where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?.
 JournalArticleImage findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage[] findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where groupId = ?.
 List<JournalArticleImage> findByGroupId(long groupId)
          Returns all the journal article images where groupId = ?.
 List<JournalArticleImage> findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal article images where groupId = ?.
 List<JournalArticleImage> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
 JournalArticleImage findByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage findByPrimaryKey(Serializable primaryKey)
          Returns the journal article image with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticleImage findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage[] findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator orderByComparator)
          Returns the journal article images before and after the current journal article image in the ordered set where tempImage = ?.
 List<JournalArticleImage> findByTempImage(boolean tempImage)
          Returns all the journal article images where tempImage = ?.
 List<JournalArticleImage> findByTempImage(boolean tempImage, int start, int end)
          Returns a range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where tempImage = ?.
protected  JournalArticleImage getByG_A_V_PrevAndNext(Session session, JournalArticleImage journalArticleImage, long groupId, String articleId, double version, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleImage getByGroupId_PrevAndNext(Session session, JournalArticleImage journalArticleImage, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleImage getByTempImage_PrevAndNext(Session session, JournalArticleImage journalArticleImage, boolean tempImage, OrderByComparator orderByComparator, boolean previous)
           
 JournalArticleImage remove(long articleImageId)
          Removes the journal article image with the primary key from the database.
 JournalArticleImage remove(Serializable primaryKey)
          Removes the journal article image with the primary key from the database.
 void removeAll()
          Removes all the journal article images from the database.
 JournalArticleImage removeByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
          Removes the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? from the database.
 void removeByG_A_V(long groupId, String articleId, double version)
          Removes all the journal article images where groupId = ? and articleId = ? and version = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the journal article images where groupId = ? from the database.
 void removeByTempImage(boolean tempImage)
          Removes all the journal article images where tempImage = ? from the database.
protected  JournalArticleImage removeImpl(JournalArticleImage journalArticleImage)
          Removes the model instance from the database.
protected  JournalArticleImage toUnwrappedModel(JournalArticleImage journalArticleImage)
           
 JournalArticleImage updateImpl(JournalArticleImage journalArticleImage)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_WITH_PAGINATION_FIND_BY_TEMPIMAGE

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_TEMPIMAGE

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TEMPIMAGE

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_TEMPIMAGE

FINDER_PATH_COUNT_BY_TEMPIMAGE

public static final FinderPath FINDER_PATH_COUNT_BY_TEMPIMAGE

FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A_V

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_A_V

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_A_V

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_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
Constructor Detail

JournalArticleImagePersistenceImpl

public JournalArticleImagePersistenceImpl()
Method Detail

findByGroupId

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

Specified by:
findByGroupId in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
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
Returns 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByGroupId in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of journal article images
end - the upper bound of the range of journal article images (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
Returns 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByGroupId in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of journal article images
end - the upper bound of the range of journal article images (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
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
Returns the first journal article image in the ordered set where groupId = ?.

Specified by:
findByGroupId_First in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
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

fetchByGroupId_First

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

Specified by:
fetchByGroupId_First in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal article image, or null if a matching journal article image could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_Last

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

Specified by:
findByGroupId_Last in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
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

fetchByGroupId_Last

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

Specified by:
fetchByGroupId_Last in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal article image, or null if a matching journal article image could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

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

Specified by:
findByGroupId_PrevAndNext in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the current journal article image
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
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)

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
Throws:
SystemException - if a system exception occurred

countByGroupId

public int countByGroupId(long groupId)
                   throws SystemException
Returns the number of journal article images where groupId = ?.

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

findByTempImage

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

Specified by:
findByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image
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
Returns 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image
start - the lower bound of the range of journal article images
end - the upper bound of the range of journal article images (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
Returns 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image
start - the lower bound of the range of journal article images
end - the upper bound of the range of journal article images (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
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
Returns the first journal article image in the ordered set where tempImage = ?.

Specified by:
findByTempImage_First in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image
orderByComparator - the comparator to order the set by (optionally null)
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

fetchByTempImage_First

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

Specified by:
fetchByTempImage_First in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal article image, or null if a matching journal article image could not be found
Throws:
SystemException - if a system exception occurred

findByTempImage_Last

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

Specified by:
findByTempImage_Last in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image
orderByComparator - the comparator to order the set by (optionally null)
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

fetchByTempImage_Last

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

Specified by:
fetchByTempImage_Last in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal article image, or null if a matching journal article image could not be found
Throws:
SystemException - if a system exception occurred

findByTempImage_PrevAndNext

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

Specified by:
findByTempImage_PrevAndNext in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the current journal article image
tempImage - the temp image
orderByComparator - the comparator to order the set by (optionally null)
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)

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
Throws:
SystemException - if a system exception occurred

countByTempImage

public int countByTempImage(boolean tempImage)
                     throws SystemException
Returns the number of journal article images where tempImage = ?.

Specified by:
countByTempImage in interface JournalArticleImagePersistence
Parameters:
tempImage - the temp image
Returns:
the number 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)
                                      throws SystemException
Returns all the journal article images where groupId = ? and articleId = ? and version = ?.

Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
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
Returns 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
start - the lower bound of the range of journal article images
end - the upper bound of the range of journal article images (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
Returns 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
start - the lower bound of the range of journal article images
end - the upper bound of the range of journal article images (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
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
Returns the first journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.

Specified by:
findByG_A_V_First in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
orderByComparator - the comparator to order the set by (optionally null)
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

fetchByG_A_V_First

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

Specified by:
fetchByG_A_V_First in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal article image, or null if a matching journal article image could not be found
Throws:
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
Returns the last journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.

Specified by:
findByG_A_V_Last in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
orderByComparator - the comparator to order the set by (optionally null)
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

fetchByG_A_V_Last

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

Specified by:
fetchByG_A_V_Last in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal article image, or null if a matching journal article image could not be found
Throws:
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
Returns the journal article images before and after the current journal article image in the ordered set where groupId = ? and articleId = ? and version = ?.

Specified by:
findByG_A_V_PrevAndNext in interface JournalArticleImagePersistence
Parameters:
articleImageId - the primary key of the current journal article image
groupId - the group ID
articleId - the article ID
version - the version
orderByComparator - the comparator to order the set by (optionally null)
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)

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
articleId - the article ID
version - the version
Throws:
SystemException - if a system exception occurred

countByG_A_V

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

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

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
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or throws a NoSuchArticleImageException if it could not be found.

Specified by:
findByG_A_V_E_E_L in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
elInstanceId - the el instance ID
elName - the el name
languageId - the language ID
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
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByG_A_V_E_E_L in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
elInstanceId - the el instance ID
elName - the el name
languageId - the language ID
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
Returns the journal article image where groupId = ? and articleId = ? and version = ? and elInstanceId = ? and elName = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByG_A_V_E_E_L in interface JournalArticleImagePersistence
Parameters:
groupId - the group ID
articleId - the article ID
version - the version
elInstanceId - the el instance ID
elName - the el name
languageId - the language ID
retrieveFromCache - whether to use the finder cache
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

removeByG_A_V_E_E_L

public JournalArticleImage 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
articleId - the article ID
version - the version
elInstanceId - the el instance ID
elName - the el name
languageId - the language ID
Returns:
the journal article image that was removed
Throws:
SystemException - if a system exception occurred
NoSuchArticleImageException

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
Returns the number of 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
articleId - the article ID
version - the version
elInstanceId - the el instance ID
elName - the el name
languageId - the language ID
Returns:
the number of matching journal article images
Throws:
SystemException - if a system exception occurred

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

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

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

clearCache

public void clearCache(List<JournalArticleImage> journalArticleImages)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

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

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(JournalArticleImage journalArticleImage)

clearUniqueFindersCache

protected void clearUniqueFindersCache(JournalArticleImage journalArticleImage)

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(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
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

remove

public JournalArticleImage remove(Serializable primaryKey)
                           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 BasePersistence<JournalArticleImage>
Overrides:
remove in class BasePersistenceImpl<JournalArticleImage>
Parameters:
primaryKey - the primary key of the journal article image
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)
                               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
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 NoSuchArticleImageException,
                                            SystemException
Returns 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
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

findByPrimaryKey

public JournalArticleImage findByPrimaryKey(long articleImageId)
                                     throws NoSuchArticleImageException,
                                            SystemException
Returns 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
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
Returns 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
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
Returns 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
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

findAll

public List<JournalArticleImage> findAll()
                                  throws SystemException
Returns 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
Returns 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findAll in interface JournalArticleImagePersistence
Parameters:
start - the lower bound of the range of journal article images
end - the upper bound of the range of journal article images (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
Returns 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalArticleImageModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

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

countAll

public int countAll()
             throws SystemException
Returns the number of 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.


destroy

public void destroy()

Liferay 6.2-ce-ga5