gov.nih.nci.caarray.services.fileparse2
Class ArrayDesignFileParsingService

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse2.ArrayDesignFileParsingService

public final class ArrayDesignFileParsingService
extends java.lang.Object

Author:
tranp

Constructor Summary
ArrayDesignFileParsingService()
           
 
Method Summary
static void moveArrayDesignFilesToFinalLocation(ArrayDesignFileUploadGroup fileGroup, long arrayDesignId)
           
 void process(long fileUploadGroupId)
           
 void process(long fileUploadGroupId, java.lang.String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayDesignFileParsingService

public ArrayDesignFileParsingService()
Method Detail

process

public void process(long fileUploadGroupId)
             throws ObjectNotExistException,
                    ParseException,
                    GeneralException
Throws:
ObjectNotExistException
ParseException
GeneralException

process

public void process(long fileUploadGroupId,
                    java.lang.String userName)
             throws ObjectNotExistException,
                    ParseException,
                    GeneralException
Throws:
ObjectNotExistException
ParseException
GeneralException

moveArrayDesignFilesToFinalLocation

public static final void moveArrayDesignFilesToFinalLocation(ArrayDesignFileUploadGroup fileGroup,
                                                             long arrayDesignId)