Uses of Interface
com.liferay.portal.kernel.model.Image
Packages that use Image
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of Image in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement ImageFields in com.liferay.portal.kernel.model with type parameters of type ImageMethods in com.liferay.portal.kernel.model that return ImageModifier and TypeMethodDescriptionImageModel.cloneWithOriginalValues()
ImageWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type ImageModifier and TypeMethodDescriptionImageWrapper.getAttributeGetterFunctions()
ImageWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type ImageConstructors in com.liferay.portal.kernel.model with parameters of type Image -
Uses of Image in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ImageModifier and TypeMethodDescriptionAdds the image to the database.static Image
Adds the image to the database.Adds the image to the database.ImageLocalService.createImage
(long imageId) Creates a new image with the primary key.static Image
ImageLocalServiceUtil.createImage
(long imageId) Creates a new image with the primary key.ImageLocalServiceWrapper.createImage
(long imageId) Creates a new image with the primary key.ImageLocalService.deleteImage
(long imageId) Deletes the image with the primary key from the database.ImageLocalService.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.static Image
ImageLocalServiceUtil.deleteImage
(Image image) Deletes the image from the database.ImageLocalServiceWrapper.deleteImage
(long imageId) Deletes the image with the primary key from the database.ImageLocalServiceWrapper.deleteImage
(Image image) Deletes the image from the database.ImageLocalService.fetchImage
(long imageId) static Image
ImageLocalServiceUtil.fetchImage
(long imageId) ImageLocalServiceWrapper.fetchImage
(long imageId) ImageLocalService.getCompanyLogo
(long imageId) static Image
ImageLocalServiceUtil.getCompanyLogo
(long imageId) ImageLocalServiceWrapper.getCompanyLogo
(long imageId) ImageLocalService.getImage
(long imageId) Returns the image with the primary key.static Image
ImageLocalServiceUtil.getImage
(long imageId) Returns the image with the primary key.ImageLocalServiceWrapper.getImage
(long imageId) Returns the image with the primary key.ImageService.getImage
(long imageId) static Image
ImageServiceUtil.getImage
(long imageId) ImageServiceWrapper.getImage
(long imageId) ImageLocalService.getImageOrDefault
(long imageId) static Image
ImageLocalServiceUtil.getImageOrDefault
(long imageId) ImageLocalServiceWrapper.getImageOrDefault
(long imageId) ImageLocalService.moveImage
(long imageId, byte[] bytes) static Image
ImageLocalServiceUtil.moveImage
(long imageId, byte[] bytes) ImageLocalServiceWrapper.moveImage
(long imageId, byte[] bytes) ImageLocalService.updateImage
(long imageId, byte[] bytes) Deprecated.ImageLocalService.updateImage
(long imageId, byte[] bytes, String type, int height, int width, int size) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, byte[], String, int, int, int)
ImageLocalService.updateImage
(long companyId, long imageId, byte[] bytes) ImageLocalService.updateImage
(long companyId, long imageId, byte[] bytes, String type, int height, int width, int size) ImageLocalService.updateImage
(long companyId, long imageId, File file) ImageLocalService.updateImage
(long companyId, long imageId, InputStream inputStream) ImageLocalService.updateImage
(long companyId, long imageId, InputStream inputStream, boolean cleanUpStream) ImageLocalService.updateImage
(long imageId, File file) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, File)
ImageLocalService.updateImage
(long imageId, InputStream inputStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, InputStream)
ImageLocalService.updateImage
(long imageId, InputStream inputStream, boolean cleanUpStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalService.updateImage(long, long, InputStream, boolean)
ImageLocalService.updateImage
(Image image) Updates the image in the database or adds it if it does not yet exist.static Image
ImageLocalServiceUtil.updateImage
(long imageId, byte[] bytes) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, byte[])
static Image
ImageLocalServiceUtil.updateImage
(long imageId, byte[] bytes, String type, int height, int width, int size) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, byte[], String, int, int, int)
static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, byte[] bytes) static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, byte[] bytes, String type, int height, int width, int size) static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, File file) static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, InputStream inputStream) static Image
ImageLocalServiceUtil.updateImage
(long companyId, long imageId, InputStream inputStream, boolean cleanUpStream) static Image
ImageLocalServiceUtil.updateImage
(long imageId, File file) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, File)
static Image
ImageLocalServiceUtil.updateImage
(long imageId, InputStream inputStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, InputStream)
static Image
ImageLocalServiceUtil.updateImage
(long imageId, InputStream inputStream, boolean cleanUpStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, InputStream, boolean)
static Image
ImageLocalServiceUtil.updateImage
(Image image) Updates the image in the database or adds it if it does not yet exist.ImageLocalServiceWrapper.updateImage
(long imageId, byte[] bytes) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, byte[])
ImageLocalServiceWrapper.updateImage
(long imageId, byte[] bytes, String type, int height, int width, int size) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, byte[], String, int, int, int)
ImageLocalServiceWrapper.updateImage
(long companyId, long imageId, byte[] bytes) ImageLocalServiceWrapper.updateImage
(long companyId, long imageId, byte[] bytes, String type, int height, int width, int size) ImageLocalServiceWrapper.updateImage
(long companyId, long imageId, File file) ImageLocalServiceWrapper.updateImage
(long companyId, long imageId, InputStream inputStream) ImageLocalServiceWrapper.updateImage
(long companyId, long imageId, InputStream inputStream, boolean cleanUpStream) ImageLocalServiceWrapper.updateImage
(long imageId, File file) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, File)
ImageLocalServiceWrapper.updateImage
(long imageId, InputStream inputStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, InputStream)
ImageLocalServiceWrapper.updateImage
(long imageId, InputStream inputStream, boolean cleanUpStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceWrapper.updateImage(long, long, InputStream, boolean)
ImageLocalServiceWrapper.updateImage
(Image image) Updates the image in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type ImageModifier and TypeMethodDescriptionImageLocalService.getCTPersistence()
ImageLocalServiceWrapper.getCTPersistence()
ImageLocalService.getImages()
ImageLocalService.getImages
(int start, int end) Returns a range of all the images.ImageLocalServiceUtil.getImages()
ImageLocalServiceUtil.getImages
(int start, int end) Returns a range of all the images.ImageLocalServiceWrapper.getImages()
ImageLocalServiceWrapper.getImages
(int start, int end) Returns a range of all the images.ImageLocalService.getImagesBySize
(int size) ImageLocalServiceUtil.getImagesBySize
(int size) ImageLocalServiceWrapper.getImagesBySize
(int size) ImageLocalService.getModelClass()
ImageLocalServiceWrapper.getModelClass()
Methods in com.liferay.portal.kernel.service with parameters of type ImageModifier and TypeMethodDescriptionAdds the image to the database.static Image
Adds the image to the database.Adds the image to the database.ImageLocalService.deleteImage
(Image image) Deletes the image from the database.static Image
ImageLocalServiceUtil.deleteImage
(Image image) Deletes the image from the database.ImageLocalServiceWrapper.deleteImage
(Image image) Deletes the image from the database.ImageLocalService.updateImage
(Image image) Updates the image in the database or adds it if it does not yet exist.static Image
ImageLocalServiceUtil.updateImage
(Image image) Updates the image in the database or adds it if it does not yet exist.ImageLocalServiceWrapper.updateImage
(Image image) Updates the image in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type ImageModifier and TypeMethodDescription<R,
E extends Throwable>
RImageLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Image>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RImageLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<Image>, R, E> updateUnsafeFunction) -
Uses of Image in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return ImageModifier and TypeMethodDescriptionImagePersistence.create
(long imageId) Creates a new image with the primary key.static Image
ImageUtil.create
(long imageId) Creates a new image with the primary key.ImagePersistence.fetchByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.static Image
ImageUtil.fetchByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.ImagePersistence.fetchByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.static Image
ImageUtil.fetchByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.ImagePersistence.fetchByPrimaryKey
(long imageId) Returns the image with the primary key or returnsnull
if it could not be found.static Image
ImageUtil.fetchByPrimaryKey
(long imageId) Returns the image with the primary key or returnsnull
if it could not be found.ImagePersistence.findByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.static Image
ImageUtil.findByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.ImagePersistence.findByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.static Image
ImageUtil.findByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.Image[]
ImagePersistence.findByLtSize_PrevAndNext
(long imageId, int size, OrderByComparator<Image> orderByComparator) Returns the images before and after the current image in the ordered set where size < ?.static Image[]
ImageUtil.findByLtSize_PrevAndNext
(long imageId, int size, OrderByComparator<Image> orderByComparator) Returns the images before and after the current image in the ordered set where size < ?.ImagePersistence.findByPrimaryKey
(long imageId) Returns the image with the primary key or throws aNoSuchImageException
if it could not be found.static Image
ImageUtil.findByPrimaryKey
(long imageId) Returns the image with the primary key or throws aNoSuchImageException
if it could not be found.ImagePersistence.remove
(long imageId) Removes the image with the primary key from the database.static Image
ImageUtil.remove
(long imageId) Removes the image with the primary key from the database.static Image
static Image
ImageUtil.update
(Image image, ServiceContext serviceContext) ImagePersistence.updateImpl
(Image image) static Image
ImageUtil.updateImpl
(Image image) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type ImageModifier and TypeMethodDescriptionstatic Map<Serializable,
Image> ImageUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) ImagePersistence.findAll()
Returns all the images.ImagePersistence.findAll
(int start, int end) Returns a range of all the images.ImagePersistence.findAll
(int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images.ImagePersistence.findAll
(int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images.ImageUtil.findAll()
Returns all the images.ImageUtil.findAll
(int start, int end) Returns a range of all the images.ImageUtil.findAll
(int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images.ImageUtil.findAll
(int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images.ImagePersistence.findByLtSize
(int size) Returns all the images where size < ?.ImagePersistence.findByLtSize
(int size, int start, int end) Returns a range of all the images where size < ?.ImagePersistence.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images where size < ?.ImagePersistence.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images where size < ?.ImageUtil.findByLtSize
(int size) Returns all the images where size < ?.ImageUtil.findByLtSize
(int size, int start, int end) Returns a range of all the images where size < ?.ImageUtil.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images where size < ?.ImageUtil.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images where size < ?.ImageUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) ImageUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) ImageUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Image> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type ImageModifier and TypeMethodDescriptionvoid
ImagePersistence.cacheResult
(Image image) Caches the image in the entity cache if it is enabled.static void
ImageUtil.cacheResult
(Image image) Caches the image in the entity cache if it is enabled.static void
ImageUtil.clearCache
(Image image) static Image
static Image
ImageUtil.update
(Image image, ServiceContext serviceContext) ImagePersistence.updateImpl
(Image image) static Image
ImageUtil.updateImpl
(Image image) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ImageModifier and TypeMethodDescriptionvoid
ImagePersistence.cacheResult
(List<Image> images) Caches the images in the entity cache if it is enabled.static void
ImageUtil.cacheResult
(List<Image> images) Caches the images in the entity cache if it is enabled.ImagePersistence.fetchByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.static Image
ImageUtil.fetchByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.ImagePersistence.fetchByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.static Image
ImageUtil.fetchByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.ImagePersistence.findAll
(int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images.ImagePersistence.findAll
(int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images.ImageUtil.findAll
(int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images.ImageUtil.findAll
(int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images.ImagePersistence.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images where size < ?.ImagePersistence.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images where size < ?.ImageUtil.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images where size < ?.ImageUtil.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images where size < ?.ImagePersistence.findByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.static Image
ImageUtil.findByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.ImagePersistence.findByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.static Image
ImageUtil.findByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.Image[]
ImagePersistence.findByLtSize_PrevAndNext
(long imageId, int size, OrderByComparator<Image> orderByComparator) Returns the images before and after the current image in the ordered set where size < ?.static Image[]
ImageUtil.findByLtSize_PrevAndNext
(long imageId, int size, OrderByComparator<Image> orderByComparator) Returns the images before and after the current image in the ordered set where size < ?.ImageUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Image> orderByComparator)
ImageLocalService.updateImage(long, long, byte[])