Liferay 6.0.3

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

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()
           
 void cacheResult(JournalArticleImage journalArticleImage)
           
 void cacheResult(List<JournalArticleImage> journalArticleImages)
           
 void clearCache()
          Clears the cache for all instances of this model.
 void clearCache(JournalArticleImage journalArticleImage)
          Clears the cache for one instance of this model.
 int countAll()
           
 int countByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
           
 int countByG_A_V(long groupId, String articleId, double version)
           
 int countByGroupId(long groupId)
           
 int countByTempImage(boolean tempImage)
           
 JournalArticleImage create(long articleImageId)
           
 JournalArticleImage fetchByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
           
 JournalArticleImage fetchByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId, boolean retrieveFromCache)
           
 JournalArticleImage fetchByPrimaryKey(long articleImageId)
           
 JournalArticleImage fetchByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or return null if it could not be found.
 List<JournalArticleImage> findAll()
           
 List<JournalArticleImage> findAll(int start, int end)
           
 List<JournalArticleImage> findAll(int start, int end, OrderByComparator orderByComparator)
           
 JournalArticleImage findByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
           
 JournalArticleImage findByG_A_V_First(long groupId, String articleId, double version, OrderByComparator orderByComparator)
           
 JournalArticleImage findByG_A_V_Last(long groupId, String articleId, double version, OrderByComparator orderByComparator)
           
 JournalArticleImage[] findByG_A_V_PrevAndNext(long articleImageId, long groupId, String articleId, double version, OrderByComparator orderByComparator)
           
 List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version)
           
 List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version, int start, int end)
           
 List<JournalArticleImage> findByG_A_V(long groupId, String articleId, double version, int start, int end, OrderByComparator orderByComparator)
           
 JournalArticleImage findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 JournalArticleImage findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 JournalArticleImage[] findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator orderByComparator)
           
 List<JournalArticleImage> findByGroupId(long groupId)
           
 List<JournalArticleImage> findByGroupId(long groupId, int start, int end)
           
 List<JournalArticleImage> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 JournalArticleImage findByPrimaryKey(long articleImageId)
           
 JournalArticleImage findByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or throw an exception if it could not be found.
 JournalArticleImage findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
           
 JournalArticleImage findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
           
 JournalArticleImage[] findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator orderByComparator)
           
 List<JournalArticleImage> findByTempImage(boolean tempImage)
           
 List<JournalArticleImage> findByTempImage(boolean tempImage, int start, int end)
           
 List<JournalArticleImage> findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 JournalArticleImage remove(Serializable primaryKey)
          Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.
 void removeAll()
           
 void removeByG_A_V_E_E_L(long groupId, String articleId, double version, String elInstanceId, String elName, String languageId)
           
 void removeByG_A_V(long groupId, String articleId, double version)
           
 void removeByGroupId(long groupId)
           
 void removeByTempImage(boolean tempImage)
           
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)
Specified by:
cacheResult in interface JournalArticleImagePersistence

cacheResult

public void cacheResult(List<JournalArticleImage> journalArticleImages)
Specified by:
cacheResult in interface JournalArticleImagePersistence

clearCache

public void clearCache()
Description copied from interface: BasePersistence
Clears the cache for all instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Caching information and settings can be found in portal.properties

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

clearCache

public void clearCache(JournalArticleImage journalArticleImage)
Description copied from interface: BasePersistence
Clears the cache for one instance 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:
journalArticleImage - the instance of this model to clear the cache for

create

public JournalArticleImage create(long articleImageId)
Specified by:
create in interface JournalArticleImagePersistence

remove

public JournalArticleImage remove(Serializable primaryKey)
                           throws NoSuchModelException,
                                  SystemException
Description copied from interface: BasePersistence
Removes the model instance identified by the primary key from the database, and 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 model instance to remove
Returns:
the model instance that was removed
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if a system exception occurred

remove

public JournalArticleImage remove(long articleImageId)
                           throws NoSuchArticleImageException,
                                  SystemException
Specified by:
remove in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

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
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or throw an exception 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 model instance to find
Returns:
the model instance
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if the primary key is null, or if a system exception occurred

findByPrimaryKey

public JournalArticleImage findByPrimaryKey(long articleImageId)
                                     throws NoSuchArticleImageException,
                                            SystemException
Specified by:
findByPrimaryKey in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

fetchByPrimaryKey

public JournalArticleImage fetchByPrimaryKey(Serializable primaryKey)
                                      throws SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or return 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 model instance to find
Returns:
the model instance, or null if an instance of this model with the primary key does not exist
Throws:
SystemException - if the primary key is null, or if a system exception occurred

fetchByPrimaryKey

public JournalArticleImage fetchByPrimaryKey(long articleImageId)
                                      throws SystemException
Specified by:
fetchByPrimaryKey in interface JournalArticleImagePersistence
Throws:
SystemException

findByGroupId

public List<JournalArticleImage> findByGroupId(long groupId)
                                        throws SystemException
Specified by:
findByGroupId in interface JournalArticleImagePersistence
Throws:
SystemException

findByGroupId

public List<JournalArticleImage> findByGroupId(long groupId,
                                               int start,
                                               int end)
                                        throws SystemException
Specified by:
findByGroupId in interface JournalArticleImagePersistence
Throws:
SystemException

findByGroupId

