Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.Image

Packages that use Image
com.liferay.portal.image   
com.liferay.portal.kernel.image   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.upgrade.v6_1_0   
com.liferay.portal.webserver This package defines the portal web server interfaces and classes. 
com.liferay.portlet.journal.lar   
com.liferay.portlet.journal.util   
 

Uses of Image in com.liferay.portal.image
 

Methods in com.liferay.portal.image with parameters of type Image
 void DatabaseHook.deleteImage(Image image)
           
 void FileSystemHook.deleteImage(Image image)
           
 void DLHook.deleteImage(Image image)
           
 byte[] DatabaseHook.getImageAsBytes(Image image)
           
 byte[] FileSystemHook.getImageAsBytes(Image image)
           
 byte[] DLHook.getImageAsBytes(Image image)
           
 InputStream DatabaseHook.getImageAsStream(Image image)
           
 InputStream FileSystemHook.getImageAsStream(Image image)
           
 InputStream DLHook.getImageAsStream(Image image)
           
 void DatabaseHook.updateImage(Image image, String type, byte[] bytes)
           
 void FileSystemHook.updateImage(Image image, String type, byte[] bytes)
           
 void DLHook.updateImage(Image image, String type, byte[] bytes)
           
 

Uses of Image in com.liferay.portal.kernel.image
 

Methods in com.liferay.portal.kernel.image with parameters of type Image
 void Hook.deleteImage(Image image)
           
 byte[] Hook.getImageAsBytes(Image image)
           
 InputStream Hook.getImageAsStream(Image image)
           
 void Hook.updateImage(Image image, String type, byte[] bytes)
           
 

Uses of Image in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar with parameters of type Image
protected  String LayoutExporter.getLayoutIconPath(PortletDataContext portletDataContext, Layout layout, Image image)
           
 

Uses of Image in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Image
 class ImageWrapper
           This class is a wrapper for Image.
 

Methods in com.liferay.portal.model that return Image
 Image ImageWrapper.getWrappedImage()
          Deprecated. Renamed to ImageWrapper.getWrappedModel()
 Image ImageWrapper.getWrappedModel()
           
 Image ImageModel.toEscapedModel()
           
 Image ImageWrapper.toEscapedModel()
           
 Image ImageModel.toUnescapedModel()
           
 Image ImageWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Image
 CacheModel<Image> ImageModel.toCacheModel()
           
 CacheModel<Image> ImageWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Image
 int ImageModel.compareTo(Image image)
           
 int ImageWrapper.compareTo(Image image)
           
static ImageSoap ImageSoap.toSoapModel(Image model)
           
static ImageSoap[] ImageSoap.toSoapModels(Image[] models)
           
