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

Packages that use ZoneGroupSearchCriteria
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 ZoneGroupSearchCriteria in gov.nih.nci.mageom.domain.ArrayDesign.impl
 

Methods in gov.nih.nci.mageom.domain.ArrayDesign.impl with parameters of type ZoneGroupSearchCriteria
 ZoneGroup[] ZoneGroupImpl.searchZoneGroups(ZoneGroupSearchCriteria criteria)
          Returns an array of ZoneGroup objects that satisfy the given ZoneGroupSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return ZoneGroupSearchCriteria
static ZoneGroupSearchCriteria AbstractSearchCriteriaFactory.new_ARRAYDESIGN_ZONEGROUP_SC()
           
 

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

Methods in gov.nih.nci.mageom.search.ArrayDesign with parameters of type ZoneGroupSearchCriteria
 void PhysicalArrayDesignSearchCriteria.setZoneGroupsCriteria(ZoneGroupSearchCriteria criteria)
          Constrains the search for PhysicalArrayDesign objects to those associated with ZoneGroup objects by the association and selected by the given ZoneGroupSearchCriteria.
 void PhysicalArrayDesignSearchCriteria.setZoneGroupsCriteria(ZoneGroupSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for PhysicalArrayDesign objects to those associated with ZoneGroup objects by the association and selected by the given ZoneGroupSearchCriteria.
 

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

Classes in gov.nih.nci.mageom.search.ArrayDesign.impl that implement ZoneGroupSearchCriteria
 class ZoneGroupSearchCriteriaImpl
          Represents a query for ZoneGroup objects.
 

Methods in gov.nih.nci.mageom.search.ArrayDesign.impl with parameters of type ZoneGroupSearchCriteria
 void PhysicalArrayDesignSearchCriteriaImpl.setZoneGroupsCriteria(ZoneGroupSearchCriteria criteria)
           
 void PhysicalArrayDesignSearchCriteriaImpl.setZoneGroupsCriteria(ZoneGroupSearchCriteria criteria, java.lang.String booleanOp)