de.janrufmonitor.repository.imexport
Interface ICallImporter

All Superinterfaces:
IImExporter

public interface ICallImporter
extends IImExporter

This interface must be implemented by a call importer. A call importer takes care about the storage of calls 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
 ICallList doImport()
          Triggers the import of external calls.
 
Methods inherited from interface de.janrufmonitor.repository.imexport.IImExporter
getExtension, getFilterName, getID, getMode, getType, setFilename
 

Method Detail

doImport

ICallList doImport()
Triggers the import of external calls.

Returns:
a list of valid call objects.


Copyright © 2010 by Thilo Brandt. All Rights Reserved.