Class BulkImportWorkbookPopulatorServiceImpl

java.lang.Object
org.apache.fineract.infrastructure.bulkimport.service.BulkImportWorkbookPopulatorServiceImpl
All Implemented Interfaces:
org.apache.fineract.infrastructure.bulkimport.service.BulkImportWorkbookPopulatorService

@Service public class BulkImportWorkbookPopulatorServiceImpl extends Object implements org.apache.fineract.infrastructure.bulkimport.service.BulkImportWorkbookPopulatorService
  • Constructor Summary

    Constructors
    Constructor
    Description
    BulkImportWorkbookPopulatorServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, StaffReadPlatformService staffReadPlatformService, ClientReadPlatformService clientReadPlatformService, CenterReadPlatformService centerReadPlatformService, GroupReadPlatformService groupReadPlatformService, FundReadPlatformService fundReadPlatformService, org.apache.fineract.portfolio.paymenttype.service.PaymentTypeReadPlatformService paymentTypeReadPlatformService, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductReadPlatformService, org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService, org.apache.fineract.portfolio.loanaccount.service.LoanReadPlatformService loanReadPlatformService, org.apache.fineract.accounting.glaccount.service.GLAccountReadPlatformService glAccountReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsAccountReadPlatformService savingsAccountReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingsProductReadPlatformService, ShareProductReadPlatformService shareProductReadPlatformService, org.apache.fineract.portfolio.charge.service.ChargeReadPlatformService chargeReadPlatformService, org.apache.fineract.portfolio.savings.service.DepositProductReadPlatformService depositProductReadPlatformService, RoleReadPlatformService roleReadPlatformService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    getTemplate(String entityType, Long officeId, Long staffId, String dateFormat)
     

    Methods inherited from class java.lang.Object

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

    • BulkImportWorkbookPopulatorServiceImpl

      @Autowired public BulkImportWorkbookPopulatorServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, StaffReadPlatformService staffReadPlatformService, ClientReadPlatformService clientReadPlatformService, CenterReadPlatformService centerReadPlatformService, GroupReadPlatformService groupReadPlatformService, FundReadPlatformService fundReadPlatformService, org.apache.fineract.portfolio.paymenttype.service.PaymentTypeReadPlatformService paymentTypeReadPlatformService, org.apache.fineract.portfolio.loanproduct.service.LoanProductReadPlatformService loanProductReadPlatformService, org.apache.fineract.organisation.monetary.service.CurrencyReadPlatformService currencyReadPlatformService, org.apache.fineract.portfolio.loanaccount.service.LoanReadPlatformService loanReadPlatformService, org.apache.fineract.accounting.glaccount.service.GLAccountReadPlatformService glAccountReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsAccountReadPlatformService savingsAccountReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.portfolio.savings.service.SavingsProductReadPlatformService savingsProductReadPlatformService, ShareProductReadPlatformService shareProductReadPlatformService, org.apache.fineract.portfolio.charge.service.ChargeReadPlatformService chargeReadPlatformService, org.apache.fineract.portfolio.savings.service.DepositProductReadPlatformService depositProductReadPlatformService, RoleReadPlatformService roleReadPlatformService)
  • Method Details

    • getTemplate

      public jakarta.ws.rs.core.Response getTemplate(String entityType, Long officeId, Long staffId, String dateFormat)
      Specified by:
      getTemplate in interface org.apache.fineract.infrastructure.bulkimport.service.BulkImportWorkbookPopulatorService