Liferay 6.1.2-ce-ga3

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

Packages that use Image
com.liferay.portal.kernel.image   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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.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.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.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.
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 < ?.
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 < ?.
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.
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 < ?.
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 < ?.
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 < ?.
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.
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.
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)
           
 

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.
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.
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.
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 < ?.
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 < ?.
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 < ?.
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.
static void ImageUtil.clearCache(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)
           
 

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.
 


Liferay 6.1.2-ce-ga3