public List<JournalArticleImage> findByGroupId(long groupId,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Specified by:
findByGroupId in interface JournalArticleImagePersistence
Throws:
SystemException

findByGroupId_First

public JournalArticleImage findByGroupId_First(long groupId,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchArticleImageException,
                                               SystemException
Specified by:
findByGroupId_First in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

findByGroupId_Last

public JournalArticleImage findByGroupId_Last(long groupId,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchArticleImageException,
                                              SystemException
Specified by:
findByGroupId_Last in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

findByGroupId_PrevAndNext

public JournalArticleImage[] findByGroupId_PrevAndNext(long articleImageId,
                                                       long groupId,
                                                       OrderByComparator orderByComparator)
                                                throws NoSuchArticleImageException,
                                                       SystemException
Specified by:
findByGroupId_PrevAndNext in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

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
Specified by:
findByTempImage in interface JournalArticleImagePersistence
Throws:
SystemException

findByTempImage

public List<JournalArticleImage> findByTempImage(boolean tempImage,
                                                 int start,
                                                 int end)
                                          throws SystemException
Specified by:
findByTempImage in interface JournalArticleImagePersistence
Throws:
SystemException

findByTempImage

public List<JournalArticleImage> findByTempImage(boolean tempImage,
                                                 int start,
                                                 int end,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
Specified by:
findByTempImage in interface JournalArticleImagePersistence
Throws:
SystemException

findByTempImage_First

public JournalArticleImage findByTempImage_First(boolean tempImage,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchArticleImageException,
                                                 SystemException
Specified by:
findByTempImage_First in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

findByTempImage_Last

public JournalArticleImage findByTempImage_Last(boolean tempImage,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchArticleImageException,
                                                SystemException
Specified by:
findByTempImage_Last in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

findByTempImage_PrevAndNext

public JournalArticleImage[] findByTempImage_PrevAndNext(long articleImageId,
                                                         boolean tempImage,
                                                         OrderByComparator orderByComparator)
                                                  throws NoSuchArticleImageException,
                                                         SystemException
Specified by:
findByTempImage_PrevAndNext in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

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
Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Throws:
SystemException

findByG_A_V

public List<JournalArticleImage> findByG_A_V(long groupId,
                                             String articleId,
                                             double version,
                                             int start,
                                             int end)
                                      throws SystemException
Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Throws:
SystemException

findByG_A_V

public List<JournalArticleImage> findByG_A_V(long groupId,
                                             String articleId,
                                             double version,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Specified by:
findByG_A_V in interface JournalArticleImagePersistence
Throws:
SystemException

findByG_A_V_First

public JournalArticleImage findByG_A_V_First(long groupId,
                                             String articleId,
                                             double version,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchArticleImageException,
                                             SystemException
Specified by:
findByG_A_V_First in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

findByG_A_V_Last

public JournalArticleImage findByG_A_V_Last(long groupId,
                                            String articleId,
                                            double version,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchArticleImageException,
                                            SystemException
Specified by:
findByG_A_V_Last in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

findByG_A_V_PrevAndNext

public JournalArticleImage[] findByG_A_V_PrevAndNext(long articleImageId,
                                                     long groupId,
                                                     String articleId,
                                                     double version,
                                                     OrderByComparator orderByComparator)
                                              throws NoSuchArticleImageException,
                                                     SystemException
Specified by:
findByG_A_V_PrevAndNext in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

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
Specified by:
findByG_A_V_E_E_L in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

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
Specified by:
fetchByG_A_V_E_E_L in interface JournalArticleImagePersistence
Throws:
SystemException

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
Specified by:
fetchByG_A_V_E_E_L in interface JournalArticleImagePersistence
Throws:
SystemException

findAll

public List<JournalArticleImage> findAll()
                                  throws SystemException
Specified by:
findAll in interface JournalArticleImagePersistence
Throws:
SystemException

findAll

public List<JournalArticleImage> findAll(int start,
                                         int end)
                                  throws SystemException
Specified by:
findAll in interface JournalArticleImagePersistence
Throws:
SystemException

findAll

public List<JournalArticleImage> findAll(int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Specified by:
findAll in interface JournalArticleImagePersistence
Throws:
SystemException

removeByGroupId

public void removeByGroupId(long groupId)
                     throws SystemException
Specified by:
removeByGroupId in interface JournalArticleImagePersistence
Throws:
SystemException

removeByTempImage

public void removeByTempImage(boolean tempImage)
                       throws SystemException
Specified by:
removeByTempImage in interface JournalArticleImagePersistence
Throws:
SystemException

removeByG_A_V

public void removeByG_A_V(long groupId,
                          String articleId,
                          double version)
                   throws SystemException
Specified by:
removeByG_A_V in interface JournalArticleImagePersistence
Throws:
SystemException

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
Specified by:
removeByG_A_V_E_E_L in interface JournalArticleImagePersistence
Throws:
NoSuchArticleImageException
SystemException

removeAll

public void removeAll()
               throws SystemException
Specified by:
removeAll in interface JournalArticleImagePersistence
Throws:
SystemException

countByGroupId

public int countByGroupId(long groupId)
                   throws SystemException
Specified by:
countByGroupId in interface JournalArticleImagePersistence
Throws:
SystemException

countByTempImage

public int countByTempImage(boolean tempImage)
                     throws SystemException
Specified by:
countByTempImage in interface JournalArticleImagePersistence
Throws:
SystemException

countByG_A_V

public int countByG_A_V(long groupId,
                        String articleId,
                        double version)
                 throws SystemException
Specified by:
countByG_A_V in interface JournalArticleImagePersistence
Throws:
SystemException

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
Specified by:
countByG_A_V_E_E_L in interface JournalArticleImagePersistence
Throws:
SystemException

countAll

public int countAll()
             throws SystemException
Specified by:
countAll in interface JournalArticleImagePersistence
Throws:
SystemException

afterPropertiesSet

public void afterPropertiesSet()

Liferay 6.0.3