Class InterestRateChartWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestRateChartWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
InterestRateChartWritePlatformService
public class InterestRateChartWritePlatformServiceJpaRepositoryImpl
extends Object
implements InterestRateChartWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreate(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultdeleteChart(Long chartId) org.apache.fineract.infrastructure.core.data.CommandProcessingResult
-
Constructor Details
-
InterestRateChartWritePlatformServiceJpaRepositoryImpl
public InterestRateChartWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
create
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createin interfaceInterestRateChartWritePlatformService
-
update
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long interestRateChartId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updatein interfaceInterestRateChartWritePlatformService
-
deleteChart
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteChart(Long chartId) - Specified by:
deleteChartin interfaceInterestRateChartWritePlatformService
-