Interface RateWriteService
- All Known Implementing Classes:
RateWriteServiceImpl
public interface RateWriteService
Bowpi GT Created by Jose on 19/07/2017.
-
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)
-
Method Details
-
createRate
org.apache.fineract.infrastructure.core.data.CommandProcessingResult createRate(org.apache.fineract.infrastructure.core.api.JsonCommand command) -
updateRate
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateRate(Long rateId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-