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 ImageAdds the image to the database.Adds the image to the database.ImageLocalService.createImage(long imageId) Creates a new image with the primary key.static ImageImageLocalServiceUtil.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 ImageImageLocalServiceUtil.deleteImage(long imageId) Deletes the image with the primary key from the database.static ImageImageLocalServiceUtil.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 ImageImageLocalServiceUtil.fetchImage(long imageId) ImageLocalServiceWrapper.fetchImage(long imageId) ImageLocalService.getCompanyLogo(long imageId) static ImageImageLocalServiceUtil.getCompanyLogo(long imageId) ImageLocalServiceWrapper.getCompanyLogo(long imageId) ImageLocalService.getImage(long imageId) Returns the image with the primary key.static ImageImageLocalServiceUtil.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 ImageImageServiceUtil.getImage(long imageId) ImageServiceWrapper.getImage(long imageId) ImageLocalService.getImageOrDefault(long imageId) static ImageImageLocalServiceUtil.getImageOrDefault(long imageId) ImageLocalServiceWrapper.getImageOrDefault(long imageId) ImageLocalService.moveImage(long imageId, byte[] bytes) static ImageImageLocalServiceUtil.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 ImageImageLocalServiceUtil.updateImage(long imageId, byte[] bytes) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, byte[])static ImageImageLocalServiceUtil.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 ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, byte[] bytes) static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, byte[] bytes, String type, int height, int width, int size) static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, File file) static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, InputStream inputStream) static ImageImageLocalServiceUtil.updateImage(long companyId, long imageId, InputStream inputStream, boolean cleanUpStream) static ImageImageLocalServiceUtil.updateImage(long imageId, File file) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, File)static ImageImageLocalServiceUtil.updateImage(long imageId, InputStream inputStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, InputStream)static ImageImageLocalServiceUtil.updateImage(long imageId, InputStream inputStream, boolean cleanUpStream) Deprecated.As of Cavanaugh (7.4.x), replaced byImageLocalServiceUtil.updateImage(long, long, InputStream, boolean)static ImageImageLocalServiceUtil.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 ImageAdds the image to the database.Adds the image to the database.ImageLocalService.deleteImage(Image image) Deletes the image from the database.static ImageImageLocalServiceUtil.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 ImageImageLocalServiceUtil.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 ImageImageUtil.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 ImageImageUtil.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 ImageImageUtil.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 returnsnullif it could not be found.static ImageImageUtil.fetchByPrimaryKey(long imageId) Returns the image with the primary key or returnsnullif it could not be found.ImagePersistence.findByLtSize_First(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.static ImageImageUtil.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 ImageImageUtil.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 aNoSuchImageExceptionif it could not be found.static ImageImageUtil.findByPrimaryKey(long imageId) Returns the image with the primary key or throws aNoSuchImageExceptionif it could not be found.ImagePersistence.remove(long imageId) Removes the image with the primary key from the database.static ImageImageUtil.remove(long imageId) Removes the image with the primary key from the database.static Imagestatic ImageImageUtil.update(Image image, ServiceContext serviceContext) ImagePersistence.updateImpl(Image image) static ImageImageUtil.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 TypeMethodDescriptionvoidImagePersistence.cacheResult(Image image) Caches the image in the entity cache if it is enabled.static voidImageUtil.cacheResult(Image image) Caches the image in the entity cache if it is enabled.static voidImageUtil.clearCache(Image image) static Imagestatic ImageImageUtil.update(Image image, ServiceContext serviceContext) ImagePersistence.updateImpl(Image image) static ImageImageUtil.updateImpl(Image image) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ImageModifier and TypeMethodDescriptionvoidImagePersistence.cacheResult(List<Image> images) Caches the images in the entity cache if it is enabled.static voidImageUtil.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 ImageImageUtil.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 ImageImageUtil.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 ImageImageUtil.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 ImageImageUtil.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[])