Uses of Interface
gov.nih.nci.mageom.search.ArrayDesign.CompositeGroupSearchCriteria

Packages that use CompositeGroupSearchCriteria
gov.nih.nci.mageom.domain.ArrayDesign.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.ArrayDesign   
gov.nih.nci.mageom.search.ArrayDesign.impl   
 

Uses of CompositeGroupSearchCriteria in gov.nih.nci.mageom.domain.ArrayDesign.impl
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type CompositeGroupSearchCriteria
 CompositeGroup[] CompositeGroupImpl.searchCompositeGroups(CompositeGroupSearchCriteria criteria)
          Returns an array of CompositeGroup objects that satisfy the given CompositeGroupSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return CompositeGroupSearchCriteria
static CompositeGroupSearchCriteria AbstractSearchCriteriaFactory.new_ARRAYDESIGN_COMPOSITEGROUP_SC()
           
 

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

Methods in gov.nih.nci.mageom.search.ArrayDesign with parameters of type CompositeGroupSearchCriteria
 void ArrayDesignSearchCriteria.setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria)
          Constrains the search for ArrayDesign objects to those associated with CompositeGroup objects by the association and selected by the given CompositeGroupSearchCriteria.
 void ArrayDesignSearchCriteria.setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ArrayDesign objects to those associated with CompositeGroup objects by the association and selected by the given CompositeGroupSearchCriteria.
 

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

Classes in gov.nih.nci.mageom.search.ArrayDesign.impl that implement CompositeGroupSearchCriteria
 class CompositeGroupSearchCriteriaImpl
          Represents a query for CompositeGroup objects.
 

Methods in gov.nih.nci.mageom.search.ArrayDesign.impl with parameters of type CompositeGroupSearchCriteria
 void ArrayDesignSearchCriteriaImpl.setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria)
           
 void ArrayDesignSearchCriteriaImpl.setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria, java.lang.String booleanOp)