Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/service/QaServicePOJO.java =================================================================== diff -u -r6a4cc1cba568d6ed7af70248ad7f89b757e8f468 -r2014648b730162ec7b1c749d5c90de2debc48bf0 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/service/QaServicePOJO.java (.../QaServicePOJO.java) (revision 6a4cc1cba568d6ed7af70248ad7f89b757e8f468) +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/service/QaServicePOJO.java (.../QaServicePOJO.java) (revision 2014648b730162ec7b1c749d5c90de2debc48bf0) @@ -1313,6 +1313,17 @@ return null; } + + /** + * Export the XML fragment for the tool's content, along with any files needed + * for the content. + * @throws ToolException if any other error occurs + */ + public String exportToolContent(List toolContentId) throws ToolException { + // TODO Auto-generated method stub + return null; + } + /** * Import the XML fragment for the tool's content, along with any files needed * for the content.