Class AddressWritePlatformServiceImpl

java.lang.Object
org.apache.fineract.portfolio.address.service.AddressWritePlatformServiceImpl
All Implemented Interfaces:
AddressWritePlatformService

@Service public class AddressWritePlatformServiceImpl extends Object implements AddressWritePlatformService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AddressWritePlatformServiceImpl

      public AddressWritePlatformServiceImpl()
  • Method Details

    • addClientAddress

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult addClientAddress(Long clientId, Long addressTypeId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      addClientAddress in interface AddressWritePlatformService
    • addNewClientAddress

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult addNewClientAddress(org.apache.fineract.portfolio.client.domain.Client client, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      addNewClientAddress in interface AddressWritePlatformService
    • updateClientAddress

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateClientAddress(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateClientAddress in interface AddressWritePlatformService