Uses of Interface
gov.nih.nci.mageom.search.DesignElement.ReporterSearchCriteria

Packages that use ReporterSearchCriteria
gov.nih.nci.mageom.domain.DesignElement.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.ArrayDesign   
gov.nih.nci.mageom.search.ArrayDesign.impl   
gov.nih.nci.mageom.search.BioAssayData   
gov.nih.nci.mageom.search.BioAssayData.impl   
gov.nih.nci.mageom.search.DesignElement   
gov.nih.nci.mageom.search.DesignElement.impl   
 

Uses of ReporterSearchCriteria in gov.nih.nci.mageom.domain.DesignElement.impl
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type ReporterSearchCriteria
 Reporter[] ReporterImpl.searchReporters(ReporterSearchCriteria criteria)
          Returns an array of Reporter objects that satisfy the given ReporterSearchCriteria.
 

Uses of ReporterSearchCriteria in gov.nih.nci.mageom.search
 

Methods in gov.nih.nci.mageom.search that return ReporterSearchCriteria
static ReporterSearchCriteria AbstractSearchCriteriaFactory.new_DESIGNELEMENT_REPORTER_SC()
           
 

Uses of ReporterSearchCriteria in gov.nih.nci.mageom.search.ArrayDesign
 

Methods in gov.nih.nci.mageom.search.ArrayDesign with parameters of type ReporterSearchCriteria
 void ReporterGroupSearchCriteria.setReportersCriteria(ReporterSearchCriteria criteria)
          Constrains the search for ReporterGroup objects to those associated with Reporter objects by the association and selected by the given ReporterSearchCriteria.
 void ReporterGroupSearchCriteria.setReportersCriteria(ReporterSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ReporterGroup objects to those associated with Reporter objects by the association and selected by the given ReporterSearchCriteria.
 

Uses of ReporterSearchCriteria in gov.nih.nci.mageom.search.ArrayDesign.impl
 

Methods in gov.nih.nci.mageom.search.ArrayDesign.impl with parameters of type ReporterSearchCriteria
 void ReporterGroupSearchCriteriaImpl.setReportersCriteria(ReporterSearchCriteria criteria)
           
 void ReporterGroupSearchCriteriaImpl.setReportersCriteria(ReporterSearchCriteria criteria, java.lang.String booleanOp)
           
 

Uses of ReporterSearchCriteria in gov.nih.nci.mageom.search.BioAssayData
 

Methods in gov.nih.nci.mageom.search.BioAssayData with parameters of type ReporterSearchCriteria
 void ReporterDimensionSearchCriteria.setReportersCriteria(ReporterSearchCriteria criteria)
          Constrains the search for ReporterDimension objects to those associated with Reporter objects by the association and selected by the given ReporterSearchCriteria.
 void ReporterDimensionSearchCriteria.setReportersCriteria(ReporterSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ReporterDimension objects to those associated with Reporter objects by the association and selected by the given ReporterSearchCriteria.
 

Uses of ReporterSearchCriteria in gov.nih.nci.mageom.search.BioAssayData.impl
 

Methods in gov.nih.nci.mageom.search.BioAssayData.impl with parameters of type ReporterSearchCriteria
 void ReporterDimensionSearchCriteriaImpl.setReportersCriteria(ReporterSearchCriteria criteria)
           
 void ReporterDimensionSearchCriteriaImpl.setReportersCriteria(ReporterSearchCriteria criteria, java.lang.String booleanOp)
           
 

Uses of ReporterSearchCriteria in gov.nih.nci.mageom.search.DesignElement
 

Methods in gov.nih.nci.mageom.search.DesignElement with parameters of type ReporterSearchCriteria
 void ReporterPositionSearchCriteria.setReporterCriteria(ReporterSearchCriteria criteria)
          Constrains the search for ReporterPosition objects to those associated with Reporter objects by the association and selected by the given ReporterSearchCriteria.
 void FeatureReporterMapSearchCriteria.setReporterCriteria(ReporterSearchCriteria criteria)
          Constrains the search for FeatureReporterMap objects to those associated with Reporter objects by the association and selected by the given ReporterSearchCriteria.
 void ReporterPositionSearchCriteria.setReporterCriteria(ReporterSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ReporterPosition objects to those associated with Reporter objects by the association and selected by the given ReporterSearchCriteria.
 void FeatureReporterMapSearchCriteria.setReporterCriteria(ReporterSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for FeatureReporterMap objects to those associated with Reporter objects by the association and selected by the given ReporterSearchCriteria.
 

Uses of ReporterSearchCriteria in gov.nih.nci.mageom.search.DesignElement.impl
 

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement ReporterSearchCriteria
 class ReporterSearchCriteriaImpl
          Represents a query for Reporter objects.
 

Methods in gov.nih.nci.mageom.search.DesignElement.impl with parameters of type ReporterSearchCriteria
 void ReporterPositionSearchCriteriaImpl.setReporterCriteria(ReporterSearchCriteria criteria)
           
 void FeatureReporterMapSearchCriteriaImpl.setReporterCriteria(ReporterSearchCriteria criteria)
           
 void ReporterPositionSearchCriteriaImpl.setReporterCriteria(ReporterSearchCriteria criteria, java.lang.String booleanOp)
           
 void FeatureReporterMapSearchCriteriaImpl.setReporterCriteria(ReporterSearchCriteria criteria, java.lang.String booleanOp)