Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.journal.model.JournalArticleImage

Packages that use JournalArticleImage
com.liferay.portlet.journal.lar   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.service.persistence   
 

Uses of JournalArticleImage in com.liferay.portlet.journal.lar
 

Methods in com.liferay.portlet.journal.lar with parameters of type JournalArticleImage
protected  void JournalArticleStagedModelDataHandler.exportArticleImage(PortletDataContext portletDataContext, JournalArticleImage articleImage, JournalArticle article, Element articleElement)
           
 

Uses of JournalArticleImage in com.liferay.portlet.journal.model
 

Classes in com.liferay.portlet.journal.model that implement JournalArticleImage
 class JournalArticleImageWrapper
           This class is a wrapper for JournalArticleImage.
 

Methods in com.liferay.portlet.journal.model that return JournalArticleImage
 JournalArticleImage JournalArticleImageWrapper.getWrappedJournalArticleImage()
          Deprecated. As of 6.1.0, replaced by JournalArticleImageWrapper.getWrappedModel()
 JournalArticleImage JournalArticleImageWrapper.getWrappedModel()
           
 JournalArticleImage JournalArticleImageWrapper.toEscapedModel()
           
 JournalArticleImage JournalArticleImageModel.toEscapedModel()
           
 JournalArticleImage JournalArticleImageWrapper.toUnescapedModel()
           
 JournalArticleImage JournalArticleImageModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalArticleImage
 CacheModel<JournalArticleImage> JournalArticleImageWrapper.toCacheModel()
           
 CacheModel<JournalArticleImage> JournalArticleImageModel.toCacheModel()
           
 

Methods in com.liferay.portlet.journal.model with parameters of type JournalArticleImage
 int JournalArticleImageWrapper.compareTo(JournalArticleImage journalArticleImage)
           
 int JournalArticleImageModel.compareTo(JournalArticleImage journalArticleImage)
           
static JournalArticleImageSoap JournalArticleImageSoap.toSoapModel(JournalArticleImage model)
           
static JournalArticleImageSoap[] JournalArticleImageSoap.toSoapModels(JournalArticleImage[] models)
           
static JournalArticleImageSoap[][] JournalArticleImageSoap.toSoapModels(JournalArticleImage[][] models)
           
 

Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalArticleImage
static JournalArticleImageSoap[] JournalArticleImageSoap.toSoapModels(List<JournalArticleImage> models)
           
 

Constructors in com.liferay.portlet.journal.model with parameters of type JournalArticleImage
JournalArticleImageWrapper(JournalArticleImage journalArticleImage)
           
 

Uses of JournalArticleImage in com.liferay.portlet.journal.model.impl
 

Classes in com.liferay.portlet.journal.model.impl that implement JournalArticleImage
 class JournalArticleImageBaseImpl
          The extended model base implementation for the JournalArticleImage service.
 class JournalArticleImageImpl
           
 

Methods in com.liferay.portlet.journal.model.impl that return JournalArticleImage
 JournalArticleImage JournalArticleImageCacheModel.toEntityModel()
           
 JournalArticleImage JournalArticleImageModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.journal.model.impl that return types with arguments of type JournalArticleImage
 CacheModel<JournalArticleImage> JournalArticleImageModelImpl.toCacheModel()
           
 

Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalArticleImage
 int JournalArticleImageModelImpl.compareTo(JournalArticleImage journalArticleImage)
           
 

Uses of JournalArticleImage in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service that return JournalArticleImage
 JournalArticleImage JournalArticleImageLocalServiceWrapper.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
static JournalArticleImage JournalArticleImageLocalServiceUtil.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 JournalArticleImage JournalArticleImageLocalService.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.createJournalArticleImage(long articleImageId)
          Creates a new journal article image with the primary key.
static JournalArticleImage JournalArticleImageLocalServiceUtil.createJournalArticleImage(long articleImageId)
          Creates a new journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalService.createJournalArticleImage(long articleImageId)
          Creates a new journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
static JournalArticleImage JournalArticleImageLocalServiceUtil.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage JournalArticleImageLocalService.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
static JournalArticleImage JournalArticleImageLocalServiceUtil.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImageLocalService.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.fetchJournalArticleImage(long articleImageId)
           
