Interface OtherMaterialService


  • public interface OtherMaterialService
    • Method Detail

      • saveFile

        OtherMaterial saveFile​(org.springframework.web.multipart.MultipartFile multipartFile,
                               java.util.UUID uuid)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getFile

        java.io.File getFile​(java.util.UUID root,
                             java.lang.String fileName)