net.sf.exorcist.dbe
Interface ImportService

All Known Implementing Classes:
PrintImportService

public interface ImportService

Author:
Jukka Zitting TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void importContent(java.lang.String key, ContentState content)
          Imports content identified by the given key.
 

Method Detail

importContent

void importContent(java.lang.String key,
                   ContentState content)
                   throws ContentException
Imports content identified by the given key.

Parameters:
key - identifier for the content to be imported
Throws:
ContentException - if something goes wrong :-)


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.