| Modifier and Type | Method and Description |
|---|---|
BankAccount |
MarkBankAccountAsPrimaryEvent.getBankAccount() |
BankAccount |
DeleteBankAccountEvent.getBankAccount() |
BankAccount |
SaveBankAccountEvent.getBankAccount() |
| Constructor and Description |
|---|
DeleteBankAccountEvent(BankAccount bankAccount) |
MarkBankAccountAsPrimaryEvent(BankAccount bankAccount) |
SaveBankAccountEvent(BankAccount bankAccount) |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsPresenter.IView.setBankAccounts(List<BankAccount> data) |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
BankAccountCard.getValue() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BankAccountCard.onDelete(BankAccount bankAccount) |
void |
BankAccountCard.setValue(BankAccount value) |
| Modifier and Type | Method and Description |
|---|---|
void |
BankAccountsPanel.setBankAccounts(List<BankAccount> bankAccounts) |
| Constructor and Description |
|---|
BankAccountCard(BankAccount bankAccount,
com.google.web.bindery.event.shared.EventBus bus) |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsView.setBankAccounts(List<BankAccount> data) |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
BankAccount.bank(Bank bank) |
BankAccount |
BankAccount.bic(String bic) |
BankAccount |
BankAccount.branch(String branch) |
BankAccount |
BankAccount.currency(String currency) |
BankAccount |
BankAccount.iban(String iban) |
BankAccount |
BankAccount.id(Long id) |
BankAccount |
BankAccount.name(String name) |
BankAccount |
BankAccount.primary(Boolean primary) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProcessorFacade.createBankAccount(BankAccount bankAccount,
FacadeCallback<BankAccount> callback) |
void |
PaymentProcessorFacade.updateBankAccount(Long bankAccountId,
BankAccount bankAccount,
FacadeCallback<BankAccount> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProcessorFacade.createBankAccount(BankAccount bankAccount,
FacadeCallback<BankAccount> callback) |
void |
PaymentProcessorFacade.findBankAccountById(Long bankAccountId,
FacadeCallback<BankAccount> callback) |
void |
PaymentProcessorFacade.findBankAccountById(String country,
FacadeCallback<BankAccount> callback) |
void |
PaymentProcessorFacade.getBankAccounts(Integer offset,
Integer limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<BankAccount>> callback) |
void |
PaymentProcessorFacade.markBankAccountAsPrimary(Long bankAccountId,
FacadeCallback<BankAccount> callback) |
void |
PaymentProcessorFacade.updateBankAccount(Long bankAccountId,
BankAccount bankAccount,
FacadeCallback<BankAccount> callback) |
Copyright © 2023. All rights reserved.