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)
TransferMethodRepositorycreateTransferMethod in interface TransferMethodRepositorytransferMethod - Transfer Method Representationcallback - @see TransferMethodRepository.LoadTransferMethodCallbackTransferMethodRepository.createTransferMethod(TransferMethod, LoadTransferMethodCallback)public void loadTransferMethods(TransferMethodRepository.LoadTransferMethodListCallback callback)
TransferMethodRepositoryloadTransferMethods in interface TransferMethodRepositorycallback - @see TransferMethodRepository.LoadTransferMethodListCallbackTransferMethodRepository.loadLatestTransferMethod(LoadTransferMethodCallback)public void updateTransferMethod(TransferMethod transferMethod,
TransferMethodRepository.LoadTransferMethodCallback callback)
TransferMethodRepositoryupdateTransferMethod in interface TransferMethodRepositorytransferMethod - transfer method to deactivate @see TransferMethodcallback - @see TransferMethodRepository.DeactivateTransferMethodCallbackpublic void loadLatestTransferMethod(TransferMethodRepository.LoadTransferMethodCallback callback)
TransferMethodRepositoryloadLatestTransferMethod in interface TransferMethodRepositorycallback - @see TransferMethodRepository.LoadTransferMethodListCallbackTransferMethodRepository.loadLatestTransferMethod(LoadTransferMethodCallback)public void deactivateTransferMethod(TransferMethod transferMethod,
TransferMethodRepository.DeactivateTransferMethodCallback callback)
TransferMethodRepositorydeactivateTransferMethod in interface TransferMethodRepositorytransferMethod - transfer method to deactivate @see TransferMethodcallback - @see TransferMethodRepository.DeactivateTransferMethodCallbackTransferMethodRepository.deactivateTransferMethod(TransferMethod, DeactivateTransferMethodCallback)