| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.billing.event | |
| biz.turnonline.ecosystem.widget.billing.place | |
| biz.turnonline.ecosystem.widget.billing.presenter | |
| biz.turnonline.ecosystem.widget.billing.ui | |
| biz.turnonline.ecosystem.widget.billing.view | |
| biz.turnonline.ecosystem.widget.shared.rest.billing |
Project model that mirrors turnonline-product-billing-client:0.42
|
| 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 |
|---|---|
protected void |
EditInvoiceView.afterSetModel(Invoice invoice) |
protected void |
EditInvoiceView.beforeGetModel(Invoice invoice) |
void |
EditOrderView.lastInvoice(Invoice invoice) |
| Modifier and Type | Method and Description |
|---|---|
void |
InvoicesView.setDataSource(InfiniteScroll.Callback<Invoice> callback) |
| Modifier and Type | Method and Description |
|---|---|
Invoice |
Invoice.setCreatedDate(Date createdDate) |
Invoice |
Invoice.setCurrency(String currency) |
Invoice |
Invoice.setCustomer(Customer customer) |
Invoice |
Invoice.setDateOfIssue(Date dateOfIssue) |
Invoice |
Invoice.setDateOfTaxable(Date dateOfTaxable) |
Invoice |
Invoice.setFinalText(String finalText) |
Invoice |
Invoice.setId(Long id) |
Invoice |
Invoice.setIntroductoryText(String introductoryText) |
Invoice |
Invoice.setInvoiceNumber(String invoiceNumber) |
Invoice |
Invoice.setModificationDate(Date modificationDate) |
Invoice |
Invoice.setNumberSeries(NumberSeries numberSeries) |
Invoice |
Invoice.setOrderId(Long orderId) |
Invoice |
Invoice.setPayment(BillPayment payment) |
Invoice |
Invoice.setPin(String pin) |
Invoice |
Invoice.setPricing(BillPricing pricing) |
Invoice |
Invoice.setServingUrl(String servingUrl) |
Invoice |
Invoice.setStatus(String status) |
Invoice |
Invoice.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<Invoice> |
Order.getInvoices()
List of already issued invoices based on this Order, where number of records is limited by value from the query parameter.
|
| 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 © 2023. All rights reserved.