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
ConstructorsConstructorDescriptionSavingsAccountTemplateReadPlatformServiceImpl(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 TypeMethodDescriptionorg.apache.fineract.portfolio.savings.data.SavingsAccountDataretrieveTemplate(Long clientId, Long groupId, Long productId, boolean staffInSelectedOfficeOnly)
-
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:
retrieveTemplatein interfaceorg.apache.fineract.portfolio.savings.service.SavingsAccountTemplateReadPlatformService
-