public interface IImporterStatusListDao
Modifier and Type | Method and Description |
---|---|
boolean |
delete()
Delete the saved list of
ImporterStatusDto |
List<ImporterStatusDto> |
get() |
String |
getSavedFilePath() |
List<ImporterStatusDto> |
saveOrUpdate(List<ImporterStatusDto> importerStatusDtoList) |
String getSavedFilePath()
List<ImporterStatusDto> saveOrUpdate(List<ImporterStatusDto> importerStatusDtoList)
importerStatusDtoList
- the list to save or updateList<ImporterStatusDto> get()
ImporterStatusDto
boolean delete()
ImporterStatusDto
Copyright © 2015. All rights reserved.