public static interface EditInvoicePresenter.IView extends org.ctoolkit.gwt.client.view.IView<Invoice>
| Modifier and Type | Method and Description |
|---|---|
void |
downloadInvoice(String url)
Downloads invoice PDF from the specified URL.
|
void |
setStatus(Invoice.Status status)
Sets the current invoice status.
|
void |
update(Pricing pricing)
Updates the order's pricing (details and items) UI by recalculated price.
|
void downloadInvoice(@Nonnull String url)
url - the full path to the invoice PDFvoid update(@Nonnull Pricing pricing)
pricing - the recalculated pricevoid setStatus(@Nonnull Invoice.Status status)
status - the current status to be setCopyright © 2020. All rights reserved.