static JournalArticleImage JournalArticleImageLocalServiceUtil.fetchJournalArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalService.fetchJournalArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalServiceWrapper.getArticleImage(long articleImageId)
           
static JournalArticleImage JournalArticleImageLocalServiceUtil.getArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalService.getArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalServiceWrapper.getJournalArticleImage(long articleImageId)
          Returns the journal article image with the primary key.
static JournalArticleImage JournalArticleImageLocalServiceUtil.getJournalArticleImage(long articleImageId)
          Returns the journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalService.getJournalArticleImage(long articleImageId)
          Returns the journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
static JournalArticleImage JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalArticleImage
 List<JournalArticleImage> JournalArticleImageLocalServiceWrapper.getArticleImages(long groupId)
           
static List<JournalArticleImage> JournalArticleImageLocalServiceUtil.getArticleImages(long groupId)
           
 List<JournalArticleImage> JournalArticleImageLocalService.getArticleImages(long groupId)
           
 List<JournalArticleImage> JournalArticleImageLocalServiceWrapper.getArticleImages(long groupId, String articleId, double version)
           
static List<JournalArticleImage> JournalArticleImageLocalServiceUtil.getArticleImages(long groupId, String articleId, double version)
           
 List<JournalArticleImage> JournalArticleImageLocalService.getArticleImages(long groupId, String articleId, double version)
           
 List<JournalArticleImage> JournalArticleImageLocalServiceWrapper.getJournalArticleImages(int start, int end)
          Returns a range of all the journal article images.
static List<JournalArticleImage> JournalArticleImageLocalServiceUtil.getJournalArticleImages(int start, int end)
          Returns a range of all the journal article images.
 List<JournalArticleImage> JournalArticleImageLocalService.getJournalArticleImages(int start, int end)
          Returns a range of all the journal article images.
 

Methods in com.liferay.portlet.journal.service with parameters of type JournalArticleImage
 JournalArticleImage JournalArticleImageLocalServiceWrapper.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
static JournalArticleImage JournalArticleImageLocalServiceUtil.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 JournalArticleImage JournalArticleImageLocalService.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 void JournalArticleImageLocalServiceWrapper.deleteArticleImage(JournalArticleImage articleImage)
           
static void JournalArticleImageLocalServiceUtil.deleteArticleImage(JournalArticleImage articleImage)
           
 void JournalArticleImageLocalService.deleteArticleImage(JournalArticleImage articleImage)
           
 JournalArticleImage JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
static JournalArticleImage JournalArticleImageLocalServiceUtil.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage JournalArticleImageLocalService.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
static JournalArticleImage JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 

Uses of JournalArticleImage in com.liferay.portlet.journal.service.base
 

Methods in com.liferay.portlet.journal.service.base that return JournalArticleImage
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.createJournalArticleImage(long articleImageId)
          Creates a new journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.deleteJournalArticleImage(long articleImageId)
          Deletes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.fetchJournalArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.getJournalArticleImage(long articleImageId)
          Returns the journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalArticleImage
 List<JournalArticleImage> JournalArticleImageLocalServiceBaseImpl.getJournalArticleImages(int start, int end)
          Returns a range of all the journal article images.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalArticleImage
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
 

Uses of JournalArticleImage in com.liferay.portlet.journal.service.impl
 

Methods in com.liferay.portlet.journal.service.impl that return JournalArticleImage
 JournalArticleImage JournalArticleImageLocalServiceImpl.getArticleImage(long articleImageId)
           
 

Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalArticleImage
 List<JournalArticleImage> JournalArticleImageLocalServiceImpl.getArticleImages(long groupId)
           
 List<JournalArticleImage> JournalArticleImageLocalServiceImpl.getArticleImages(long groupId, String articleId, double version)
           
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type JournalArticleImage
 void JournalArticleImageLocalServiceImpl.deleteArticleImage(JournalArticleImage articleImage)
           
 

Uses of JournalArticleImage in com.liferay.portlet.journal.service.persistence
 

