Uses of Interface
gov.nih.nci.mageom.search.BioAssayData.DesignElementMapSearchCriteria

Packages that use DesignElementMapSearchCriteria
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.search   
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 DesignElementMapSearchCriteria in gov.nih.nci.mageom.domain.BioAssayData.impl
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type DesignElementMapSearchCriteria
 DesignElementMap[] DesignElementMapImpl.searchDesignElementMaps(DesignElementMapSearchCriteria criteria)
          Returns an array of DesignElementMap objects that satisfy the given DesignElementMapSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return DesignElementMapSearchCriteria
static DesignElementMapSearchCriteria AbstractSearchCriteriaFactory.new_BIOASSAYDATA_DESIGNELEMENTMAP_SC()
           
 

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

Methods in gov.nih.nci.mageom.search.BioAssayData with parameters of type DesignElementMapSearchCriteria
 void DesignElementMappingSearchCriteria.setDesignElementMapsCriteria(DesignElementMapSearchCriteria criteria)
          Constrains the search for DesignElementMapping objects to those associated with DesignElementMap objects by the association and selected by the given DesignElementMapSearchCriteria.
 void DesignElementMappingSearchCriteria.setDesignElementMapsCriteria(DesignElementMapSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for DesignElementMapping objects to those associated with DesignElementMap objects by the association and selected by the given DesignElementMapSearchCriteria.
 

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

Classes in gov.nih.nci.mageom.search.BioAssayData.impl that implement DesignElementMapSearchCriteria
 class DesignElementMapSearchCriteriaImpl
          Represents a query for DesignElementMap objects.
 

Methods in gov.nih.nci.mageom.search.BioAssayData.impl with parameters of type DesignElementMapSearchCriteria
 void DesignElementMappingSearchCriteriaImpl.setDesignElementMapsCriteria(DesignElementMapSearchCriteria criteria)
           
 void DesignElementMappingSearchCriteriaImpl.setDesignElementMapsCriteria(DesignElementMapSearchCriteria criteria, java.lang.String booleanOp)
           
 

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

Subinterfaces of DesignElementMapSearchCriteria in gov.nih.nci.mageom.search.DesignElement
 interface CompositeCompositeMapSearchCriteria
          Represents a query for CompositeCompositeMap objects.
 interface FeatureReporterMapSearchCriteria
          Represents a query for FeatureReporterMap objects.
 interface ReporterCompositeMapSearchCriteria
          Represents a query for ReporterCompositeMap objects.
 

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

Classes in gov.nih.nci.mageom.search.DesignElement.impl that implement DesignElementMapSearchCriteria
 class CompositeCompositeMapSearchCriteriaImpl
          Represents a query for CompositeCompositeMap objects.
 class FeatureReporterMapSearchCriteriaImpl
          Represents a query for FeatureReporterMap objects.
 class ReporterCompositeMapSearchCriteriaImpl
          Represents a query for ReporterCompositeMap objects.