gov.nih.nci.caarray.services.fileparse.gpr
Class GenePixDesignElementService

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse.gpr.GenePixDesignElementService
All Implemented Interfaces:
DesignElementService

public class GenePixDesignElementService
extends java.lang.Object
implements DesignElementService

Author:
gustafsons Serves up genepix design elements

Field Summary
protected static org.apache.log4j.Logger logger_
          Logger used by this class.
 
Constructor Summary
GenePixDesignElementService()
           
 
Method Summary
 java.util.ArrayList getDesignElementList(java.lang.Long arrayDesignId)
           
 ParsingDesignElement[] getParsingDesignElements(java.lang.Long arrayDesignId)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger_

protected static org.apache.log4j.Logger logger_
Logger used by this class.

Constructor Detail

GenePixDesignElementService

public GenePixDesignElementService()
Method Detail

getParsingDesignElements

public ParsingDesignElement[] getParsingDesignElements(java.lang.Long arrayDesignId)
                                                throws GeneralException
Specified by:
getParsingDesignElements in interface DesignElementService
Parameters:
arrayDesignId -
Returns:
ParsingDesignElements for this array design
Throws:
GeneralException

getDesignElementList

public java.util.ArrayList getDesignElementList(java.lang.Long arrayDesignId)
                                         throws GeneralException
Parameters:
arrayDesignId -
Returns:
DesignElements as a list
Throws:
GeneralException

main

public static void main(java.lang.String[] args)