[cvs] expresso commit by yves: Yves Amaizo new changes commit today

JCorporate Ltd jcorp at jcorporate.com
Wed Aug 17 03:32:39 UTC 2005


Log Message:
-----------
Yves Amaizo new changes commit today 2005/08/17

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects:
        DataExecutorInterface.java

Revision Data
-------------
Index: DataExecutorInterface.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/DataExecutorInterface.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/DataExecutorInterface.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/DataExecutorInterface.java -u -r1.14 -r1.15
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/DataExecutorInterface.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/DataExecutorInterface.java
@@ -89,6 +89,15 @@
      */
     public void add(DataObject valueObject) throws DataException, DuplicateKeyException;
 
+	/**
+	 * Takes a <code>DataObject</code> and adds it to the underlying data source
+	 * @param valueObject the <code>DataObject</code> to add.
+	 * @throws DataException upon error adding the object to the data source
+	 * @throws DuplicateKeyException if the object already existed in the data
+	 * source.
+	 */
+	public void addAll(DataObject valueObject, String valuesRequest, String inputFields) throws DataException, DuplicateKeyException;
+
     /**
      * Takes a <code>DataObject</code> and deletes it from the underlying data source
      *


More information about the cvs mailing list