Class SavingsTransactionImportHandler
java.lang.Object
org.apache.fineract.infrastructure.bulkimport.importhandler.savings.SavingsTransactionImportHandler
- All Implemented Interfaces:
ImportHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSavingsTransactionImportHandler(org.apache.fineract.commands.service.PortfolioCommandSourceWritePlatformService commandsSourceWritePlatformService) -
Method Summary
-
Field Details
-
TRANSACTION_TYPE
- See Also:
-
REVERSED
- See Also:
-
INTERESTED_POSTED_AS_ON
- See Also:
-
WITHDRAWAL
- See Also:
-
DEPOSIT
- See Also:
-
-
Constructor Details
-
SavingsTransactionImportHandler
@Autowired public SavingsTransactionImportHandler(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
-