Uses of Interface
gov.nih.nci.mageom.search.Protocol.SoftwareSearchCriteria

Packages that use SoftwareSearchCriteria
gov.nih.nci.mageom.domain.Protocol.impl   
gov.nih.nci.mageom.search   
gov.nih.nci.mageom.search.Protocol   
gov.nih.nci.mageom.search.Protocol.impl   
 

Uses of SoftwareSearchCriteria in gov.nih.nci.mageom.domain.Protocol.impl
 

Methods in gov.nih.nci.mageom.domain.Protocol.impl with parameters of type SoftwareSearchCriteria
 Software[] SoftwareImpl.searchSoftwares(SoftwareSearchCriteria criteria)
          Returns an array of Software objects that satisfy the given SoftwareSearchCriteria.
 

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

Methods in gov.nih.nci.mageom.search that return SoftwareSearchCriteria
static SoftwareSearchCriteria AbstractSearchCriteriaFactory.new_PROTOCOL_SOFTWARE_SC()
           
 

Uses of SoftwareSearchCriteria in gov.nih.nci.mageom.search.Protocol
 

Methods in gov.nih.nci.mageom.search.Protocol with parameters of type SoftwareSearchCriteria
 void SoftwareApplicationSearchCriteria.setSoftwareCriteria(SoftwareSearchCriteria criteria)
          Constrains the search for SoftwareApplication objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.
 void SoftwareApplicationSearchCriteria.setSoftwareCriteria(SoftwareSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for SoftwareApplication objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.
 void SoftwareSearchCriteria.setSoftwaresCriteria(SoftwareSearchCriteria criteria)
          Constrains the search for Software objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.
 void ProtocolSearchCriteria.setSoftwaresCriteria(SoftwareSearchCriteria criteria)
          Constrains the search for Protocol objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.
 void SoftwareSearchCriteria.setSoftwaresCriteria(SoftwareSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Software objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.
 void ProtocolSearchCriteria.setSoftwaresCriteria(SoftwareSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Protocol objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.
 

Uses of SoftwareSearchCriteria in gov.nih.nci.mageom.search.Protocol.impl
 

Classes in gov.nih.nci.mageom.search.Protocol.impl that implement SoftwareSearchCriteria
 class SoftwareSearchCriteriaImpl
          Represents a query for Software objects.
 

Methods in gov.nih.nci.mageom.search.Protocol.impl with parameters of type SoftwareSearchCriteria
 void SoftwareApplicationSearchCriteriaImpl.setSoftwareCriteria(SoftwareSearchCriteria criteria)
           
 void SoftwareApplicationSearchCriteriaImpl.setSoftwareCriteria(SoftwareSearchCriteria criteria, java.lang.String booleanOp)
           
 void SoftwareSearchCriteriaImpl.setSoftwaresCriteria(SoftwareSearchCriteria criteria)
           
 void ProtocolSearchCriteriaImpl.setSoftwaresCriteria(SoftwareSearchCriteria criteria)
           
 void SoftwareSearchCriteriaImpl.setSoftwaresCriteria(SoftwareSearchCriteria criteria, java.lang.String booleanOp)
           
 void ProtocolSearchCriteriaImpl.setSoftwaresCriteria(SoftwareSearchCriteria criteria, java.lang.String booleanOp)