Methods in com.liferay.portlet.journal.service.persistence that return JournalArticleImage
static JournalArticleImage JournalArticleImageUtil.create(long articleImageId)
          Creates a new journal article image with the primary key.
 JournalArticleImage JournalArticleImagePersistence.create(long articleImageId)
          Creates a new journal article image with the primary key.
 JournalArticleImage JournalArticleImagePersistenceImpl.create(long articleImageId)
          Creates a new journal article image with the primary key.
static JournalArticleImage JournalArticleImageUtil.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 JournalArticleImagePersistence.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 JournalArticleImagePersistenceImpl.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.
static JournalArticleImage JournalArticleImageUtil.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 JournalArticleImagePersistence.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 JournalArticleImagePersistenceImpl.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.
static JournalArticleImage JournalArticleImageUtil.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 JournalArticleImagePersistence.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 JournalArticleImagePersistenceImpl.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 = ?.
static JournalArticleImage JournalArticleImageUtil.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 JournalArticleImagePersistence.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 JournalArticleImagePersistenceImpl.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 = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or returns null if it could not be found.
 JournalArticleImage JournalArticleImagePersistence.fetchByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or returns null if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.fetchByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or returns null if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the journal article image with the primary key or returns null if it could not be found.
static JournalArticleImage JournalArticleImageUtil.fetchByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.fetchByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.fetchByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.fetchByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.fetchByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.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 JournalArticleImagePersistence.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 JournalArticleImagePersistenceImpl.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.
static JournalArticleImage JournalArticleImageUtil.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 JournalArticleImagePersistence.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 JournalArticleImagePersistenceImpl.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 = ?.
static JournalArticleImage JournalArticleImageUtil.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 JournalArticleImagePersistence.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 JournalArticleImagePersistenceImpl.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 = ?.
static JournalArticleImage[] JournalArticleImageUtil.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 = ?.
 JournalArticleImage[] JournalArticleImagePersistence.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 = ?.
 JournalArticleImage[] JournalArticleImagePersistenceImpl.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 = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where groupId = ?.
static JournalArticleImage[] JournalArticleImageUtil.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 = ?.
 JournalArticleImage[] JournalArticleImagePersistence.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 = ?.
 JournalArticleImage[] JournalArticleImagePersistenceImpl.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 = ?.
static JournalArticleImage JournalArticleImageUtil.findByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistence.findByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByPrimaryKey(long articleImageId)
          Returns the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal article image with the primary key or throws a NoSuchModelException if it could not be found.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Returns the first journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Returns the last journal article image in the ordered set where tempImage = ?.
static JournalArticleImage[] JournalArticleImageUtil.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 = ?.
 JournalArticleImage[] JournalArticleImagePersistence.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 = ?.
 JournalArticleImage[] JournalArticleImagePersistenceImpl.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 = ?.
protected  JournalArticleImage JournalArticleImagePersistenceImpl.getByG_A_V_PrevAndNext(Session session, JournalArticleImage journalArticleImage, long groupId, String articleId, double version, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticleImage journalArticleImage, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.getByTempImage_PrevAndNext(Session session, JournalArticleImage journalArticleImage, boolean tempImage, OrderByComparator orderByComparator, boolean previous)
           
static JournalArticleImage JournalArticleImageUtil.remove(long articleImageId)
          Removes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImagePersistence.remove(long articleImageId)
          Removes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImagePersistenceImpl.remove(long articleImageId)
          Removes the journal article image with the primary key from the database.
 JournalArticleImage JournalArticleImagePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal article image with the primary key from the database.
static JournalArticleImage JournalArticleImageUtil.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.
 JournalArticleImage JournalArticleImagePersistence.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.
 JournalArticleImage JournalArticleImagePersistenceImpl.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.
protected  JournalArticleImage JournalArticleImagePersistenceImpl.removeImpl(JournalArticleImage journalArticleImage)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.toUnwrappedModel(JournalArticleImage journalArticleImage)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage, ServiceContext serviceContext)
           
