Class InterestRateChartSlabReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestRateChartSlabReadPlatformServiceImpl
- All Implemented Interfaces:
InterestRateChartSlabReadPlatformService
public class InterestRateChartSlabReadPlatformServiceImpl
extends Object
implements InterestRateChartSlabReadPlatformService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData> retrieveAll(Long chartId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabDataretrieveOne(Long chartId, Long chartSlabId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabDataorg.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabDataretrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData chartSlab)
-
Constructor Details
-
InterestRateChartSlabReadPlatformServiceImpl
public InterestRateChartSlabReadPlatformServiceImpl()
-
-
Method Details
-
retrieveAll
public List<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData> retrieveAll(Long chartId) - Specified by:
retrieveAllin interfaceInterestRateChartSlabReadPlatformService
-
retrieveOne
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData retrieveOne(Long chartId, Long chartSlabId) - Specified by:
retrieveOnein interfaceInterestRateChartSlabReadPlatformService
-
retrieveWithTemplate
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData retrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData chartSlab) - Specified by:
retrieveWithTemplatein interfaceInterestRateChartSlabReadPlatformService
-
retrieveTemplate
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData retrieveTemplate()- Specified by:
retrieveTemplatein interfaceInterestRateChartSlabReadPlatformService
-