static ImageSoap[][] ImageSoap.toSoapModels(Image[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Image
static ImageSoap[] ImageSoap.toSoapModels(List<Image> models)
           
 

Constructors in com.liferay.portal.model with parameters of type Image
ImageWrapper(Image image)
           
 

Uses of Image in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Image
 class ImageBaseImpl
          The extended model base implementation for the Image service.
 class ImageImpl
           
 

Methods in com.liferay.portal.model.impl that return Image
 Image ImageCacheModel.toEntityModel()
           
 Image ImageModelImpl.toEscapedModel()
           
static Image ImageModelImpl.toModel(ImageSoap soapModel)
          Converts the soap model instance into a normal model instance.
 Image ImageModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Image
 CacheModel<Image> ImageModelImpl.toCacheModel()
           
static List<Image> ImageModelImpl.toModels(ImageSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Image
 int ImageModelImpl.compareTo(Image image)
           
 

Uses of Image in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Image
static Image ImageLocalServiceUtil.addImage(Image image)
          Adds the image to the database.
 Image ImageLocalService.addImage(Image image)
          Adds the image to the database.
 Image ImageLocalServiceWrapper.addImage(Image image)
          Adds the image to the database.
static Image ImageLocalServiceUtil.createImage(long imageId)
          Creates a new image with the primary key.
 Image ImageLocalService.createImage(long imageId)
          Creates a new image with the primary key.
 Image ImageLocalServiceWrapper.createImage(long imageId)
          Creates a new image with the primary key.
static Image ImageLocalServiceUtil.deleteImage(Image image)
          Deletes the image from the database.
 Image ImageLocalService.deleteImage(Image image)
          Deletes the image from the database.
 Image ImageLocalServiceWrapper.deleteImage(Image image)
          Deletes the image from the database.
static Image ImageLocalServiceUtil.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
 Image ImageLocalService.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
 Image ImageLocalServiceWrapper.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
static Image ImageLocalServiceUtil.fetchImage(long imageId)
           
 Image ImageLocalService.fetchImage(long imageId)
           
 Image ImageLocalServiceWrapper.fetchImage(long imageId)
           
static Image ImageLocalServiceUtil.getCompanyLogo(long imageId)
           
 Image ImageLocalService.getCompanyLogo(long imageId)
           
 Image ImageLocalServiceWrapper.getCompanyLogo(long imageId)
           
static Image ImageLocalServiceUtil.getDefaultCompanyLogo()
           
 Image ImageLocalService.getDefaultCompanyLogo()
           
 Image ImageLocalServiceWrapper.getDefaultCompanyLogo()
           
static Image ImageLocalServiceUtil.getDefaultOrganizationLogo()
           
 Image ImageLocalService.getDefaultOrganizationLogo()
           
 Image ImageLocalServiceWrapper.getDefaultOrganizationLogo()
           
static Image ImageLocalServiceUtil.getDefaultSpacer()
           
 Image ImageLocalService.getDefaultSpacer()
           
 Image ImageLocalServiceWrapper.getDefaultSpacer()
           
static Image ImageLocalServiceUtil.getDefaultUserFemalePortrait()
           
 Image ImageLocalService.getDefaultUserFemalePortrait()
           
 Image ImageLocalServiceWrapper.getDefaultUserFemalePortrait()
           
static Image ImageLocalServiceUtil.getDefaultUserMalePortrait()
           
 Image ImageLocalService.getDefaultUserMalePortrait()
           
 Image ImageLocalServiceWrapper.getDefaultUserMalePortrait()
           
static Image ImageLocalServiceUtil.getImage(byte[] bytes)
           
 Image ImageLocalService.getImage(byte[] bytes)
           
 Image ImageLocalServiceWrapper.getImage(byte[] bytes)
           
static Image ImageLocalServiceUtil.getImage(File file)
           
 Image ImageLocalService.getImage(File file)
           
 Image ImageLocalServiceWrapper.getImage(File file)
           
static Image ImageLocalServiceUtil.getImage(InputStream is)
           
 Image ImageLocalService.getImage(InputStream is)
           
 Image ImageLocalServiceWrapper.getImage(InputStream is)
           
static Image ImageLocalServiceUtil.getImage(InputStream is, boolean cleanUpStream)
           
 Image ImageLocalService.getImage(InputStream is, boolean cleanUpStream)
           
 Image ImageLocalServiceWrapper.getImage(InputStream is, boolean cleanUpStream)
           
static Image ImageServiceUtil.getImage(long imageId)
           
 Image ImageService.getImage(long imageId)
           
static Image ImageLocalServiceUtil.getImage(long imageId)
          Returns the image with the primary key.
 Image ImageServiceWrapper.getImage(long imageId)
           
 Image ImageLocalService.getImage(long imageId)
          Returns the image with the primary key.
 Image ImageLocalServiceWrapper.getImage(long imageId)
          Returns the image with the primary key.
static Image ImageLocalServiceUtil.getImageOrDefault(long imageId)
           
 Image ImageLocalService.getImageOrDefault(long imageId)
           
 Image ImageLocalServiceWrapper.getImageOrDefault(long imageId)
           
static Image ImageLocalServiceUtil.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalService.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalServiceWrapper.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
static Image ImageLocalServiceUtil.updateImage(Image image, boolean merge)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalService.updateImage(Image image, boolean merge)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalServiceWrapper.updateImage(Image image, boolean merge)
          Updates the image in the database or adds it if it does not yet exist.
static Image ImageLocalServiceUtil.updateImage(long imageId, byte[] bytes)
           
 Image ImageLocalService.updateImage(long imageId, byte[] bytes)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, byte[] bytes)
           
static Image ImageLocalServiceUtil.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size)
           
 Image ImageLocalService.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size)
           
static Image ImageLocalServiceUtil.updateImage(long imageId, File file)
           
 Image ImageLocalService.updateImage(long imageId, File file)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, File file)
           
static Image ImageLocalServiceUtil.updateImage(long imageId, InputStream is)
           
 Image ImageLocalService.updateImage(long imageId, InputStream is)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, InputStream is)
           
static Image ImageLocalServiceUtil.updateImage(long imageId, InputStream is, boolean cleanUpStream)
           
 Image ImageLocalService.updateImage(long imageId, InputStream is, boolean cleanUpStream)
           
 Image ImageLocalServiceWrapper.updateImage(long imageId, InputStream is, boolean cleanUpStream)
           
 

