| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.purchase.view | |
| biz.turnonline.ecosystem.widget.shared.rest | |
| biz.turnonline.ecosystem.widget.shared.rest.account | |
| biz.turnonline.ecosystem.widget.shared.rest.bill | |
| biz.turnonline.ecosystem.widget.shared.rest.billing |
Project model that mirrors turnonline-product-billing-client:0.42
|
| biz.turnonline.ecosystem.widget.shared.rest.payment | |
| biz.turnonline.ecosystem.widget.shared.rest.search | |
| biz.turnonline.ecosystem.widget.shared.ui |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BillScrollCallback.load(int offset,
int limit,
Date from,
Date to,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Bill>> callback) |
void |
BillScrollCallback.load(int offset,
int limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Bill>> callback) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SuccessOrAbsorbCallback<T>
Dedicated
SuccessCallback implementation for use cases
when redirect to Login page is not desired if there is an unauthorized service call. |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeBookCallback<T extends org.ctoolkit.gwt.client.facade.Items<T>> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends CodeBook> |
CodeBookRestFacade.getCodeBook(Class<T> codeBookClass,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<T>> callback) |
void |
CodeBookRestFacade.Retriever.retrieve(SuccessCallback<org.ctoolkit.gwt.client.facade.Items<T>> callback) |
| Constructor and Description |
|---|
CodeBookCallback(SuccessCallback<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStewardFacade.getContacts(String loginId,
Integer offset,
Integer limit,
Boolean company,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<ContactCard>> callback) |
void |
AccountStewardFacade.getCountries(String version,
String acceptLanguage,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Country>> callback) |
void |
AccountStewardFacade.getDomains(String loginId,
Integer limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Domain>> callback) |
void |
AccountStewardFacade.getFilteredDomains(String loginId,
Integer limit,
String type,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Domain>> callback) |
void |
AccountStewardFacade.getLegalForms(String version,
String acceptLanguage,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<LegalForm>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
BillFacade.getBills(Integer offset,
Integer limit,
String dateOfIssueFrom,
String dateOfIssueTo,
boolean lightList,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Bill>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductBillingFacade.calculate(Pricing pricing,
SuccessCallback<Pricing> callback) |
void |
ProductBillingFacade.getBillingUnits(String acceptLanguage,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<BillingUnit>> callback) |
void |
ProductBillingFacade.getCategories(String acceptLanguage,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Category>> callback) |
void |
ProductBillingFacade.getIncomingOrderInvoice(Long orderId,
Long invoiceId,
SuccessCallback<IncomingInvoice> 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.getOrders(Integer offset,
Integer limit,
boolean lightList,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Order>> callback) |
void |
ProductBillingFacade.getOrderStatus(Long orderId,
SuccessCallback<OrderStatus> callback) |
void |
ProductBillingFacade.getProducts(Integer offset,
Integer limit,
boolean lightList,
boolean calcPricingItems,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Product>> callback) |
void |
ProductBillingFacade.getPurchaseOrder(Long orderId,
Integer numberOf,
SuccessCallback<PurchaseOrder> callback) |
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.
|
void |
ProductBillingFacade.getVatRates(String domicile,
String acceptLanguage,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<VatRate>> callback) |
void |
ProductBillingFacade.listOrderIncomingInvoices(Long orderId,
Integer offset,
Integer limit,
boolean lightList,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<IncomingInvoice>> callback) |
void |
ProductBillingFacade.searchExpenses(Integer offset,
Integer limit,
boolean lightList,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Expense>> callback) |
void |
ProductBillingFacade.searchExpensesByOrder(Integer offset,
Integer limit,
boolean lightList,
Long orderId,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Expense>> callback) |
void |
ProductBillingFacade.searchPurchaseOrders(Integer offset,
Integer limit,
boolean lightList,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<PurchaseOrder>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProcessorFacade.findTransactionById(Long transactionId,
SuccessCallback<Transaction> callback) |
void |
PaymentProcessorFacade.getBankAccounts(Integer offset,
Integer limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<BankAccount>> callback) |
void |
PaymentProcessorFacade.getBankCodes(String acceptLanguage,
String country,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<BankCode>> callback) |
void |
PaymentProcessorFacade.getCategories(SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Category>> callback) |
void |
PaymentProcessorFacade.getCategoriesForTransaction(Long transactionId,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Category>> callback) |
void |
PaymentProcessorFacade.getTransactions(Integer offset,
Integer limit,
String operation,
String type,
String from,
String to,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Transaction>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFacade.getContacts(String query,
Integer offset,
Integer limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<SearchContact>> callback) |
void |
SearchFacade.getGlobal(String query,
Integer offset,
Integer limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<SearchGlobal>> callback) |
void |
SearchFacade.getProducts(String query,
Integer offset,
Integer limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<SearchProduct>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfiniteScroll.Callback.load(int offset,
int limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<T>> callback) |
Copyright © 2023. All rights reserved.