de.janrufmonitor.repository.imexport
Interface ICallerImporter

All Superinterfaces:
IImExporter

public interface ICallerImporter
extends IImExporter

This interface must be implemented by a caller importer. A caller importer takes care about the storage of callers from outside the framework, e.g. for restore reasons from a file or database.

Author:
Thilo Brandt

Field Summary
 
Fields inherited from interface de.janrufmonitor.repository.imexport.IImExporter
CALL_MODE, CALLER_MODE, EXPORT_TYPE, IMPORT_TYPE
 
Method Summary
 ICallerList doImport()
          Triggers the import of external callers.
 
Methods inherited from interface de.janrufmonitor.repository.imexport.IImExporter
getExtension, getFilterName, getID, getMode, getType, setFilename
 

Method Detail

doImport

ICallerList doImport()
Triggers the import of external callers.

Returns:
a list of valid caller objects.


Copyright © 2010 by Thilo Brandt. All Rights Reserved.