Interface CreditBureauLoanProductMappingWritePlatformService
- All Known Implementing Classes:
CreditBureauLoanProductMappingWritePlatformServiceImpl
public interface CreditBureauLoanProductMappingWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultaddCreditBureauLoanProductMapping(Long creditBureauId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateCreditBureauLoanProductMapping(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
addCreditBureauLoanProductMapping
org.apache.fineract.infrastructure.core.data.CommandProcessingResult addCreditBureauLoanProductMapping(Long creditBureauId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateCreditBureauLoanProductMapping
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCreditBureauLoanProductMapping(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-