Methods in com.liferay.portal.service that return types with arguments of type Image
static List<Image> ImageLocalServiceUtil.getImages()
           
 List<Image> ImageLocalService.getImages()
           
 List<Image> ImageLocalServiceWrapper.getImages()
           
static List<Image> ImageLocalServiceUtil.getImages(int start, int end)
          Returns a range of all the images.
 List<Image> ImageLocalService.getImages(int start, int end)
          Returns a range of all the images.
 List<Image> ImageLocalServiceWrapper.getImages(int start, int end)
          Returns a range of all the images.
static List<Image> ImageLocalServiceUtil.getImagesBySize(int size)
           
 List<Image> ImageLocalService.getImagesBySize(int size)
           
 List<Image> ImageLocalServiceWrapper.getImagesBySize(int size)
           
 

Methods in com.liferay.portal.service with parameters of type Image
static Image ImageLocalServiceUtil.addImage(Image image)
          Adds the image to the database.
 Image ImageLocalService.addImage(Image image)
          Adds the image to the database.
 Image ImageLocalServiceWrapper.addImage(Image image)
          Adds the image to the database.
static Image ImageLocalServiceUtil.deleteImage(Image image)
          Deletes the image from the database.
 Image ImageLocalService.deleteImage(Image image)
          Deletes the image from the database.
 Image ImageLocalServiceWrapper.deleteImage(Image image)
          Deletes the image from the database.
static Image ImageLocalServiceUtil.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalService.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalServiceWrapper.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
static Image ImageLocalServiceUtil.updateImage(Image image, boolean merge)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalService.updateImage(Image image, boolean merge)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalServiceWrapper.updateImage(Image image, boolean merge)
          Updates the image in the database or adds it if it does not yet exist.
 

Uses of Image in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Image
 Image ImageLocalServiceBaseImpl.addImage(Image image)
          Adds the image to the database.
 Image ImageLocalServiceBaseImpl.createImage(long imageId)
          Creates a new image with the primary key.
 Image ImageLocalServiceBaseImpl.deleteImage(Image image)
          Deletes the image from the database.
 Image ImageLocalServiceBaseImpl.deleteImage(long imageId)
          Deletes the image with the primary key from the database.
 Image ImageLocalServiceBaseImpl.fetchImage(long imageId)
           
 Image ImageLocalServiceBaseImpl.getImage(long imageId)
          Returns the image with the primary key.
 Image ImageLocalServiceBaseImpl.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalServiceBaseImpl.updateImage(Image image, boolean merge)
          Updates the image in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Image
 List<Image> ImageLocalServiceBaseImpl.getImages(int start, int end)
          Returns a range of all the images.
 

Methods in com.liferay.portal.service.base with parameters of type Image
 Image ImageLocalServiceBaseImpl.addImage(Image image)
          Adds the image to the database.
 Image ImageLocalServiceBaseImpl.deleteImage(Image image)
          Deletes the image from the database.
 Image ImageLocalServiceBaseImpl.updateImage(Image image)
          Updates the image in the database or adds it if it does not yet exist.
 Image ImageLocalServiceBaseImpl.updateImage(Image image, boolean merge)
          Updates the image in the database or adds it if it does not yet exist.
 

Uses of Image in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return Image
static Image ImageServiceHttp.getImage(HttpPrincipal httpPrincipal, long imageId)
           
 

Uses of Image in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Image
 Image ImageLocalServiceImpl.deleteImage(long imageId)
           
 Image ImageLocalServiceImpl.getCompanyLogo(long imageId)
           
 Image ImageLocalServiceImpl.getDefaultCompanyLogo()
           
 Image ImageLocalServiceImpl.getDefaultOrganizationLogo()
           
 Image ImageLocalServiceImpl.getDefaultSpacer()
           
 Image ImageLocalServiceImpl.getDefaultUserFemalePortrait()
           
 Image ImageLocalServiceImpl.getDefaultUserMalePortrait()
           
 Image ImageLocalServiceImpl.getImage(byte[] bytes)
           
 Image ImageLocalServiceImpl.getImage(File file)
           
 Image ImageLocalServiceImpl.getImage(InputStream is)
           
 Image ImageLocalServiceImpl.getImage(InputStream is, boolean cleanUpStream)
           
protected  Image ImageLocalServiceImpl.getImage(InputStream is, byte[] bytes)
           
