public interface FileService
Modifier and Type | Method and Description |
---|---|
NuclosFile |
newFile(java.io.File file) |
NuclosFile |
newFile(java.lang.String completeFilePath) |
NuclosFile |
newFile(java.lang.String fileName,
byte[] content) |
void |
print(NuclosFile file) |
void |
print(NuclosFile file,
PrintProperties printProperties) |
void |
print(NuclosFile file,
java.lang.String printerName) |
void |
save(NuclosFile file,
java.lang.String directory) |
NuclosFile |
toPdf(NuclosFile file) |
void print(NuclosFile file) throws BusinessException
BusinessException
void print(NuclosFile file, java.lang.String printerName) throws BusinessException
BusinessException
void print(NuclosFile file, PrintProperties printProperties) throws BusinessException
BusinessException
NuclosFile toPdf(NuclosFile file) throws BusinessException
BusinessException
void save(NuclosFile file, java.lang.String directory) throws BusinessException
BusinessException
NuclosFile newFile(java.lang.String fileName, byte[] content) throws BusinessException
BusinessException
NuclosFile newFile(java.io.File file) throws BusinessException
BusinessException
NuclosFile newFile(java.lang.String completeFilePath) throws BusinessException
BusinessException
Copyright © 2024. All rights reserved.