Class SavingsAccountTemplateReadPlatformServiceImpl

java.lang.Object
org.apache.fineract.portfolio.savings.service.SavingsAccountTemplateReadPlatformServiceImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.savings.service.SavingsAccountTemplateReadPlatformService

public class SavingsAccountTemplateReadPlatformServiceImpl extends Object implements org.apache.fineract.portfolio.savings.service.SavingsAccountTemplateReadPlatformService
  • Constructor Summary

    Constructors
    Constructor
    Description
    SavingsAccountTemplateReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, ClientReadPlatformService clientReadPlatformService, GroupReadPlatformService groupReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingProductReadPlatformService, StaffReadPlatformService staffReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsDropdownReadPlatformService dropdownReadPlatformService, org.apache.fineract.portfolio.charge.service.ChargeReadPlatformService chargeReadPlatformService, EntityDatatableChecksReadService entityDatatableChecksReadService, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.portfolio.savings.data.SavingsAccountData
    retrieveTemplate(Long clientId, Long groupId, Long productId, boolean staffInSelectedOfficeOnly)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SavingsAccountTemplateReadPlatformServiceImpl

      public SavingsAccountTemplateReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, ClientReadPlatformService clientReadPlatformService, GroupReadPlatformService groupReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingProductReadPlatformService, StaffReadPlatformService staffReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsDropdownReadPlatformService dropdownReadPlatformService, org.apache.fineract.portfolio.charge.service.ChargeReadPlatformService chargeReadPlatformService, EntityDatatableChecksReadService entityDatatableChecksReadService, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator)
  • Method Details

    • retrieveTemplate

      public org.apache.fineract.portfolio.savings.data.SavingsAccountData retrieveTemplate(Long clientId, Long groupId, Long productId, boolean staffInSelectedOfficeOnly)
      Specified by:
      retrieveTemplate in interface org.apache.fineract.portfolio.savings.service.SavingsAccountTemplateReadPlatformService