Class EntityDatatableChecksReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.infrastructure.dataqueries.service.EntityDatatableChecksReadPlatformServiceImpl
- All Implemented Interfaces:
EntityDatatableChecksReadService
@Service
public class EntityDatatableChecksReadPlatformServiceImpl
extends Object
implements EntityDatatableChecksReadService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final classprotected final class -
Constructor Summary
ConstructorsConstructorDescriptionEntityDatatableChecksReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, EntityDatatableChecksRepository entityDatatableChecksRepository, org.apache.fineract.infrastructure.dataqueries.service.DatatableReadService datatableReadService, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingsProductReadPlatformService, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.service.Page<org.apache.fineract.infrastructure.dataqueries.data.EntityDataTableChecksData> retrieveAll(org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters, Integer status, String entity, Long productId) List<org.apache.fineract.infrastructure.dataqueries.data.DatatableData> retrieveTemplates(Integer status, String entity, Long productId)
-
Constructor Details
-
EntityDatatableChecksReadPlatformServiceImpl
public EntityDatatableChecksReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, EntityDatatableChecksRepository entityDatatableChecksRepository, org.apache.fineract.infrastructure.dataqueries.service.DatatableReadService datatableReadService, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingsProductReadPlatformService, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper)
-
-
Method Details
-
retrieveAll
public org.apache.fineract.infrastructure.core.service.Page<org.apache.fineract.infrastructure.dataqueries.data.EntityDataTableChecksData> retrieveAll(@NonNull org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters, Integer status, String entity, Long productId) - Specified by:
retrieveAllin interfaceEntityDatatableChecksReadService
-
retrieveTemplates
public List<org.apache.fineract.infrastructure.dataqueries.data.DatatableData> retrieveTemplates(Integer status, String entity, Long productId) - Specified by:
retrieveTemplatesin interfaceEntityDatatableChecksReadService
-
retrieveTemplate
- Specified by:
retrieveTemplatein interfaceEntityDatatableChecksReadService
-