Interface ClientWritePlatformService

All Known Implementing Classes:
ClientWritePlatformServiceJpaRepositoryImpl

public interface ClientWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    activateClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    assignClientStaff(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    closeClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createClient(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteClient(Long clientId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    reActivateClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    rejectClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    unassignClientStaff(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    undoRejection(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    undoWithdrawal(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateDefaultSavingsAccount(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    withdrawClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createClient

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createClient(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateClient

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • activateClient

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult activateClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteClient

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteClient(Long clientId)
    • unassignClientStaff

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult unassignClientStaff(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • closeClient

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult closeClient(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • assignClientStaff

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult assignClientStaff(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateDefaultSavingsAccount

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateDefaultSavingsAccount(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • rejectClient

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult rejectClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • withdrawClient

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult withdrawClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • reActivateClient

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult reActivateClient(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • undoRejection

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoRejection(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • undoWithdrawal

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoWithdrawal(Long entityId, org.apache.fineract.infrastructure.core.api.JsonCommand command)