Gantt 2.3

com.ontimize.gantt.server
Interface IMassiveDatabaseOperations

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
MassiveDatabaseOperationsImpl

public interface IMassiveDatabaseOperations
extends java.rmi.Remote


Method Summary
 EntityResult massiveInsert(java.lang.String Entity, java.util.Vector vkeysValues, int sessionId)
           
 void massiveUpdate(java.lang.String entity, int sessionId, java.util.Vector vAttributesValues, java.util.Vector vKeysValues)
          This method receives a Vector with records and update it in database.
 

Method Detail

massiveUpdate

public void massiveUpdate(java.lang.String entity,
                          int sessionId,
                          java.util.Vector vAttributesValues,
                          java.util.Vector vKeysValues)
                   throws java.lang.Exception
This method receives a Vector with records and update it in database.

Throws:
java.lang.Exception

massiveInsert

public EntityResult massiveInsert(java.lang.String Entity,
                                  java.util.Vector vkeysValues,
                                  int sessionId)
                           throws java.lang.Exception
Throws:
java.lang.Exception

Gantt