Class RateWriteServiceImpl
java.lang.Object
org.apache.fineract.portfolio.rate.service.RateWriteServiceImpl
- All Implemented Interfaces:
RateWriteService
Bowpi GT Created by Jose on 19/07/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateRate(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateRate(Long rateId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
RateWriteServiceImpl
public RateWriteServiceImpl()
-
-
Method Details
-
createRate
public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createRate(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createRatein interfaceRateWriteService
-
updateRate
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateRate(Long rateId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateRatein interfaceRateWriteService
-