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

Packages that use QuantitationTypeMapSearchCriteria
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   
 

Uses of QuantitationTypeMapSearchCriteria in gov.nih.nci.mageom.domain.BioAssayData.impl
 

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type QuantitationTypeMapSearchCriteria
 QuantitationTypeMap[] QuantitationTypeMapImpl.searchQuantitationTypeMaps(QuantitationTypeMapSearchCriteria criteria)
          Returns an array of QuantitationTypeMap objects that satisfy the given QuantitationTypeMapSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return QuantitationTypeMapSearchCriteria
static QuantitationTypeMapSearchCriteria AbstractSearchCriteriaFactory.new_BIOASSAYDATA_QUANTITATIONTYPEMAP_SC()
           
 

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

Methods in gov.nih.nci.mageom.search.BioAssayData with parameters of type QuantitationTypeMapSearchCriteria
 void QuantitationTypeMappingSearchCriteria.setQuantitationTypeMapsCriteria(QuantitationTypeMapSearchCriteria criteria)
          Constrains the search for QuantitationTypeMapping objects to those associated with QuantitationTypeMap objects by the association and selected by the given QuantitationTypeMapSearchCriteria.
 void QuantitationTypeMappingSearchCriteria.setQuantitationTypeMapsCriteria(QuantitationTypeMapSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for QuantitationTypeMapping objects to those associated with QuantitationTypeMap objects by the association and selected by the given QuantitationTypeMapSearchCriteria.
 

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

Classes in gov.nih.nci.mageom.search.BioAssayData.impl that implement QuantitationTypeMapSearchCriteria
 class QuantitationTypeMapSearchCriteriaImpl
          Represents a query for QuantitationTypeMap objects.
 

Methods in gov.nih.nci.mageom.search.BioAssayData.impl with parameters of type QuantitationTypeMapSearchCriteria
 void QuantitationTypeMappingSearchCriteriaImpl.setQuantitationTypeMapsCriteria(QuantitationTypeMapSearchCriteria criteria)
           
 void QuantitationTypeMappingSearchCriteriaImpl.setQuantitationTypeMapsCriteria(QuantitationTypeMapSearchCriteria criteria, java.lang.String booleanOp)