| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.billing.presenter | |
| biz.turnonline.ecosystem.widget.billing.view | |
| biz.turnonline.ecosystem.widget.purchase.presenter | |
| biz.turnonline.ecosystem.widget.purchase.view | |
| biz.turnonline.ecosystem.widget.shared.rest.billing |
Project model that mirrors turnonline-product-billing-client:0.42
|
| biz.turnonline.ecosystem.widget.shared.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
EditInvoicePresenter.IView.fill(List<Transaction> transactions)
Fills the transactions that are associated with this invoice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditInvoiceView.fill(List<Transaction> transactions) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoiceDetailsPresenter.IView.fill(List<Transaction> transactions)
Fills the transactions that are associated with this invoice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoiceDetailsView.fill(List<Transaction> transactions) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductBillingFacade.getTransactionById(Long transactionId,
SuccessCallback<Transaction> callback) |
void |
ProductBillingFacade.getTransactions(Long orderId,
Long invoiceId,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Transaction>> callback)
Searches for transaction that match the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ColumnTransactionReference.getValue(Transaction transaction) |
gwt.material.design.client.ui.MaterialButton |
ColumnTransactionActions.getValue(Transaction value) |
String |
ColumnTransactionAmount.getValue(Transaction object) |
String |
ColumnTransactionKey.getValue(Transaction object) |
gwt.material.design.client.ui.MaterialIcon |
ColumnTransactionPaymentMethod.getValue(Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transactions.fill(List<Transaction> transactions)
Fills the payment transactions to be listed in the table.
|
Copyright © 2023. All rights reserved.