com.gisgraphy.domain.repository
Interface IImporterStatusListDao

All Known Implementing Classes:
ImporterStatusListDao

public interface IImporterStatusListDao


Method Summary
 boolean delete()
          Delete the saved list of ImporterStatusDto
 List<ImporterStatusDto> get()
           
 String getSavedFilePath()
           
 List<ImporterStatusDto> saveOrUpdate(List<ImporterStatusDto> importerStatusDtoList)
           
 

Method Detail

getSavedFilePath

String getSavedFilePath()
Returns:
the file path where data will be saved

saveOrUpdate

List<ImporterStatusDto> saveOrUpdate(List<ImporterStatusDto> importerStatusDtoList)
Parameters:
importerStatusDtoList - the list to save or update
Returns:
the saved list

get

List<ImporterStatusDto> get()
Returns:
the list of ImporterStatusDto

delete

boolean delete()
Delete the saved list of ImporterStatusDto

Returns:
true if the deletion is successful or nothing was saved (no list are still saved)


Copyright © 2012. All Rights Reserved.