Uses of Class
io.meeds.notes.model.NoteFeaturedImage
Packages that use NoteFeaturedImage
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of NoteFeaturedImage in io.meeds.notes.rest.utils
Methods in io.meeds.notes.rest.utils that return NoteFeaturedImageModifier and TypeMethodDescriptionstatic NoteFeaturedImageEntityBuilder.toNoteFeaturedImage(FeaturedImageEntity featuredImageEntity) -
Uses of NoteFeaturedImage in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return NoteFeaturedImageModifier and TypeMethodDescriptionNoteService.getNoteFeaturedImageInfo(Long noteId, String lang, boolean isDraft, String thumbnailSize, long userIdentityId) Get Note featured Image by its given idMethods in org.exoplatform.wiki.service with parameters of type NoteFeaturedImageModifier and TypeMethodDescriptionNoteService.saveNoteFeaturedImage(Page note, NoteFeaturedImage featuredImage) Saves Note featured Image -
Uses of NoteFeaturedImage in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return NoteFeaturedImageModifier and TypeMethodDescriptionNoteServiceImpl.getNoteFeaturedImageInfo(Long noteId, String lang, boolean isDraft, String thumbnailSize, long userIdentityId) Get Note featured Image by its given idMethods in org.exoplatform.wiki.service.impl with parameters of type NoteFeaturedImageModifier and TypeMethodDescriptionNoteServiceImpl.saveNoteFeaturedImage(Page note, NoteFeaturedImage featuredImage) Saves Note featured Image