Liferay 6.2.0

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

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

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()
           
abstract  JournalArticleImage JournalArticleImageModel.toEscapedModel()
           
 JournalArticleImage JournalArticleImageWrapper.toEscapedModel()
           
abstract  JournalArticleImage JournalArticleImageModel.toUnescapedModel()
           
 JournalArticleImage JournalArticleImageWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.journal.model with parameters of type JournalArticleImage
abstract  int JournalArticleImageModel.compareTo(JournalArticleImage journalArticleImage)
           
 int JournalArticleImageWrapper.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.service
 

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

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

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.
abstract  JournalArticleImage JournalArticleImageLocalService.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.
 void JournalArticleImageLocalServiceWrapper.deleteArticleImage(JournalArticleImage articleImage)
           
abstract  void JournalArticleImageLocalService.deleteArticleImage(JournalArticleImage articleImage)
           
static void JournalArticleImageLocalServiceUtil.deleteArticleImage(JournalArticleImage articleImage)
           
 JournalArticleImage JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
abstract  JournalArticleImage JournalArticleImageLocalService.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 JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database or adds it if it does not yet exist.
abstract  JournalArticleImage JournalArticleImageLocalService.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.
 

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

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

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalArticleImage
abstract  List<JournalArticleImage> JournalArticleImagePersistence.findAll()
          Returns all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findAll()
          Returns all the journal article images.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end)
          Returns a range of all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findAll(int start, int end)
          Returns a range of all the journal article images.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.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)
          Returns all the journal article images where groupId = ? and articleId = ? and version = ?.
abstract  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 = ?.
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 = ?.
abstract  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 = ?.
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 = ?.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId)
          Returns all the journal article images where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId)
          Returns all the journal article images where groupId = ?.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.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)
          Returns a range of all the journal article images where groupId = ?.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.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.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article images where groupId = ?.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage)
          Returns all the journal article images where tempImage = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage)
          Returns all the journal article images where tempImage = ?.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.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)
          Returns a range of all the journal article images where tempImage = ?.
abstract  List<JournalArticleImage> JournalArticleImagePersistence.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.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
abstract  void JournalArticleImagePersistence.cacheResult(JournalArticleImage journalArticleImage)
          Caches the journal article image in the entity cache if it is enabled.
static void JournalArticleImageUtil.cacheResult(JournalArticleImage journalArticleImage)
          Caches the journal article image in the entity cache if it is enabled.
static void JournalArticleImageUtil.clearCache(JournalArticleImage journalArticleImage)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage, ServiceContext serviceContext)
           
abstract  JournalArticleImage JournalArticleImagePersistence.updateImpl(JournalArticleImage journalArticleImage)
           
static JournalArticleImage JournalArticleImageUtil.updateImpl(JournalArticleImage journalArticleImage)
           
 

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


Liferay 6.2.0