public interface ImageTool
| Modifier and Type | Method and Description |
|---|---|
Image |
getDefaultCompanyLogo() |
Image |
getDefaultOrganizationLogo() |
Image |
getDefaultUserFemalePortrait() |
Image |
getDefaultUserMalePortrait() |
Image |
getImage(InputStream in) |
Image |
getImage(long imageId) |
Image |
newImage() |
Image |
updateUserPortrait(Image image,
long imageId) |
Image newImage()
Image getImage(InputStream in) throws LiferayException, IOException
LiferayExceptionIOExceptionImage getImage(long imageId) throws LiferayException
LiferayExceptionImage getDefaultCompanyLogo()
Image getDefaultOrganizationLogo()
Image getDefaultUserFemalePortrait()
Image getDefaultUserMalePortrait()
Image updateUserPortrait(Image image, long imageId) throws LiferayException
LiferayExceptionCopyright © 2013–2020 mklinger GmbH. All rights reserved.