|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayDesignSearchCriteria
Represents a query for ArrayDesign objects.
| Field Summary | |
|---|---|
static java.lang.String |
COMPOSITEGROUPSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id. |
static java.lang.String |
DESIGNPROVIDERSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.id. |
static java.lang.String |
NUMBEROFFEATURES_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures. |
static java.lang.String |
REPORTERGROUPSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id. |
static java.lang.String |
VERSION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version. |
| 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 |
getCompositeGroupsId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id |
java.lang.Long |
getDesignProvidersId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Integer |
getNumberOfFeatures()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures |
java.lang.Long |
getReporterGroupsId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id |
java.lang.String |
getVersion()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version |
void |
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 |
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. |
void |
setCompositeGroupsId(java.lang.Long compositeGroupsId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id |
void |
setCompositeGroupsId(java.lang.Long compositeGroupsId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup.id |
void |
setDesignProvidersCriteria(ContactSearchCriteria criteria)
Constrains the search for ArrayDesign objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria. |
void |
setDesignProvidersCriteria(ContactSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for ArrayDesign objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria. |
void |
setDesignProvidersId(java.lang.Long designProvidersId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id |
void |
setDesignProvidersId(java.lang.Long designProvidersId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.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 |
setNumberOfFeatures(java.lang.Integer numberOfFeatures)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures |
void |
setNumberOfFeatures(java.lang.Integer numberOfFeatures,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.numberOfFeatures |
void |
setReporterGroupsCriteria(ReporterGroupSearchCriteria criteria)
Constrains the search for ArrayDesign objects to those associated with ReporterGroup objects by the association and selected by the given ReporterGroupSearchCriteria. |
void |
setReporterGroupsCriteria(ReporterGroupSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for ArrayDesign objects to those associated with ReporterGroup objects by the association and selected by the given ReporterGroupSearchCriteria. |
void |
setReporterGroupsId(java.lang.Long reporterGroupsId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id |
void |
setReporterGroupsId(java.lang.Long reporterGroupsId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup.id |
void |
setVersion(java.lang.String version)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version |
void |
setVersion(java.lang.String version,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign.version |
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#id,
Constant Field Valuesstatic final java.lang.String VERSION_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#version,
Constant Field Valuesstatic final java.lang.String NUMBEROFFEATURES_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#numberOfFeatures,
Constant Field Valuesstatic final java.lang.String COMPOSITEGROUPSID_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup#id,
Constant Field Valuesstatic final java.lang.String DESIGNPROVIDERSID_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id,
Constant Field Valuesstatic final java.lang.String REPORTERGROUPSID_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriajava.lang.String getVersion()
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#versionjava.lang.Integer getNumberOfFeatures()
gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#numberOfFeaturesjava.lang.Long getCompositeGroupsId()
gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup#idjava.lang.Long getDesignProvidersId()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#idjava.lang.Long getReporterGroupsId()
gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup#idvoid setVersion(java.lang.String version)
version - gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#version
void setVersion(java.lang.String version,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - version the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORString - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVEgov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#versionvoid setNumberOfFeatures(java.lang.Integer numberOfFeatures)
numberOfFeatures - gov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#numberOfFeatures
void setNumberOfFeatures(java.lang.Integer numberOfFeatures,
java.lang.String booleanOp)
numberOfFeatures - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.ArrayDesign.ArrayDesign#numberOfFeaturesvoid setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria)
gov.nih.nci.mageom.search.ArrayDesign.CompositeGroupSearchCriteria - the SearchCriteria to be nestedCompositeGroupSearchCriteria
void setCompositeGroupsCriteria(CompositeGroupSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.ArrayDesign.CompositeGroupSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORCompositeGroupSearchCriteriavoid setCompositeGroupsId(java.lang.Long compositeGroupsId)
compositeGroupsId - gov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup#id
void setCompositeGroupsId(java.lang.Long compositeGroupsId,
java.lang.String booleanOp)
compositeGroupsId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.ArrayDesign.CompositeGroup#idvoid setDesignProvidersCriteria(ContactSearchCriteria criteria)
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nestedContactSearchCriteria
void setDesignProvidersCriteria(ContactSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORContactSearchCriteriavoid setDesignProvidersId(java.lang.Long designProvidersId)
designProvidersId - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id
void setDesignProvidersId(java.lang.Long designProvidersId,
java.lang.String booleanOp)
designProvidersId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.AuditAndSecurity.Contact#idvoid setReporterGroupsCriteria(ReporterGroupSearchCriteria criteria)
gov.nih.nci.mageom.search.ArrayDesign.ReporterGroupSearchCriteria - the SearchCriteria to be nestedReporterGroupSearchCriteria
void setReporterGroupsCriteria(ReporterGroupSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.ArrayDesign.ReporterGroupSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORReporterGroupSearchCriteriavoid setReporterGroupsId(java.lang.Long reporterGroupsId)
reporterGroupsId - gov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup#id
void setReporterGroupsId(java.lang.Long reporterGroupsId,
java.lang.String booleanOp)
reporterGroupsId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.ArrayDesign.ReporterGroup#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||