Class RecurringDepositImportHandler
java.lang.Object
org.apache.fineract.infrastructure.bulkimport.importhandler.recurringdeposit.RecurringDepositImportHandler
- All Implemented Interfaces:
ImportHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRecurringDepositImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService) -
Method Summary
-
Field Details
-
WEEKS
- See Also:
-
DAYS
- See Also:
-
MONTHS
- See Also:
-
YEARS
- See Also:
-
-
Constructor Details
-
RecurringDepositImportHandler
@Autowired public RecurringDepositImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService)
-
-
Method Details
-
process
public Count process(org.apache.poi.ss.usermodel.Workbook workbook, String locale, String dateFormat) - Specified by:
processin interfaceImportHandler
-