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 -
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)
-
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:
addClientAddressin interfaceAddressWritePlatformService
-
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:
addNewClientAddressin interfaceAddressWritePlatformService
-
updateClientAddress
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateClientAddress(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateClientAddressin interfaceAddressWritePlatformService
-