static JournalArticleImage JournalArticleImageUtil.updateImpl(JournalArticleImage journalArticleImage)
           
 JournalArticleImage JournalArticleImagePersistence.updateImpl(JournalArticleImage journalArticleImage)
           
 JournalArticleImage JournalArticleImagePersistenceImpl.updateImpl(JournalArticleImage journalArticleImage)
           
 

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalArticleImage
static List<JournalArticleImage> JournalArticleImageUtil.findAll()
          Returns all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll()
          Returns all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findAll()
          Returns all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findAll(int start, int end)
          Returns a range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end)
          Returns a range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findAll(int start, int end)
          Returns a range of all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findByG_A_V(long groupId, String articleId, double version)
          Returns all the journal article images where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByG_A_V(long groupId, String articleId, double version)
          Returns all the journal article images where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByG_A_V(long groupId, String articleId, double version)
          Returns all the journal article images where groupId = ? and articleId = ? and version = ?.
static List<JournalArticleImage> JournalArticleImageUtil.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> JournalArticleImagePersistence.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> JournalArticleImagePersistenceImpl.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 = ?.
static List<JournalArticleImage> JournalArticleImageUtil.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 = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.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 = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.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 = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId)
          Returns all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId)
          Returns all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByGroupId(long groupId)
          Returns all the journal article images where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal article images where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage)
          Returns all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage)
          Returns all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByTempImage(boolean tempImage)
          Returns all the journal article images where tempImage = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage, int start, int end)
          Returns a range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage, int start, int end)
          Returns a range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByTempImage(boolean tempImage, int start, int end)
          Returns a range of all the journal article images where tempImage = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where tempImage = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<JournalArticleImage> JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<JournalArticleImage> JournalArticleImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalArticleImage
static void JournalArticleImageUtil.cacheResult(JournalArticleImage journalArticleImage)
          Caches the journal article image in the entity cache if it is enabled.
 void JournalArticleImagePersistence.cacheResult(JournalArticleImage journalArticleImage)
          Caches the journal article image in the entity cache if it is enabled.
 void JournalArticleImagePersistenceImpl.cacheResult(JournalArticleImage journalArticleImage)
          Caches the journal article image in the entity cache if it is enabled.
protected  void JournalArticleImagePersistenceImpl.cacheUniqueFindersCache(JournalArticleImage journalArticleImage)
           
static void JournalArticleImageUtil.clearCache(JournalArticleImage journalArticleImage)
           
 void JournalArticleImagePersistenceImpl.clearCache(JournalArticleImage journalArticleImage)
          Clears the cache for the journal article image.
protected  void JournalArticleImagePersistenceImpl.clearUniqueFindersCache(JournalArticleImage journalArticleImage)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.getByG_A_V_PrevAndNext(Session session, JournalArticleImage journalArticleImage, long groupId, String articleId, double version, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticleImage journalArticleImage, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.getByTempImage_PrevAndNext(Session session, JournalArticleImage journalArticleImage, boolean tempImage, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.removeImpl(JournalArticleImage journalArticleImage)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.toUnwrappedModel(JournalArticleImage journalArticleImage)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage, ServiceContext serviceContext)
           
static JournalArticleImage JournalArticleImageUtil.updateImpl(JournalArticleImage journalArticleImage)
           
 JournalArticleImage JournalArticleImagePersistence.updateImpl(JournalArticleImage journalArticleImage)
           
 JournalArticleImage JournalArticleImagePersistenceImpl.updateImpl(JournalArticleImage journalArticleImage)
           
 

Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalArticleImage
static void JournalArticleImageUtil.cacheResult(List<JournalArticleImage> journalArticleImages)
          Caches the journal article images in the entity cache if it is enabled.
 void JournalArticleImagePersistence.cacheResult(List<JournalArticleImage> journalArticleImages)
          Caches the journal article images in the entity cache if it is enabled.
 void JournalArticleImagePersistenceImpl.cacheResult(List<JournalArticleImage> journalArticleImages)
          Caches the journal article images in the entity cache if it is enabled.
 void JournalArticleImagePersistenceImpl.clearCache(List<JournalArticleImage> journalArticleImages)
           
 


Liferay 6.2-ce-ga5