public class AddTransferMethodPresenter extends java.lang.Object implements AddTransferMethodContract.Presenter
| Constructor and Description |
|---|
AddTransferMethodPresenter(AddTransferMethodContract.View view,
TransferMethodConfigurationRepository transferMethodConfigurationRepository,
TransferMethodRepository transferMethodRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
createTransferMethod(TransferMethod transferMethod) |
void |
handleUnmappedFieldError(java.util.Map<java.lang.String,?> fieldSet,
java.util.List<java.lang.Error> errors) |
void |
loadTransferMethodConfigurationFields(boolean forceUpdate,
java.lang.String country,
java.lang.String currency,
java.lang.String transferMethodType,
java.lang.String transferMethodProfileType) |
public AddTransferMethodPresenter(AddTransferMethodContract.View view, TransferMethodConfigurationRepository transferMethodConfigurationRepository, TransferMethodRepository transferMethodRepository)
public void createTransferMethod(TransferMethod transferMethod)
createTransferMethod in interface AddTransferMethodContract.Presenterpublic void loadTransferMethodConfigurationFields(boolean forceUpdate,
java.lang.String country,
java.lang.String currency,
java.lang.String transferMethodType,
java.lang.String transferMethodProfileType)
loadTransferMethodConfigurationFields in interface AddTransferMethodContract.Presenterpublic void handleUnmappedFieldError(java.util.Map<java.lang.String,?> fieldSet,
java.util.List<java.lang.Error> errors)
handleUnmappedFieldError in interface AddTransferMethodContract.Presenter