Index: lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/applicationContext.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/applicationContext.xml,v
diff -u -r1.9 -r1.10
--- lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/applicationContext.xml 7 Apr 2006 00:32:30 -0000 1.9
+++ lams_contentrepository/src/java/org/lamsfoundation/lams/contentrepository/applicationContext.xml 28 May 2006 23:54:58 -0000 1.10
@@ -51,6 +51,8 @@
toFileName
.
+ *
+ *
+ * If the toFileName
is null, file name use original file name instead
+ * and file save path will be system temporary directory.
+ *
+ * @param uuid
+ * @param toFileName file name to save. Using the original file name instead if null value given.
+ * @throws ItemNotFoundException
+ * @throws RepositoryCheckedException
+ * @throws IOException
+ */
+ public void saveFile(Long uuid, String toFileName) throws ItemNotFoundException, RepositoryCheckedException, IOException;
}
\ No newline at end of file