Uses of Class
org.biomage.ArrayDesign.ReporterGroup

Packages that use ReporterGroup
gov.nih.nci.caarray.services.arraydesign   
gov.nih.nci.caarray.services.arraydesign.loader   
org.biomage.ArrayDesign   
org.biomage.Interface   
 

Uses of ReporterGroup in gov.nih.nci.caarray.services.arraydesign
 

Methods in gov.nih.nci.caarray.services.arraydesign that return ReporterGroup
 ReporterGroup ReporterGroupManagerDB.getReporterGroup(long id)
          Retrieve the ReporterGroup that has the specified ID.
 ReporterGroup[] ReporterGroupManagerDB.getReporterGroups(ReporterGroupSearchCriteria criteria)
          Searches reporterGroups.
 

Methods in gov.nih.nci.caarray.services.arraydesign with parameters of type ReporterGroup
 long ReporterGroupManagerDB.addReporterGroup(ReporterGroup reporterGroup)
          Adds a new ReporterGroup.
 boolean ReporterGroupManagerDB.updateReporterGroup(ReporterGroup reporterGroup)
          Updates an existing ReporterGroup and cascade-updates the associated reporters.
 

Uses of ReporterGroup in gov.nih.nci.caarray.services.arraydesign.loader
 

Methods in gov.nih.nci.caarray.services.arraydesign.loader with parameters of type ReporterGroup
 void ArrayDesignSaver.saveReporter(Reporter reporter, ReporterGroup reporterGroup)
           
 

Uses of ReporterGroup in org.biomage.ArrayDesign
 

Methods in org.biomage.ArrayDesign that return ReporterGroup
 ReporterGroup ArrayDesign_package.getFromReporterGroup_list(int position)
          Method to get ReporterGroup from ReporterGroup_list
 ReporterGroup ArrayDesign.getFromReporterGroups(int position)
          Method to get ReporterGroup from ReporterGroups_list
 

Methods in org.biomage.ArrayDesign with parameters of type ReporterGroup
 void ArrayDesign_package.addToReporterGroup_list(int position, ReporterGroup reporterGroup)
          Method to add ReporterGroup at position to ReporterGroup_list
 void ArrayDesign_package.addToReporterGroup_list(ReporterGroup reporterGroup)
          Method to add ReporterGroup to ReporterGroup_list
 void ArrayDesign.addToReporterGroups(int position, ReporterGroup reporterGroup)
          Method to add ReporterGroup at position to ReporterGroups_list
 void ArrayDesign.addToReporterGroups(ReporterGroup reporterGroup)
          Method to add ReporterGroup to ReporterGroups_list
 void ArrayDesign_package.removeFromReporterGroup_list(ReporterGroup reporterGroup)
          Method to remove first ReporterGroup from ReporterGroup_list
 void ArrayDesign.removeFromReporterGroups(ReporterGroup reporterGroup)
          Method to remove first ReporterGroup from ReporterGroups_list
 

Uses of ReporterGroup in org.biomage.Interface
 

Methods in org.biomage.Interface that return ReporterGroup
 ReporterGroup HasReporterGroups.getFromReporterGroups(int position)
          Method to get ReporterGroup from ReporterGroups_list
 

Methods in org.biomage.Interface with parameters of type ReporterGroup
 void HasReporterGroups.addToReporterGroups(int position, ReporterGroup reporterGroup)
          Method to add ReporterGroup at position to ReporterGroups_list
 void HasReporterGroups.addToReporterGroups(ReporterGroup reporterGroup)
          Method to add ReporterGroup to ReporterGroups_list
 void HasReporterGroups.removeFromReporterGroups(ReporterGroup reporterGroup)
          Method to remove first ReporterGroup from ReporterGroups_list