edu.jhu.tmaj.client.importer.machscores
Class MachineSessionUtils

java.lang.Object
  extended by edu.jhu.tmaj.client.importer.machscores.MachineSessionUtils

public final class MachineSessionUtils
extends java.lang.Object


Constructor Summary
MachineSessionUtils()
           
 
Method Summary
static java.util.Map<Coordinate,java.lang.Integer> getCoordinateArrayImageIDHash(int scanID)
           
static int getMachineSessionID(int scanID, java.lang.String shortDescription, FilenameData filenameData, int importedByUserID)
           
static int getScanID(FilenameData filenameData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MachineSessionUtils

public MachineSessionUtils()
Method Detail

getScanID

public static int getScanID(FilenameData filenameData)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException

getMachineSessionID

public static int getMachineSessionID(int scanID,
                                      java.lang.String shortDescription,
                                      FilenameData filenameData,
                                      int importedByUserID)
                               throws java.sql.SQLException
Throws:
java.sql.SQLException

getCoordinateArrayImageIDHash

public static java.util.Map<Coordinate,java.lang.Integer> getCoordinateArrayImageIDHash(int scanID)
                                                                                 throws java.sql.SQLException
Throws:
java.sql.SQLException