Package no.nsd.qddt.domain.othermaterial
Interface OtherMaterialService
- 
 public interface OtherMaterialService
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilegetFile(java.util.UUID root, java.lang.String fileName)OtherMaterialsaveFile(org.springframework.web.multipart.MultipartFile multipartFile, java.util.UUID uuid)
 
- 
- 
- 
Method Detail- 
saveFileOtherMaterial saveFile(org.springframework.web.multipart.MultipartFile multipartFile, java.util.UUID uuid) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
getFilejava.io.File getFile(java.util.UUID root, java.lang.String fileName)
 
- 
 
-