java.lang.Object
org.apache.fineract.infrastructure.bulkimport.importhandler.center.CenterImportHandler
All Implemented Interfaces:
ImportHandler

@Service public class CenterImportHandler extends Object implements ImportHandler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CenterImportHandler(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
  • Field Details

  • Constructor Details

    • CenterImportHandler

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