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

Packages that use QuantitationTypeMappingSearchCriteria
gov.nih.nci.mageom.domain.BioAssayData.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.BioAssayData.impl   
 

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

Methods in gov.nih.nci.mageom.domain.BioAssayData.impl with parameters of type QuantitationTypeMappingSearchCriteria
 QuantitationTypeMapping[] QuantitationTypeMappingImpl.searchQuantitationTypeMappings(QuantitationTypeMappingSearchCriteria criteria)
          Returns an array of QuantitationTypeMapping objects that satisfy the given QuantitationTypeMappingSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return QuantitationTypeMappingSearchCriteria
static QuantitationTypeMappingSearchCriteria AbstractSearchCriteriaFactory.new_BIOASSAYDATA_QUANTITATIONTYPEMAPPING_SC()
           
 

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

Classes in gov.nih.nci.mageom.search.BioAssayData.impl that implement QuantitationTypeMappingSearchCriteria
 class QuantitationTypeMappingSearchCriteriaImpl
          Represents a query for QuantitationTypeMapping objects.