protected  Image ImageLocalServiceImpl.getImage(InputStream is, byte[] bytes, boolean cleanUpStream)
           
 Image ImageServiceImpl.getImage(long imageId)
           
 Image ImageLocalServiceImpl.getImage(long imageId)
           
 Image ImageLocalServiceImpl.getImageOrDefault(long imageId)
           
 Image ImageLocalServiceImpl.updateImage(long imageId, byte[] bytes)
           
 Image ImageLocalServiceImpl.updateImage(long imageId, byte[] bytes, String type, int height, int width, int size)
           
 Image ImageLocalServiceImpl.updateImage(long imageId, File file)
           
 Image ImageLocalServiceImpl.updateImage(long imageId, InputStream is)
           
 Image ImageLocalServiceImpl.updateImage(long imageId, InputStream is, boolean cleanUpStream)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Image
 List<Image> ImageLocalServiceImpl.getImages()
           
 List<Image> ImageLocalServiceImpl.getImagesBySize(int size)
           
 

Uses of Image in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Image
static Image ImageUtil.create(long imageId)
          Creates a new image with the primary key.
 Image ImagePersistence.create(long imageId)
          Creates a new image with the primary key.
 Image ImagePersistenceImpl.create(long imageId)
          Creates a new image with the primary key.
static Image ImageUtil.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistence.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistenceImpl.fetchByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
static Image ImageUtil.fetchByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
 Image ImagePersistence.fetchByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
 Image ImagePersistenceImpl.fetchByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
static Image ImageUtil.fetchByPrimaryKey(long imageId)
          Returns the image with the primary key or returns null if it could not be found.
 Image ImagePersistence.fetchByPrimaryKey(long imageId)
          Returns the image with the primary key or returns null if it could not be found.
 Image ImagePersistenceImpl.fetchByPrimaryKey(long imageId)
          Returns the image with the primary key or returns null if it could not be found.
 Image ImagePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the image with the primary key or returns null if it could not be found.
static Image ImageUtil.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistence.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
 Image ImagePersistenceImpl.findByLtSize_First(int size, OrderByComparator orderByComparator)
          Returns the first image in the ordered set where size < ?.
static Image ImageUtil.findByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
 Image ImagePersistence.findByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
 Image ImagePersistenceImpl.findByLtSize_Last(int size, OrderByComparator orderByComparator)
          Returns the last image in the ordered set where size < ?.
static Image[] ImageUtil.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
 Image[] ImagePersistence.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
 Image[] ImagePersistenceImpl.findByLtSize_PrevAndNext(long imageId, int size, OrderByComparator orderByComparator)
          Returns the images before and after the current image in the ordered set where size < ?.
static Image ImageUtil.findByPrimaryKey(long imageId)
          Returns the image with the primary key or throws a NoSuchImageException if it could not be found.
 Image ImagePersistence.findByPrimaryKey(long imageId)
          Returns the image with the primary key or throws a NoSuchImageException if it could not be found.
 Image ImagePersistenceImpl.findByPrimaryKey(long imageId)
          Returns the image with the primary key or throws a NoSuchImageException if it could not be found.
 Image ImagePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the image with the primary key or throws a NoSuchModelException if it could not be found.
protected  Image ImagePersistenceImpl.getByLtSize_PrevAndNext(Session session, Image image, int size, OrderByComparator orderByComparator, boolean previous)
           
static Image ImageUtil.remove(long imageId)
          Removes the image with the primary key from the database.
 Image ImagePersistence.remove(long imageId)
          Removes the image with the primary key from the database.
 Image ImagePersistenceImpl.remove(long imageId)
          Removes the image with the primary key from the database.
 Image ImagePersistenceImpl.remove(Serializable primaryKey)
          Removes the image with the primary key from the database.
protected  Image ImagePersistenceImpl.removeImpl(Image image)
           
protected  Image ImagePersistenceImpl.toUnwrappedModel(Image image)
           
static Image ImageUtil.update(Image image, boolean merge)
           
static Image ImageUtil.update(Image image, boolean merge, ServiceContext serviceContext)
           
