Class ChartOfAccountsImportHandler
java.lang.Object
org.apache.fineract.infrastructure.bulkimport.importhandler.chartofaccounts.ChartOfAccountsImportHandler
- All Implemented Interfaces:
ImportHandler
-
Constructor Summary
ConstructorsConstructorDescriptionChartOfAccountsImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService, org.apache.fineract.accounting.glaccount.domain.GLAccountRepositoryWrapper glAccountRepository) -
Method Summary
-
Constructor Details
-
ChartOfAccountsImportHandler
@Autowired public ChartOfAccountsImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService, org.apache.fineract.accounting.glaccount.domain.GLAccountRepositoryWrapper glAccountRepository)
-
-
Method Details
-
process
public Count process(org.apache.poi.ss.usermodel.Workbook workbook, String locale, String dateFormat) - Specified by:
processin interfaceImportHandler
-