gov.nih.nci.caarray.services.fileparse.gal
Class GalImportService

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse.gal.GalImportService

public class GalImportService
extends java.lang.Object

Author:
gustafsons, tranp The service that takes in gal files and stores them in the db

Constructor Summary
GalImportService(ArrayDesignDesc arrayDesignDesc, java.lang.String fileName)
          Constructor with required items
 
Method Summary
 void performService()
          Do the parsing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalImportService

public GalImportService(ArrayDesignDesc arrayDesignDesc,
                        java.lang.String fileName)
Constructor with required items

Parameters:
arrayDesignDesc -
fileName -
Method Detail

performService

public void performService()
                    throws GeneralException
Do the parsing

Throws:
GeneralException