Uses of Interface
gov.nih.nci.mageom.search.BioMaterial.CompoundSearchCriteria

Packages that use CompoundSearchCriteria
gov.nih.nci.mageom.domain.BioMaterial.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.BioAssay   
gov.nih.nci.mageom.search.BioAssay.impl   
gov.nih.nci.mageom.search.BioMaterial   
gov.nih.nci.mageom.search.BioMaterial.impl   
 

Uses of CompoundSearchCriteria in gov.nih.nci.mageom.domain.BioMaterial.impl
 

Methods in gov.nih.nci.mageom.domain.BioMaterial.impl with parameters of type CompoundSearchCriteria
 Compound[] CompoundImpl.searchCompounds(CompoundSearchCriteria criteria)
          Returns an array of Compound objects that satisfy the given CompoundSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return CompoundSearchCriteria
static CompoundSearchCriteria AbstractSearchCriteriaFactory.new_BIOMATERIAL_COMPOUND_SC()
           
 

Uses of CompoundSearchCriteria in gov.nih.nci.mageom.search.BioAssay
 

Methods in gov.nih.nci.mageom.search.BioAssay with parameters of type CompoundSearchCriteria
 void ChannelSearchCriteria.setLabelsCriteria(CompoundSearchCriteria criteria)
          Constrains the search for Channel objects to those associated with Compound objects by the association and selected by the given CompoundSearchCriteria.
 void ChannelSearchCriteria.setLabelsCriteria(CompoundSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Channel objects to those associated with Compound objects by the association and selected by the given CompoundSearchCriteria.
 

Uses of CompoundSearchCriteria in gov.nih.nci.mageom.search.BioAssay.impl
 

Methods in gov.nih.nci.mageom.search.BioAssay.impl with parameters of type CompoundSearchCriteria
 void ChannelSearchCriteriaImpl.setLabelsCriteria(CompoundSearchCriteria criteria)
           
 void ChannelSearchCriteriaImpl.setLabelsCriteria(CompoundSearchCriteria criteria, java.lang.String booleanOp)
           
 

Uses of CompoundSearchCriteria in gov.nih.nci.mageom.search.BioMaterial
 

Methods in gov.nih.nci.mageom.search.BioMaterial with parameters of type CompoundSearchCriteria
 void CompoundMeasurementSearchCriteria.setCompoundCriteria(CompoundSearchCriteria criteria)
          Constrains the search for CompoundMeasurement objects to those associated with Compound objects by the association and selected by the given CompoundSearchCriteria.
 void CompoundMeasurementSearchCriteria.setCompoundCriteria(CompoundSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for CompoundMeasurement objects to those associated with Compound objects by the association and selected by the given CompoundSearchCriteria.
 void LabeledExtractSearchCriteria.setLabelsCriteria(CompoundSearchCriteria criteria)
          Constrains the search for LabeledExtract objects to those associated with Compound objects by the association and selected by the given CompoundSearchCriteria.
 void LabeledExtractSearchCriteria.setLabelsCriteria(CompoundSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for LabeledExtract objects to those associated with Compound objects by the association and selected by the given CompoundSearchCriteria.
 

Uses of CompoundSearchCriteria in gov.nih.nci.mageom.search.BioMaterial.impl
 

Classes in gov.nih.nci.mageom.search.BioMaterial.impl that implement CompoundSearchCriteria
 class CompoundSearchCriteriaImpl
          Represents a query for Compound objects.
 

Methods in gov.nih.nci.mageom.search.BioMaterial.impl with parameters of type CompoundSearchCriteria
 void CompoundMeasurementSearchCriteriaImpl.setCompoundCriteria(CompoundSearchCriteria criteria)
           
 void CompoundMeasurementSearchCriteriaImpl.setCompoundCriteria(CompoundSearchCriteria criteria, java.lang.String booleanOp)
           
 void LabeledExtractSearchCriteriaImpl.setLabelsCriteria(CompoundSearchCriteria criteria)
           
 void LabeledExtractSearchCriteriaImpl.setLabelsCriteria(CompoundSearchCriteria criteria, java.lang.String booleanOp)