gov.nih.nci.mageom.search.Experiment
Interface ExperimentSearchCriteria

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, IdentifiableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
ExperimentSearchCriteriaImpl

public interface ExperimentSearchCriteria
extends IdentifiableSearchCriteria, Searchable

Represents a query for Experiment objects.

Version:
%I%, %G%

Field Summary
static java.lang.String ANALYSISRESULTSID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster.id.
static java.lang.String BIOASSAYDATAID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioAssayData.id.
static java.lang.String BIOASSAYSID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Experiment.Experiment.id.
static java.lang.String PROVIDERSID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id.
 
Fields inherited from interface gov.nih.nci.mageom.search.IdentifiableSearchCriteria
IDENTIFIER_ATTRIBUTE, NAME_ATTRIBUTE
 
Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
SECURITYID_ATTRIBUTE
 
Method Summary
 java.lang.Long getAnalysisResultsId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster.id
 java.lang.Long getBioAssayDataId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioAssayData.id
 java.lang.Long getBioAssaysId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Long getProvidersId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 void setAnalysisResultsCriteria(BioAssayDataClusterSearchCriteria criteria)
          Constrains the search for Experiment objects to those associated with BioAssayDataCluster objects by the association and selected by the given BioAssayDataClusterSearchCriteria.
 void setAnalysisResultsCriteria(BioAssayDataClusterSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Experiment objects to those associated with BioAssayDataCluster objects by the association and selected by the given BioAssayDataClusterSearchCriteria.
 void setAnalysisResultsId(java.lang.Long analysisResultsId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster.id
 void setAnalysisResultsId(java.lang.Long analysisResultsId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster.id
 void setBioAssayDataCriteria(BioAssayDataSearchCriteria criteria)
          Constrains the search for Experiment objects to those associated with BioAssayData objects by the association and selected by the given BioAssayDataSearchCriteria.
 void setBioAssayDataCriteria(BioAssayDataSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Experiment objects to those associated with BioAssayData objects by the association and selected by the given BioAssayDataSearchCriteria.
 void setBioAssayDataId(java.lang.Long bioAssayDataId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioAssayData.id
 void setBioAssayDataId(java.lang.Long bioAssayDataId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioAssayData.id
 void setBioAssaysCriteria(BioAssaySearchCriteria criteria)
          Constrains the search for Experiment objects to those associated with BioAssay objects by the association and selected by the given BioAssaySearchCriteria.
 void setBioAssaysCriteria(BioAssaySearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Experiment objects to those associated with BioAssay objects by the association and selected by the given BioAssaySearchCriteria.
 void setBioAssaysId(java.lang.Long bioAssaysId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id
 void setBioAssaysId(java.lang.Long bioAssaysId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setProvidersCriteria(ContactSearchCriteria criteria)
          Constrains the search for Experiment objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.
 void setProvidersCriteria(ContactSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Experiment objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.
 void setProvidersId(java.lang.Long providersId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 void setProvidersId(java.lang.Long providersId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 
Methods inherited from interface gov.nih.nci.mageom.search.IdentifiableSearchCriteria
getIdentifier, getName, setIdentifier, setIdentifier, setName, setName
 
Methods inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria
getSecurityId, setSecurityCriteria, setSecurityCriteria, setSecurityId, setSecurityId
 
Methods inherited from interface gov.nih.nci.common.search.Searchable
getMaxRecordset, getOrderBy, getReturnCount, getReturnObjects, putCriterion, putCriterion, search, setMaxRecordset, setOrderBy, setReturnCount, setReturnObjects
 
Methods inherited from interface gov.nih.nci.common.search.session.SessionObject
getSessionId, setSessionId
 

Field Detail

ID_ATTRIBUTE

static final java.lang.String ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Experiment.Experiment.id.

See Also:
gov.nih.nci.mageom.domain.Experiment.Experiment#id, Constant Field Values

PROVIDERSID_ATTRIBUTE

static final java.lang.String PROVIDERSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id.

See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id, Constant Field Values

ANALYSISRESULTSID_ATTRIBUTE

static final java.lang.String ANALYSISRESULTSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster.id.

See Also:
gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster#id, Constant Field Values

BIOASSAYDATAID_ATTRIBUTE

static final java.lang.String BIOASSAYDATAID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioAssayData.id.

See Also:
gov.nih.nci.mageom.domain.BioAssayData.BioAssayData#id, Constant Field Values

BIOASSAYSID_ATTRIBUTE

static final java.lang.String BIOASSAYSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id.

See Also:
gov.nih.nci.mageom.domain.BioAssay.BioAssay#id, Constant Field Values
Method Detail

getId

java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface DescribableSearchCriteria
Specified by:
getId in interface ExtendableSearchCriteria
Specified by:
getId in interface IdentifiableSearchCriteria
Returns:
the id criterion

setId

void setId(java.lang.Long id)
Sets the value of the id criterion.

Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface IdentifiableSearchCriteria
Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)
Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface IdentifiableSearchCriteria

getProvidersId

java.lang.Long getProvidersId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id

getAnalysisResultsId

java.lang.Long getAnalysisResultsId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster#id

getBioAssayDataId

java.lang.Long getBioAssayDataId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioAssayData.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.BioAssayData.BioAssayData#id

getBioAssaysId

java.lang.Long getBioAssaysId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.BioAssay.BioAssay#id

setProvidersCriteria

void setProvidersCriteria(ContactSearchCriteria criteria)
Constrains the search for Experiment objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nested
See Also:
ContactSearchCriteria

setProvidersCriteria

void setProvidersCriteria(ContactSearchCriteria criteria,
                          java.lang.String booleanOp)
Constrains the search for Experiment objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
ContactSearchCriteria

setProvidersId

void setProvidersId(java.lang.Long providersId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

Parameters:
providersId -
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id

setProvidersId

void setProvidersId(java.lang.Long providersId,
                    java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

Parameters:
providersId -
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id

setAnalysisResultsCriteria

void setAnalysisResultsCriteria(BioAssayDataClusterSearchCriteria criteria)
Constrains the search for Experiment objects to those associated with BioAssayDataCluster objects by the association and selected by the given BioAssayDataClusterSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.HigherLevelAnalysis.BioAssayDataClusterSearchCriteria - the SearchCriteria to be nested
See Also:
BioAssayDataClusterSearchCriteria

setAnalysisResultsCriteria

void setAnalysisResultsCriteria(BioAssayDataClusterSearchCriteria criteria,
                                java.lang.String booleanOp)
Constrains the search for Experiment objects to those associated with BioAssayDataCluster objects by the association and selected by the given BioAssayDataClusterSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.HigherLevelAnalysis.BioAssayDataClusterSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
BioAssayDataClusterSearchCriteria

setAnalysisResultsId

void setAnalysisResultsId(java.lang.Long analysisResultsId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster.id

Parameters:
analysisResultsId -
See Also:
gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster#id

setAnalysisResultsId

void setAnalysisResultsId(java.lang.Long analysisResultsId,
                          java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster.id

Parameters:
analysisResultsId -
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.HigherLevelAnalysis.BioAssayDataCluster#id

setBioAssayDataCriteria

void setBioAssayDataCriteria(BioAssayDataSearchCriteria criteria)
Constrains the search for Experiment objects to those associated with BioAssayData objects by the association and selected by the given BioAssayDataSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.BioAssayData.BioAssayDataSearchCriteria - the SearchCriteria to be nested
See Also:
BioAssayDataSearchCriteria

setBioAssayDataCriteria

void setBioAssayDataCriteria(BioAssayDataSearchCriteria criteria,
                             java.lang.String booleanOp)
Constrains the search for Experiment objects to those associated with BioAssayData objects by the association and selected by the given BioAssayDataSearchCriteria.

Parameters:
gov.nih.nci.mageom.search.BioAssayData.BioAssayDataSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
BioAssayDataSearchCriteria

setBioAssayDataId

void setBioAssayDataId(java.lang.Long bioAssayDataId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioAssayData.id

Parameters:
bioAssayDataId -
See Also:
gov.nih.nci.mageom.domain.BioAssayData.BioAssayData#id

setBioAssayDataId

void setBioAssayDataId(java.lang.Long bioAssayDataId,
                       java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssayData.BioAssayData.id

Parameters:
bioAssayDataId -
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.BioAssayData.BioAssayData#id

setBioAssaysCriteria

void setBioAssaysCriteria(BioAssaySearchCriteria criteria)
Constrains the search for Experiment objects to those associated with BioAssay objects by the association and selected by the given BioAssaySearchCriteria.

Parameters:
gov.nih.nci.mageom.search.BioAssay.BioAssaySearchCriteria - the SearchCriteria to be nested
See Also:
BioAssaySearchCriteria

setBioAssaysCriteria

void setBioAssaysCriteria(BioAssaySearchCriteria criteria,
                          java.lang.String booleanOp)
Constrains the search for Experiment objects to those associated with BioAssay objects by the association and selected by the given BioAssaySearchCriteria.

Parameters:
gov.nih.nci.mageom.search.BioAssay.BioAssaySearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
BioAssaySearchCriteria

setBioAssaysId

void setBioAssaysId(java.lang.Long bioAssaysId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id

Parameters:
bioAssaysId -
See Also:
gov.nih.nci.mageom.domain.BioAssay.BioAssay#id

setBioAssaysId

void setBioAssaysId(java.lang.Long bioAssaysId,
                    java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.BioAssay.BioAssay.id

Parameters:
bioAssaysId -
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.BioAssay.BioAssay#id