Interface TransferWritePlatformService
- All Known Implementing Classes:
TransferWritePlatformServiceJpaRepositoryImpl
public interface TransferWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultacceptClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultproposeAndAcceptClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultproposeClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultrejectClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResulttransferClientsBetweenGroups(Long sourceGroupId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) org.apache.fineract.infrastructure.core.data.CommandProcessingResultwithdrawClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
-
Method Details
-
transferClientsBetweenGroups
org.apache.fineract.infrastructure.core.data.CommandProcessingResult transferClientsBetweenGroups(Long sourceGroupId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) -
proposeClientTransfer
org.apache.fineract.infrastructure.core.data.CommandProcessingResult proposeClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) -
withdrawClientTransfer
org.apache.fineract.infrastructure.core.data.CommandProcessingResult withdrawClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) -
acceptClientTransfer
org.apache.fineract.infrastructure.core.data.CommandProcessingResult acceptClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) -
rejectClientTransfer
org.apache.fineract.infrastructure.core.data.CommandProcessingResult rejectClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand) -
proposeAndAcceptClientTransfer
org.apache.fineract.infrastructure.core.data.CommandProcessingResult proposeAndAcceptClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
-