|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SoftwareSearchCriteria
Represents a query for Software objects.
| 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 |
|---|
static final java.lang.String ID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Software#id,
Constant Field Valuesstatic final java.lang.String SOFTWAREMANUFACTURERSID_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id,
Constant Field Valuesstatic final java.lang.String HARDWAREID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Hardware#id,
Constant Field Valuesstatic final java.lang.String SOFTWARESID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Software#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.Long getSoftwareManufacturersId()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#idjava.lang.Long getHardwareId()
gov.nih.nci.mageom.domain.Protocol.Hardware#idjava.lang.Long getSoftwaresId()
gov.nih.nci.mageom.domain.Protocol.Software#idvoid setSoftwareManufacturersCriteria(ContactSearchCriteria criteria)
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nestedContactSearchCriteria
void setSoftwareManufacturersCriteria(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 setSoftwareManufacturersId(java.lang.Long softwareManufacturersId)
softwareManufacturersId - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id
void setSoftwareManufacturersId(java.lang.Long softwareManufacturersId,
java.lang.String booleanOp)
softwareManufacturersId - 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 setHardwareCriteria(HardwareSearchCriteria criteria)
gov.nih.nci.mageom.search.Protocol.HardwareSearchCriteria - the SearchCriteria to be nestedHardwareSearchCriteria
void setHardwareCriteria(HardwareSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.Protocol.HardwareSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORHardwareSearchCriteriavoid setHardwareId(java.lang.Long hardwareId)
hardwareId - gov.nih.nci.mageom.domain.Protocol.Hardware#id
void setHardwareId(java.lang.Long hardwareId,
java.lang.String booleanOp)
hardwareId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Protocol.Hardware#idvoid setSoftwaresCriteria(SoftwareSearchCriteria criteria)
gov.nih.nci.mageom.search.Protocol.SoftwareSearchCriteria - the SearchCriteria to be nestedSoftwareSearchCriteria
void setSoftwaresCriteria(SoftwareSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.Protocol.SoftwareSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORSoftwareSearchCriteriavoid setSoftwaresId(java.lang.Long softwaresId)
softwaresId - gov.nih.nci.mageom.domain.Protocol.Software#id
void setSoftwaresId(java.lang.Long softwaresId,
java.lang.String booleanOp)
softwaresId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Protocol.Software#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||