public class TransferMethodRepositoryImpl extends java.lang.Object implements TransferMethodRepository
TransferMethodRepository.DeactivateTransferMethodCallback, TransferMethodRepository.LoadTransferMethodCallback, TransferMethodRepository.LoadTransferMethodListCallback
Constructor and Description |
---|
TransferMethodRepositoryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
createTransferMethod(TransferMethod transferMethod,
TransferMethodRepository.LoadTransferMethodCallback callback)
Create transfer method
|
void |
deactivateTransferMethod(TransferMethod transferMethod,
TransferMethodRepository.DeactivateTransferMethodCallback callback)
Deactivate transfer method specified.
|
void |
loadLatestTransferMethod(TransferMethodRepository.LoadTransferMethodCallback callback)
Load latest transfer methods available, associated with current context
|
void |
loadTransferMethods(TransferMethodRepository.LoadTransferMethodListCallback callback)
Load transfer methods available, associated with current context
|
void |
updateTransferMethod(TransferMethod transferMethod,
TransferMethodRepository.LoadTransferMethodCallback callback)
Update transfer method specified.
|
public void createTransferMethod(TransferMethod transferMethod, TransferMethodRepository.LoadTransferMethodCallback callback)
TransferMethodRepository
createTransferMethod
in interface TransferMethodRepository
transferMethod
- Transfer Method Representationcallback
- @see TransferMethodRepository.LoadTransferMethodCallback
TransferMethodRepository.createTransferMethod(TransferMethod, LoadTransferMethodCallback)
public void loadTransferMethods(TransferMethodRepository.LoadTransferMethodListCallback callback)
TransferMethodRepository
loadTransferMethods
in interface TransferMethodRepository
callback
- @see TransferMethodRepository.LoadTransferMethodListCallback
TransferMethodRepository.loadLatestTransferMethod(LoadTransferMethodCallback)
public void updateTransferMethod(TransferMethod transferMethod, TransferMethodRepository.LoadTransferMethodCallback callback)
TransferMethodRepository
updateTransferMethod
in interface TransferMethodRepository
transferMethod
- transfer method to deactivate @see TransferMethod
callback
- @see TransferMethodRepository.DeactivateTransferMethodCallback
public void loadLatestTransferMethod(TransferMethodRepository.LoadTransferMethodCallback callback)
TransferMethodRepository
loadLatestTransferMethod
in interface TransferMethodRepository
callback
- @see TransferMethodRepository.LoadTransferMethodListCallback
TransferMethodRepository.loadLatestTransferMethod(LoadTransferMethodCallback)
public void deactivateTransferMethod(TransferMethod transferMethod, TransferMethodRepository.DeactivateTransferMethodCallback callback)
TransferMethodRepository
deactivateTransferMethod
in interface TransferMethodRepository
transferMethod
- transfer method to deactivate @see TransferMethod
callback
- @see TransferMethodRepository.DeactivateTransferMethodCallback
TransferMethodRepository.deactivateTransferMethod(TransferMethod, DeactivateTransferMethodCallback)