Uses of Interface
de.espirit.firstspirit.access.store.mediastore.Picture
Packages that use Picture
Package
Description
-
Uses of Picture in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return PictureModifier and TypeMethodDescriptionBinaryMedium.getPicture()Returns the picture of the binary medium. -
Uses of Picture in de.espirit.firstspirit.access.store.mediastore
Methods in de.espirit.firstspirit.access.store.mediastore that return PictureModifier and TypeMethodDescription@Nullable PictureMedia.getPicture(@Nullable Language language) Get the given media as aPictureobject in the language provided. -
Uses of Picture in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return PictureModifier and TypeMethodDescription@Nullable PicturePageLangSpec.getSiteMapPicture()Gets the sitemap picture of this pageref.Methods in de.espirit.firstspirit.access.store.sitestore with parameters of type PictureModifier and TypeMethodDescriptionvoidPageLangSpec.setSiteMapPicture(@Nullable Picture picture) Sets the sitemap picture for this pagereference. -
Uses of Picture in de.espirit.firstspirit.service.mediamanagement
Methods in de.espirit.firstspirit.service.mediamanagement with parameters of type PictureModifier and TypeMethodDescriptionvoidUploadHook.postProcess(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull Picture picture, long length) Hook method will be called on media upload AFTER the uploaded file is transmitted into the FirstSpirit-Server-Repository.voidUploadHook.preProcess(@NotNull BaseContext baseContext, @NotNull Media media, @NotNull Picture picture, Resolution resolution, @NotNull InputStream inputStream, long length) Hook method will be called on media upload BEFORE the uploaded file will be transmitted to the FirstSpirit-Server-Repository.