|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HardwareSearchCriteria
Represents a query for Hardware objects.
| Field Summary | |
|---|---|
static java.lang.String |
HARDWAREMANUFACTURERSID_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.Protocol.Hardware.id. |
static java.lang.String |
MAKE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make. |
static java.lang.String |
MODEL_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model. |
| 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 |
getHardwareManufacturersId()
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.String |
getMake()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make |
java.lang.String |
getModel()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model |
void |
setHardwareManufacturersCriteria(ContactSearchCriteria criteria)
Constrains the search for Hardware objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria. |
void |
setHardwareManufacturersCriteria(ContactSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for Hardware objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria. |
void |
setHardwareManufacturersId(java.lang.Long hardwareManufacturersId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id |
void |
setHardwareManufacturersId(java.lang.Long hardwareManufacturersId,
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 |
setMake(java.lang.String make)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make |
void |
setMake(java.lang.String make,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.make |
void |
setModel(java.lang.String model)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model |
void |
setModel(java.lang.String model,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.model |
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Hardware#id,
Constant Field Valuesstatic final java.lang.String MODEL_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Hardware#model,
Constant Field Valuesstatic final java.lang.String MAKE_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Hardware#make,
Constant Field Valuesstatic final java.lang.String HARDWAREMANUFACTURERSID_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriagetId in interface ParameterizableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriasetId in interface ParameterizableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriasetId in interface ParameterizableSearchCriteriajava.lang.String getModel()
gov.nih.nci.mageom.domain.Protocol.Hardware#modeljava.lang.String getMake()
gov.nih.nci.mageom.domain.Protocol.Hardware#makejava.lang.Long getHardwareManufacturersId()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#idvoid setModel(java.lang.String model)
model - gov.nih.nci.mageom.domain.Protocol.Hardware#model
void setModel(java.lang.String model,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - model 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.Protocol.Hardware#modelvoid setMake(java.lang.String make)
make - gov.nih.nci.mageom.domain.Protocol.Hardware#make
void setMake(java.lang.String make,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - make 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.Protocol.Hardware#makevoid setHardwareManufacturersCriteria(ContactSearchCriteria criteria)
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nestedContactSearchCriteria
void setHardwareManufacturersCriteria(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 setHardwareManufacturersId(java.lang.Long hardwareManufacturersId)
hardwareManufacturersId - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id
void setHardwareManufacturersId(java.lang.Long hardwareManufacturersId,
java.lang.String booleanOp)
hardwareManufacturersId - 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#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||