Class OrganisationCreditBureauWritePlatflormServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.creditbureau.service.OrganisationCreditBureauWritePlatflormServiceImpl
- All Implemented Interfaces:
OrganisationCreditBureauWritePlatflormService
@Service
public class OrganisationCreditBureauWritePlatflormServiceImpl
extends Object
implements OrganisationCreditBureauWritePlatflormService
-
Constructor Summary
ConstructorsConstructorDescriptionOrganisationCreditBureauWritePlatflormServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, OrganisationCreditBureauRepository organisationCreditBureauRepository, CreditBureauRepository creditBureauRepository, CreditBureauCommandFromApiJsonDeserializer fromApiJsonDeserializer) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultaddOrganisationCreditBureau(Long creditBureauId, org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateCreditBureau(org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
OrganisationCreditBureauWritePlatflormServiceImpl
@Autowired public OrganisationCreditBureauWritePlatflormServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, OrganisationCreditBureauRepository organisationCreditBureauRepository, CreditBureauRepository creditBureauRepository, CreditBureauCommandFromApiJsonDeserializer fromApiJsonDeserializer)
-
-
Method Details
-
addOrganisationCreditBureau
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult addOrganisationCreditBureau(Long creditBureauId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
addOrganisationCreditBureauin interfaceOrganisationCreditBureauWritePlatflormService
-
updateCreditBureau
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCreditBureau(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateCreditBureauin interfaceOrganisationCreditBureauWritePlatflormService
-