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

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

public interface SoftwareSearchCriteria
extends ParameterizableSearchCriteria, Searchable

Represents a query for Software objects.

Version:
%I%, %G%

Field Summary
static java.lang.String HARDWAREID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id.
static java.lang.String ID_ATTRIBUTE
          This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id.
static java.lang.String SOFTWAREMANUFACTURERSID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id.
static java.lang.String SOFTWARESID_ATTRIBUTE
          The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id.
 
Fields inherited from interface gov.nih.nci.mageom.search.Protocol.ParameterizableSearchCriteria
URI_ATTRIBUTE
 
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 getHardwareId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Long getSoftwareManufacturersId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 java.lang.Long getSoftwaresId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id
 void setHardwareCriteria(HardwareSearchCriteria criteria)
          Constrains the search for Software objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.
 void setHardwareCriteria(HardwareSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Software objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.
 void setHardwareId(java.lang.Long hardwareId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id
 void setHardwareId(java.lang.Long hardwareId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.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 setSoftwareManufacturersCriteria(ContactSearchCriteria criteria)
          Constrains the search for Software objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.
 void setSoftwareManufacturersCriteria(ContactSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for Software objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria.
 void setSoftwareManufacturersId(java.lang.Long softwareManufacturersId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 void setSoftwareManufacturersId(java.lang.Long softwareManufacturersId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id
 void 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 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 setSoftwaresId(java.lang.Long softwaresId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id
 void setSoftwaresId(java.lang.Long softwaresId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id
 
Methods inherited from interface gov.nih.nci.mageom.search.Protocol.ParameterizableSearchCriteria
getURI, setURI, setURI
 
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.Protocol.Software.id.

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

SOFTWAREMANUFACTURERSID_ATTRIBUTE

static final java.lang.String SOFTWAREMANUFACTURERSID_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

HARDWAREID_ATTRIBUTE

static final java.lang.String HARDWAREID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id.

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

SOFTWARESID_ATTRIBUTE

static final java.lang.String SOFTWARESID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id.

See Also:
gov.nih.nci.mageom.domain.Protocol.Software#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
Specified by:
getId in interface ParameterizableSearchCriteria
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
Specified by:
setId in interface ParameterizableSearchCriteria
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
Specified by:
setId in interface ParameterizableSearchCriteria

getSoftwareManufacturersId

java.lang.Long getSoftwareManufacturersId()
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

getHardwareId

java.lang.Long getHardwareId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id

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

getSoftwaresId

java.lang.Long getSoftwaresId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id

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

setSoftwareManufacturersCriteria

void setSoftwareManufacturersCriteria(ContactSearchCriteria criteria)
Constrains the search for Software 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

setSoftwareManufacturersCriteria

void setSoftwareManufacturersCriteria(ContactSearchCriteria criteria,
                                      java.lang.String booleanOp)
Constrains the search for Software 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

setSoftwareManufacturersId

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

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

setSoftwareManufacturersId

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

Parameters:
softwareManufacturersId -
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

setHardwareCriteria

void setHardwareCriteria(HardwareSearchCriteria criteria)
Constrains the search for Software objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.

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

setHardwareCriteria

void setHardwareCriteria(HardwareSearchCriteria criteria,
                         java.lang.String booleanOp)
Constrains the search for Software objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria.

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

setHardwareId

void setHardwareId(java.lang.Long hardwareId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id

Parameters:
hardwareId -
See Also:
gov.nih.nci.mageom.domain.Protocol.Hardware#id

setHardwareId

void setHardwareId(java.lang.Long hardwareId,
                   java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id

Parameters:
hardwareId -
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.Protocol.Hardware#id

setSoftwaresCriteria

void setSoftwaresCriteria(SoftwareSearchCriteria criteria)
Constrains the search for Software objects to those associated with Software objects by the association and selected by the given SoftwareSearchCriteria.

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

setSoftwaresCriteria

void 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.

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

setSoftwaresId

void setSoftwaresId(java.lang.Long softwaresId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id

Parameters:
softwaresId -
See Also:
gov.nih.nci.mageom.domain.Protocol.Software#id

setSoftwaresId

void setSoftwaresId(java.lang.Long softwaresId,
                    java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id

Parameters:
softwaresId -
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.Protocol.Software#id