com.gisgraphy.domain.repository
Interface IImporterStatusListDao

All Known Implementing Classes:
ImporterStatusListDao

public interface IImporterStatusListDao


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

Method Detail

getSavedFilePath

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

saveOrUpdate

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

get

java.util.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 © 2010. All Rights Reserved.