Class InterestRateChartSlabWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestRateChartSlabWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
InterestRateChartSlabWritePlatformService
public class InterestRateChartSlabWritePlatformServiceJpaRepositoryImpl
extends Object
implements InterestRateChartSlabWritePlatformService
-
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.CommandProcessingResultdeleteChartSlab(Long chartSlabId, Long interestRateChartId) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdate(Long chartSlabId, Long interestRateChartId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
InterestRateChartSlabWritePlatformServiceJpaRepositoryImpl
public InterestRateChartSlabWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
create
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
createin interfaceInterestRateChartSlabWritePlatformService
-
update
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long chartSlabId, Long interestRateChartId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updatein interfaceInterestRateChartSlabWritePlatformService
-
deleteChartSlab
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteChartSlab(Long chartSlabId, Long interestRateChartId) - Specified by:
deleteChartSlabin interfaceInterestRateChartSlabWritePlatformService
-