Interface ClientIdentifierWritePlatformService
- All Known Implementing Classes:
ClientIdentifierWritePlatformServiceJpaRepositoryImpl
public interface ClientIdentifierWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultaddClientIdentifier(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteClientIdentifier(Long clientId, Long clientIdentifierId, Long commandId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateClientIdentifier(Long clientId, Long clientIdentifierId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
addClientIdentifier
org.apache.fineract.infrastructure.core.data.CommandProcessingResult addClientIdentifier(Long clientId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateClientIdentifier
-
deleteClientIdentifier
-