Class SavingsAccountTransactionsSearchServiceImpl

java.lang.Object
org.apache.fineract.portfolio.savings.service.search.SavingsAccountTransactionsSearchServiceImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.savings.service.search.SavingsAccountTransactionSearchService

@Transactional(readOnly=true) public class SavingsAccountTransactionsSearchServiceImpl extends Object implements org.apache.fineract.portfolio.savings.service.search.SavingsAccountTransactionSearchService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<com.google.gson.JsonObject>
    queryAdvanced(Long savingsId, org.apache.fineract.infrastructure.core.service.PagedLocalRequest<org.apache.fineract.portfolio.search.data.AdvancedQueryRequest> pagedRequest)
     
    org.springframework.data.domain.Page<org.apache.fineract.portfolio.savings.data.SavingsAccountTransactionData>
    searchTransactions(Long savingsId, org.apache.fineract.portfolio.search.data.TransactionSearchRequest searchParameters)
     

    Methods inherited from class java.lang.Object

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

    • SavingsAccountTransactionsSearchServiceImpl

      public SavingsAccountTransactionsSearchServiceImpl()
  • Method Details

    • searchTransactions

      public org.springframework.data.domain.Page<org.apache.fineract.portfolio.savings.data.SavingsAccountTransactionData> searchTransactions(@NonNull Long savingsId, @NonNull org.apache.fineract.portfolio.search.data.TransactionSearchRequest searchParameters)
      Specified by:
      searchTransactions in interface org.apache.fineract.portfolio.savings.service.search.SavingsAccountTransactionSearchService
    • queryAdvanced

      public org.springframework.data.domain.Page<com.google.gson.JsonObject> queryAdvanced(@NonNull Long savingsId, @NonNull org.apache.fineract.infrastructure.core.service.PagedLocalRequest<org.apache.fineract.portfolio.search.data.AdvancedQueryRequest> pagedRequest)
      Specified by:
      queryAdvanced in interface org.apache.fineract.portfolio.savings.service.search.SavingsAccountTransactionSearchService