static Image ImageUtil.updateImpl(Image image, boolean merge)
           
 Image ImagePersistence.updateImpl(Image image, boolean merge)
           
 Image ImagePersistenceImpl.updateImpl(Image image, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Image
static List<Image> ImageUtil.findAll()
          Returns all the images.
 List<Image> ImagePersistence.findAll()
          Returns all the images.
 List<Image> ImagePersistenceImpl.findAll()
          Returns all the images.
static List<Image> ImageUtil.findAll(int start, int end)
          Returns a range of all the images.
 List<Image> ImagePersistence.findAll(int start, int end)
          Returns a range of all the images.
 List<Image> ImagePersistenceImpl.findAll(int start, int end)
          Returns a range of all the images.
static List<Image> ImageUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
 List<Image> ImagePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
 List<Image> ImagePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images.
static List<Image> ImageUtil.findByLtSize(int size)
          Returns all the images where size < ?.
 List<Image> ImagePersistence.findByLtSize(int size)
          Returns all the images where size < ?.
 List<Image> ImagePersistenceImpl.findByLtSize(int size)
          Returns all the images where size < ?.
static List<Image> ImageUtil.findByLtSize(int size, int start, int end)
          Returns a range of all the images where size < ?.
 List<Image> ImagePersistence.findByLtSize(int size, int start, int end)
          Returns a range of all the images where size < ?.
 List<Image> ImagePersistenceImpl.findByLtSize(int size, int start, int end)
          Returns a range of all the images where size < ?.
static List<Image> ImageUtil.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
 List<Image> ImagePersistence.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
 List<Image> ImagePersistenceImpl.findByLtSize(int size, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the images where size < ?.
static List<Image> ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Image> ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Image> ImageUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Image
static void ImageUtil.cacheResult(Image image)
          Caches the image in the entity cache if it is enabled.
 void ImagePersistence.cacheResult(Image image)
          Caches the image in the entity cache if it is enabled.
 void ImagePersistenceImpl.cacheResult(Image image)
          Caches the image in the entity cache if it is enabled.
static void ImageUtil.clearCache(Image image)
           
 void ImagePersistenceImpl.clearCache(Image image)
          Clears the cache for the image.
protected  Image ImagePersistenceImpl.getByLtSize_PrevAndNext(Session session, Image image, int size, OrderByComparator orderByComparator, boolean previous)
           
protected  Image ImagePersistenceImpl.removeImpl(Image image)
           
protected  Image ImagePersistenceImpl.toUnwrappedModel(Image image)
           
static Image ImageUtil.update(Image image, boolean merge)
           
static Image ImageUtil.update(Image image, boolean merge, ServiceContext serviceContext)
           
static Image ImageUtil.updateImpl(Image image, boolean merge)
           
 Image ImagePersistence.updateImpl(Image image, boolean merge)
           
 Image ImagePersistenceImpl.updateImpl(Image image, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Image
static void ImageUtil.cacheResult(List<Image> images)
          Caches the images in the entity cache if it is enabled.
 void ImagePersistence.cacheResult(List<Image> images)
          Caches the images in the entity cache if it is enabled.
 void ImagePersistenceImpl.cacheResult(List<Image> images)
          Caches the images in the entity cache if it is enabled.
 void ImagePersistenceImpl.clearCache(List<Image> images)
           
 

Uses of Image in com.liferay.portal.upgrade.v6_1_0
 

Methods in com.liferay.portal.upgrade.v6_1_0 with parameters of type Image
protected  void UpgradeImageGallery.migrateFile(long repositoryId, long companyId, String name, Image image)
           
 

Uses of Image in com.liferay.portal.webserver
 

Methods in com.liferay.portal.webserver that return Image
protected  Image WebServerServlet.convertFileEntry(boolean smallImage, FileEntry fileEntry)
           
protected  Image WebServerServlet.getDefaultImage(javax.servlet.http.HttpServletRequest request, long imageId)
           
protected  Image WebServerServlet.getImage(javax.servlet.http.HttpServletRequest request, boolean getDefault)
           
protected  Image WebServerServlet.getUserPortraitImageResized(Image image, long imageId)
           
 

Methods in com.liferay.portal.webserver with parameters of type Image
protected  byte[] WebServerServlet.getImageBytes(javax.servlet.http.HttpServletRequest request, Image image)
           
protected  Image WebServerServlet.getUserPortraitImageResized(Image image, long imageId)
           
protected  void WebServerServlet.writeImage(Image image, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

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

Methods in com.liferay.portlet.journal.lar with parameters of type Image
protected static String JournalPortletDataHandlerImpl.getArticleImagePath(PortletDataContext portletDataContext, JournalArticle article, JournalArticleImage articleImage, Image image)
           
 

Uses of Image in com.liferay.portlet.journal.util
 

Methods in com.liferay.portlet.journal.util that return Image
static Image JournalRSSUtil.getImage(String url)
           
 


Liferay 6.1.2-ce-ga3