@Repository public class ImporterStatusListDao extends Object implements IImporterStatusListDao
ImporterStatus| Modifier and Type | Field and Description |
|---|---|
static String |
IMPORTER_STATUS_LIST_FILENAME |
| Constructor and Description |
|---|
ImporterStatusListDao() |
| 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) |
void |
setImporterConfig(ImporterConfig importerConfig) |
public static final String IMPORTER_STATUS_LIST_FILENAME
public String getSavedFilePath()
getSavedFilePath in interface IImporterStatusListDaopublic List<ImporterStatusDto> saveOrUpdate(List<ImporterStatusDto> importerStatusDtoList)
saveOrUpdate in interface IImporterStatusListDaoimporterStatusDtoList - the list to save or updatepublic List<ImporterStatusDto> get()
get in interface IImporterStatusListDaoImporterStatusDtopublic boolean delete()
IImporterStatusListDaoImporterStatusDtodelete in interface IImporterStatusListDaopublic void setImporterConfig(ImporterConfig importerConfig)
importerConfig - the importerConfig to setCopyright © 2015. All rights reserved.