Interface TransferWritePlatformService

All Known Implementing Classes:
TransferWritePlatformServiceJpaRepositoryImpl

public interface TransferWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    acceptClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    proposeAndAcceptClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    proposeClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    rejectClientTransfer(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    transferClientsBetweenGroups(Long sourceGroupId, org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    withdrawClientTransfer(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)