|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureSearchCriteria
Represents a query for Feature objects.
| Field Summary | |
|---|---|
static java.lang.String |
CONTROLFEATURESID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id. |
static java.lang.String |
CONTROLLEDFEATURESID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id. |
static java.lang.String |
FEATUREGROUPID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.id. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id. |
static java.lang.String |
ZONEID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.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 |
getControlFeaturesId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id |
java.lang.Long |
getControlledFeaturesId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id |
java.lang.Long |
getFeatureGroupId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.id |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Long |
getZoneId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.id |
void |
setControlFeaturesCriteria(FeatureSearchCriteria criteria)
Constrains the search for Feature objects to those associated with Feature objects by the association and selected by the given FeatureSearchCriteria. |
void |
setControlFeaturesCriteria(FeatureSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for Feature objects to those associated with Feature objects by the association and selected by the given FeatureSearchCriteria. |
void |
setControlFeaturesId(java.lang.Long controlFeaturesId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id |
void |
setControlFeaturesId(java.lang.Long controlFeaturesId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id |
void |
setControlledFeaturesCriteria(FeatureSearchCriteria criteria)
Constrains the search for Feature objects to those associated with Feature objects by the association and selected by the given FeatureSearchCriteria. |
void |
setControlledFeaturesCriteria(FeatureSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for Feature objects to those associated with Feature objects by the association and selected by the given FeatureSearchCriteria. |
void |
setControlledFeaturesId(java.lang.Long controlledFeaturesId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id |
void |
setControlledFeaturesId(java.lang.Long controlledFeaturesId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id |
void |
setFeatureGroupCriteria(FeatureGroupSearchCriteria criteria)
Constrains the search for Feature objects to those associated with FeatureGroup objects by the association and selected by the given FeatureGroupSearchCriteria. |
void |
setFeatureGroupCriteria(FeatureGroupSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for Feature objects to those associated with FeatureGroup objects by the association and selected by the given FeatureGroupSearchCriteria. |
void |
setFeatureGroupId(java.lang.Long featureGroupId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.id |
void |
setFeatureGroupId(java.lang.Long featureGroupId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.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 |
setZoneCriteria(ZoneSearchCriteria criteria)
Constrains the search for Feature objects to those associated with Zone objects by the association and selected by the given ZoneSearchCriteria. |
void |
setZoneCriteria(ZoneSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for Feature objects to those associated with Zone objects by the association and selected by the given ZoneSearchCriteria. |
void |
setZoneId(java.lang.Long zoneId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.id |
void |
setZoneId(java.lang.Long zoneId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.Feature#id,
Constant Field Valuesstatic final java.lang.String FEATUREGROUPID_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#id,
Constant Field Valuesstatic final java.lang.String CONTROLLEDFEATURESID_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.Feature#id,
Constant Field Valuesstatic final java.lang.String CONTROLFEATURESID_ATTRIBUTE
gov.nih.nci.mageom.domain.DesignElement.Feature#id,
Constant Field Valuesstatic final java.lang.String ZONEID_ATTRIBUTE
gov.nih.nci.mageom.domain.ArrayDesign.Zone#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface DesignElementSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface DesignElementSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface DesignElementSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriajava.lang.Long getFeatureGroupId()
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#idjava.lang.Long getControlledFeaturesId()
gov.nih.nci.mageom.domain.DesignElement.Feature#idjava.lang.Long getControlFeaturesId()
gov.nih.nci.mageom.domain.DesignElement.Feature#idjava.lang.Long getZoneId()
gov.nih.nci.mageom.domain.ArrayDesign.Zone#idvoid setFeatureGroupCriteria(FeatureGroupSearchCriteria criteria)
gov.nih.nci.mageom.search.ArrayDesign.FeatureGroupSearchCriteria - the SearchCriteria to be nestedFeatureGroupSearchCriteria
void setFeatureGroupCriteria(FeatureGroupSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.ArrayDesign.FeatureGroupSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORFeatureGroupSearchCriteriavoid setFeatureGroupId(java.lang.Long featureGroupId)
featureGroupId - gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#id
void setFeatureGroupId(java.lang.Long featureGroupId,
java.lang.String booleanOp)
featureGroupId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#idvoid setControlledFeaturesCriteria(FeatureSearchCriteria criteria)
gov.nih.nci.mageom.search.DesignElement.FeatureSearchCriteria - the SearchCriteria to be nestedFeatureSearchCriteria
void setControlledFeaturesCriteria(FeatureSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.DesignElement.FeatureSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORFeatureSearchCriteriavoid setControlledFeaturesId(java.lang.Long controlledFeaturesId)
controlledFeaturesId - gov.nih.nci.mageom.domain.DesignElement.Feature#id
void setControlledFeaturesId(java.lang.Long controlledFeaturesId,
java.lang.String booleanOp)
controlledFeaturesId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.DesignElement.Feature#idvoid setControlFeaturesCriteria(FeatureSearchCriteria criteria)
gov.nih.nci.mageom.search.DesignElement.FeatureSearchCriteria - the SearchCriteria to be nestedFeatureSearchCriteria
void setControlFeaturesCriteria(FeatureSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.DesignElement.FeatureSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORFeatureSearchCriteriavoid setControlFeaturesId(java.lang.Long controlFeaturesId)
controlFeaturesId - gov.nih.nci.mageom.domain.DesignElement.Feature#id
void setControlFeaturesId(java.lang.Long controlFeaturesId,
java.lang.String booleanOp)
controlFeaturesId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.DesignElement.Feature#idvoid setZoneCriteria(ZoneSearchCriteria criteria)
gov.nih.nci.mageom.search.ArrayDesign.ZoneSearchCriteria - the SearchCriteria to be nestedZoneSearchCriteria
void setZoneCriteria(ZoneSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.ArrayDesign.ZoneSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORZoneSearchCriteriavoid setZoneId(java.lang.Long zoneId)
zoneId - gov.nih.nci.mageom.domain.ArrayDesign.Zone#id
void setZoneId(java.lang.Long zoneId,
java.lang.String booleanOp)
zoneId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.ArrayDesign.Zone#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||