Liferay 6.0.5

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 static String JournalPortletDataHandlerImpl.getArticleImagePath(PortletDataContext context, JournalArticle article, JournalArticleImage articleImage, Image image)
           
 

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()
           
 JournalArticleImage JournalArticleImageWrapper.toEscapedModel()
           
 JournalArticleImage JournalArticleImageModel.toEscapedModel()
          Gets a copy of this journal article image as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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

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 JournalArticleImageImpl
           
 

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

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.getArticleImage(long articleImageId)
           
static JournalArticleImage JournalArticleImageLocalServiceUtil.getArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalService.getArticleImage(long articleImageId)
           
 JournalArticleImage JournalArticleImageLocalServiceWrapper.getJournalArticleImage(long articleImageId)
          Gets the journal article image with the primary key.
static JournalArticleImage JournalArticleImageLocalServiceUtil.getJournalArticleImage(long articleImageId)
          Gets the journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalService.getJournalArticleImage(long articleImageId)
          Gets the journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database.
static JournalArticleImage JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database.
static JournalArticleImage JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database.
 

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.getJournalArticleImages(int start, int end)
          Gets a range of all the journal article images.
static List<JournalArticleImage> JournalArticleImageLocalServiceUtil.getJournalArticleImages(int start, int end)
          Gets a range of all the journal article images.
 List<JournalArticleImage> JournalArticleImageLocalService.getJournalArticleImages(int start, int end)
          Gets 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)
           
 void JournalArticleImageLocalServiceWrapper.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
static void JournalArticleImageLocalServiceUtil.deleteJournalArticleImage(JournalArticleImage journalArticleImage)
          Deletes the journal article image from the database.
 void 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.
static JournalArticleImage JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database.
 JournalArticleImage JournalArticleImageLocalServiceWrapper.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database.
static JournalArticleImage JournalArticleImageLocalServiceUtil.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database.
 JournalArticleImage JournalArticleImageLocalService.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database.
 

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.getJournalArticleImage(long articleImageId)
          Gets the journal article image with the primary key.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.updateJournalArticleImage(JournalArticleImage journalArticleImage)
          Updates the journal article image in the database.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database.
 

Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalArticleImage
 List<JournalArticleImage> JournalArticleImageLocalServiceBaseImpl.getJournalArticleImages(int start, int end)
          Gets 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.
 void 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.
 JournalArticleImage JournalArticleImageLocalServiceBaseImpl.updateJournalArticleImage(JournalArticleImage journalArticleImage, boolean merge)
          Updates the journal article image in the database.
 

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)
           
 

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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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.fetchByPrimaryKey(long articleImageId)
          Finds the journal article image with the primary key or returns null if it could not be found.
 JournalArticleImage JournalArticleImagePersistence.fetchByPrimaryKey(long articleImageId)
          Finds the journal article image with the primary key or returns null if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.fetchByPrimaryKey(long articleImageId)
          Finds the journal article image with the primary key or returns null if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the journal article image with the primary key or returns null 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article image in the ordered set where groupId = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal article image in the ordered set where groupId = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByGroupId_PrevAndNext(long articleImageId, long groupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the journal article images before and after the current journal article image in the ordered set where groupId = ?.
static JournalArticleImage JournalArticleImageUtil.findByPrimaryKey(long articleImageId)
          Finds the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistence.findByPrimaryKey(long articleImageId)
          Finds the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByPrimaryKey(long articleImageId)
          Finds the journal article image with the primary key or throws a NoSuchArticleImageException if it could not be found.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds 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)
          Finds the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Finds the first journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByTempImage_First(boolean tempImage, OrderByComparator orderByComparator)
          Finds the first journal article image in the ordered set where tempImage = ?.
static JournalArticleImage JournalArticleImageUtil.findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Finds the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistence.findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Finds the last journal article image in the ordered set where tempImage = ?.
 JournalArticleImage JournalArticleImagePersistenceImpl.findByTempImage_Last(boolean tempImage, OrderByComparator orderByComparator)
          Finds the last journal article image in the ordered set where tempImage = ?.
static JournalArticleImage[] JournalArticleImageUtil.findByTempImage_PrevAndNext(long articleImageId, boolean tempImage, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds 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(JournalArticleImage journalArticleImage)
           
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.
protected  JournalArticleImage JournalArticleImagePersistenceImpl.removeImpl(JournalArticleImage journalArticleImage)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.toUnwrappedModel(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)
           
 JournalArticleImage JournalArticleImagePersistenceImpl.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()
          Finds all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll()
          Finds all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findAll()
          Finds all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findAll(int start, int end)
          Finds a range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end)
          Finds a range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findAll(int start, int end)
          Finds a range of all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal article images.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal article images.
static List<JournalArticleImage> JournalArticleImageUtil.findByG_A_V(long groupId, String articleId, double version)
          Finds all the journal article images where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByG_A_V(long groupId, String articleId, double version)
          Finds all the journal article images where groupId = ? and articleId = ? and version = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByG_A_V(long groupId, String articleId, double version)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds 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)
          Finds an ordered range of all the journal article images where groupId = ? and articleId = ? and version = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId)
          Finds all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId)
          Finds all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByGroupId(long groupId)
          Finds all the journal article images where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal article images where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal article images where groupId = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal article images where groupId = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage)
          Finds all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage)
          Finds all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByTempImage(boolean tempImage)
          Finds all the journal article images where tempImage = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage, int start, int end)
          Finds a range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage, int start, int end)
          Finds a range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByTempImage(boolean tempImage, int start, int end)
          Finds a range of all the journal article images where tempImage = ?.
static List<JournalArticleImage> JournalArticleImageUtil.findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistence.findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal article images where tempImage = ?.
 List<JournalArticleImage> JournalArticleImagePersistenceImpl.findByTempImage(boolean tempImage, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
static void JournalArticleImageUtil.clearCache(JournalArticleImage journalArticleImage)
           
 void JournalArticleImagePersistenceImpl.clearCache(JournalArticleImage journalArticleImage)
          Clears the cache for the journal article image.
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(JournalArticleImage journalArticleImage)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.removeImpl(JournalArticleImage journalArticleImage)
           
protected  JournalArticleImage JournalArticleImagePersistenceImpl.toUnwrappedModel(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)
           
 JournalArticleImage JournalArticleImagePersistenceImpl.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.
 void JournalArticleImagePersistenceImpl.cacheResult(List<JournalArticleImage> journalArticleImages)
          Caches the journal article images in the entity cache if it is enabled.
 


Liferay 6.0.5