Class LoanRepaymentImportHandler
java.lang.Object
org.apache.fineract.infrastructure.bulkimport.importhandler.loanrepayment.LoanRepaymentImportHandler
- All Implemented Interfaces:
ImportHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoanRepaymentImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService, org.apache.fineract.portfolio.loanaccount.service.LoanReadPlatformService loanReadPlatformService) -
Method Summary
-
Field Details
-
SEPARATOR
- See Also:
-
EMPTY_STR
- See Also:
-
-
Constructor Details
-
LoanRepaymentImportHandler
@Autowired public LoanRepaymentImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService, org.apache.fineract.portfolio.loanaccount.service.LoanReadPlatformService loanReadPlatformService)
-
-
Method Details
-
process
public Count process(org.apache.poi.ss.usermodel.Workbook workbook, String locale, String dateFormat) - Specified by:
processin interfaceImportHandler
-