gov.nih.nci.caarray.services.fileupload
Class ArrayDesignUploadDelegate

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileupload.ArrayDesignUploadDelegate

public class ArrayDesignUploadDelegate
extends java.lang.Object


Constructor Summary
ArrayDesignUploadDelegate()
           
 
Method Summary
static java.lang.String getGALFileFinalDestination(java.lang.Long arrayDesignId)
           
 void handleFileUploads(ArrayDesignValues fileValues)
          This class performs the buisness logic as far as selecting the correct service to perform parsing of array design files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayDesignUploadDelegate

public ArrayDesignUploadDelegate()
Method Detail

handleFileUploads

public void handleFileUploads(ArrayDesignValues fileValues)
This class performs the buisness logic as far as selecting the correct service to perform parsing of array design files.

Parameters:
fileValues - - Object containing the values to be parsed

getGALFileFinalDestination

public static final java.lang.String getGALFileFinalDestination(java.lang.Long arrayDesignId)