public interface Hook
| Modifier and Type | Method and Description |
|---|---|
void |
deleteImage(Image image) |
byte[] |
getImageAsBytes(Image image) |
InputStream |
getImageAsStream(Image image) |
void |
updateImage(Image image,
String type,
byte[] bytes) |
void deleteImage(Image image) throws PortalException
PortalExceptionbyte[] getImageAsBytes(Image image) throws PortalException
PortalExceptionInputStream getImageAsStream(Image image) throws PortalException
PortalExceptionvoid updateImage(Image image, String type, byte[] bytes) throws PortalException
PortalException