Interface AddressWritePlatformService

All Known Implementing Classes:
AddressWritePlatformServiceImpl

public interface AddressWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    addClientAddress(Long clientId, Long addressTypeId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    addNewClientAddress(org.apache.fineract.portfolio.client.domain.Client client, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateClientAddress(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • addClientAddress

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult addClientAddress(Long clientId, Long addressTypeId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • addNewClientAddress

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult addNewClientAddress(org.apache.fineract.portfolio.client.domain.Client client, org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateClientAddress

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