Projekt

Obecné

Profil

Stáhnout (278 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
package cz.zcu.yamanager.business;
2

    
3
import cz.zcu.yamanager.ws.rest.RESTFullException;
4

    
5
public interface FileService {
6

    
7
    FileImportResult parseXLSFile(String fileName, byte[] bytes) throws RESTFullException;
8

    
9
    FileExportResult createPDFFile() throws RESTFullException;
10

    
11
}
(4-4/6)