Project

General

Profile

« Previous | Next » 

Revision 47260

View differences:

InvoiceManager.java
17 17

  
18 18
	public Invoice getInvoice(String invoiceId) throws ManagerException;
19 19

  
20
	void uploadInvoice(String invoiceId, String mimetype, InputStream invoice) throws ManagerException;
20
	Invoice uploadInvoice(String invoiceId, String mimetype, InputStream invoice) throws ManagerException;
21 21

  
22 22
	public InvoiceFile downloadInvoice(String invoiceId) throws ManagerException;
23 23
}

Also available in: Unified diff