@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 IImporterStatusListDao
public List<ImporterStatusDto> saveOrUpdate(List<ImporterStatusDto> importerStatusDtoList)
saveOrUpdate
in interface IImporterStatusListDao
importerStatusDtoList
- the list to save or updatepublic List<ImporterStatusDto> get()
get
in interface IImporterStatusListDao
ImporterStatusDto
public boolean delete()
IImporterStatusListDao
ImporterStatusDto
delete
in interface IImporterStatusListDao
public void setImporterConfig(ImporterConfig importerConfig)
importerConfig
- the importerConfig to setCopyright © 2015. All rights reserved.