Interface OrganisationCreditBureauWritePlatflormService
- All Known Implementing Classes:
OrganisationCreditBureauWritePlatflormServiceImpl
public interface OrganisationCreditBureauWritePlatflormService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultaddOrganisationCreditBureau(Long ocb_id, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateCreditBureau(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Method Details
-
addOrganisationCreditBureau
org.apache.fineract.infrastructure.core.data.CommandProcessingResult addOrganisationCreditBureau(Long ocb_id, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateCreditBureau
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCreditBureau(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-