gov.nih.nci.mageom.search.DesignElement
Interface FeatureSearchCriteria

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

public interface FeatureSearchCriteria
extends DesignElementSearchCriteria, Searchable

Represents a query for Feature objects.

Version:
%I%, %G%

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

ID_ATTRIBUTE

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

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

FEATUREGROUPID_ATTRIBUTE

static final java.lang.String FEATUREGROUPID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.id.

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

CONTROLLEDFEATURESID_ATTRIBUTE

static final java.lang.String CONTROLLEDFEATURESID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id.

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

CONTROLFEATURESID_ATTRIBUTE

static final java.lang.String CONTROLFEATURESID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id.

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

ZONEID_ATTRIBUTE

static final java.lang.String ZONEID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.id.

See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#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 DesignElementSearchCriteria
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 DesignElementSearchCriteria
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 DesignElementSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface IdentifiableSearchCriteria

getFeatureGroupId

java.lang.Long getFeatureGroupId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.id

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

getControlledFeaturesId

java.lang.Long getControlledFeaturesId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id

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

getControlFeaturesId

java.lang.Long getControlFeaturesId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id

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

getZoneId

java.lang.Long getZoneId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.id

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

setFeatureGroupCriteria

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.

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

setFeatureGroupCriteria

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.

Parameters:
gov.nih.nci.mageom.search.ArrayDesign.FeatureGroupSearchCriteria - 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:
FeatureGroupSearchCriteria

setFeatureGroupId

void setFeatureGroupId(java.lang.Long featureGroupId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup.id

Parameters:
featureGroupId -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.FeatureGroup#id

setFeatureGroupId

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

Parameters:
featureGroupId -
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.ArrayDesign.FeatureGroup#id

setControlledFeaturesCriteria

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.

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

setControlledFeaturesCriteria

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.

Parameters:
gov.nih.nci.mageom.search.DesignElement.FeatureSearchCriteria - 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:
FeatureSearchCriteria

setControlledFeaturesId

void setControlledFeaturesId(java.lang.Long controlledFeaturesId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id

Parameters:
controlledFeaturesId -
See Also:
gov.nih.nci.mageom.domain.DesignElement.Feature#id

setControlledFeaturesId

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

Parameters:
controlledFeaturesId -
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.DesignElement.Feature#id

setControlFeaturesCriteria

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.

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

setControlFeaturesCriteria

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.

Parameters:
gov.nih.nci.mageom.search.DesignElement.FeatureSearchCriteria - 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:
FeatureSearchCriteria

setControlFeaturesId

void setControlFeaturesId(java.lang.Long controlFeaturesId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Feature.id

Parameters:
controlFeaturesId -
See Also:
gov.nih.nci.mageom.domain.DesignElement.Feature#id

setControlFeaturesId

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

Parameters:
controlFeaturesId -
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.DesignElement.Feature#id

setZoneCriteria

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.

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

setZoneCriteria

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.

Parameters:
gov.nih.nci.mageom.search.ArrayDesign.ZoneSearchCriteria - 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:
ZoneSearchCriteria

setZoneId

void setZoneId(java.lang.Long zoneId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.ArrayDesign.Zone.id

Parameters:
zoneId -
See Also:
gov.nih.nci.mageom.domain.ArrayDesign.Zone#id

setZoneId

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

Parameters:
zoneId -
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.ArrayDesign.Zone#id