| Modifier and Type | Method and Description |
|---|---|
Invoice |
SaveInvoiceEvent.getInvoice() |
| Constructor and Description |
|---|
EditInvoiceEvent(Invoice invoice) |
InvoiceListEvent(Invoice from) |
SaveInvoiceEvent(Invoice invoice) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Invoices.getScrollspy(Invoice invoice) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditOrderPresenter.IView.lastInvoice(Invoice invoice)
Sets the invoice to be shown as a last issued invoice for this order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoicesPresenter.IView.setDataSource(InfiniteScroll.Callback<Invoice> callback) |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
InvoiceDetail.getInvoice()
Returns the current invoice model used to render this panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceDetail.bind(Invoice invoice) |
void |
InvoiceDetail.fill(Invoice invoice) |
| Constructor and Description |
|---|
InvoiceOverviewCard(Invoice invoice,
com.google.web.bindery.event.shared.EventBus bus) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditOrderView.lastInvoice(Invoice invoice) |
| Modifier and Type | Method and Description |
|---|---|
void |
InvoicesView.setDataSource(InfiniteScroll.Callback<Invoice> callback) |
| Modifier and Type | Method and Description |
|---|---|
List<Invoice> |
Order.getInvoices() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductBillingFacade.createInvoice(Invoice invoice,
FacadeCallback<Invoice> callback) |
void |
ProductBillingFacade.createOrderInvoice(Long orderId,
Invoice invoice,
FacadeCallback<Invoice> callback) |
void |
ProductBillingFacade.emailInvoice(Long orderId,
Long invoiceId,
Boolean sendInvoice,
String email,
Invoice invoice,
FacadeCallback<Invoice> callback) |
void |
ProductBillingFacade.sendInvoice(Long orderId,
Long invoiceId,
Boolean sendInvoice,
Invoice invoice,
FacadeCallback<Invoice> callback) |
void |
ProductBillingFacade.updateInvoice(Long orderId,
Long invoiceId,
Invoice invoice,
FacadeCallback<Invoice> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductBillingFacade.createInvoice(Invoice invoice,
FacadeCallback<Invoice> callback) |
void |
ProductBillingFacade.createOrderInvoice(Long orderId,
Invoice invoice,
FacadeCallback<Invoice> callback) |
void |
ProductBillingFacade.emailInvoice(Long orderId,
Long invoiceId,
Boolean sendInvoice,
String email,
Invoice invoice,
FacadeCallback<Invoice> callback) |
void |
ProductBillingFacade.findInvoiceById(Long orderId,
Long invoiceId,
FacadeCallback<Invoice> callback) |
void |
ProductBillingFacade.getInvoices(Integer offset,
Integer limit,
boolean lightList,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Invoice>> callback) |
void |
ProductBillingFacade.getOrderInvoices(Long orderId,
Integer offset,
Integer limit,
boolean lightList,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Invoice>> callback) |
void |
ProductBillingFacade.sendInvoice(Long orderId,
Long invoiceId,
Boolean sendInvoice,
Invoice invoice,
FacadeCallback<Invoice> callback) |
Order |
Order.setInvoices(List<Invoice> invoices) |
void |
ProductBillingFacade.updateInvoice(Long orderId,
Long invoiceId,
Invoice invoice,
FacadeCallback<Invoice> callback) |
Copyright © 2020. All rights reserved.