Package io.meeds.layout.util
Class DatabindUtils
java.lang.Object
io.meeds.layout.util.DatabindUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildBackgroundUrl(String objectId, org.exoplatform.social.attachment.model.ObjectAttachmentDetail attachment) static FilegetIllustrationFile(byte[] data) static voidretrieveBackgroundImages(LayoutModel layout, org.exoplatform.commons.file.services.FileService fileService) static voidsaveAppBackgroundImages(long pageTemplateId, LayoutModel layout, org.exoplatform.social.attachment.AttachmentService attachmentService, long userIdentityId)
-
Method Details
-
retrieveBackgroundImages
public static void retrieveBackgroundImages(LayoutModel layout, org.exoplatform.commons.file.services.FileService fileService) -
saveAppBackgroundImages
public static void saveAppBackgroundImages(long pageTemplateId, LayoutModel layout, org.exoplatform.social.attachment.AttachmentService attachmentService, long userIdentityId) -
buildBackgroundUrl
-
getIllustrationFile
-