Package no.nsd.qddt.domain.othermaterial
Interface OtherMaterialService
-
public interface OtherMaterialService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getFile(java.util.UUID root, java.lang.String fileName)
OtherMaterial
saveFile(org.springframework.web.multipart.MultipartFile multipartFile, java.util.UUID uuid)
-
-
-
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)
-
-