Liferay 6.1.2-ce-ga3

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. Renamed to 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.service
 

Methods in com.liferay.portlet.journal.service that return JournalArticleImage
 JournalArticleImage JournalArticleImageLocalServiceWrapper.addJournalArticleImage(JournalArticleImage journalArticleImage)
          Adds the journal article image to the database.
 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.
 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.
 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.
 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)
           
 JournalArticleImage JournalArticleImageLocalService.fetchJournalArticleImage(long articleImageId)
           
static JournalArticleImage JournalArticleImageLocalServiceUtil.fetchJournalArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalServiceWrapper.getArticleImage(long articleImageId)
           
 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.
 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.
 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.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database or adds it if it does not yet exist.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database or adds it if it does not yet exist.
static JournalArticleImage JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          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)
           
 List<JournalArticleImage> JournalArticleImageLocalService.getArticleImages(long groupId)
           
static List<JournalArticleImage> JournalArticleImageLocalServiceUtil.getArticleImages(long groupId)
           
 List<JournalArticleImage> JournalArticleImageLocalServiceWrapper.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.
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.
 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)
           
 void JournalArticleImageLocalService.deleteArticleImage(JournalArticleImage articleImage)
           
static void JournalArticleImageLocalServiceUtil.deleteArticleImage(JournalArticleImage articleImage)
           
 JournalArticleImage JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 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.
 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.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database or adds it if it does not yet exist.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database or adds it if it does not yet exist.
static JournalArticleImage JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          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
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.
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.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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.
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.
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage, boolean merge)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage, boolean merge, ServiceContext serviceContext)
           
static JournalArticleImage JournalArticleImageUtil.updateImpl(JournalArticleImage journalArticleImage, boolean merge)
           
 JournalArticleImage JournalArticleImagePersistence.updateImpl(JournalArticleImage journalArticleImage, boolean merge)
           
 

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.
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.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
static void JournalArticleImageUtil.clearCache(JournalArticleImage journalArticleImage)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage, boolean merge)
           
static JournalArticleImage JournalArticleImageUtil.update(JournalArticleImage journalArticleImage, boolean merge, ServiceContext serviceContext)
           
static JournalArticleImage JournalArticleImageUtil.updateImpl(JournalArticleImage journalArticleImage, boolean merge)
           
 JournalArticleImage JournalArticleImagePersistence.updateImpl(JournalArticleImage journalArticleImage, boolean merge)
           
 

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.
 


Liferay 6.1.2-ce-ga3