Interface AddressWritePlatformService
- All Known Implementing Classes:
AddressWritePlatformServiceImpl
public interface AddressWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultaddClientAddress(Long clientId, Long addressTypeId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultaddNewClientAddress(org.apache.fineract.portfolio.client.domain.Client client, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateClientAddress(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
addClientAddress
-
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)
-