java.lang.Object
org.apache.fineract.infrastructure.bulkimport.importhandler.group.GroupImportHandler
All Implemented Interfaces:
ImportHandler

@Service public class GroupImportHandler extends Object implements ImportHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
    GroupImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService, org.apache.fineract.commands.service.IdempotencyKeyGenerator idempotencyKeyGenerator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    process(org.apache.poi.ss.usermodel.Workbook workbook, String locale, String dateFormat)
     

    Methods inherited from class java.lang.Object

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

    • GroupImportHandler

      @Autowired public GroupImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService, org.apache.fineract.commands.service.IdempotencyKeyGenerator idempotencyKeyGenerator)
  • Method Details