Class GroupImportHandler
java.lang.Object
org.apache.fineract.infrastructure.bulkimport.importhandler.group.GroupImportHandler
- All Implemented Interfaces:
ImportHandler
-
Constructor Summary
ConstructorsConstructorDescriptionGroupImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService, org.apache.fineract.commands.service.IdempotencyKeyGenerator idempotencyKeyGenerator) -
Method Summary
-
Constructor Details
-
GroupImportHandler
@Autowired public GroupImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService, org.apache.fineract.commands.service.IdempotencyKeyGenerator idempotencyKeyGenerator)
-
-
Method Details
-
process
public Count process(org.apache.poi.ss.usermodel.Workbook workbook, String locale, String dateFormat) - Specified by:
processin interfaceImportHandler
-