|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProtocolSearchCriteria
Represents a query for Protocol objects.
| Field Summary | |
|---|---|
static java.lang.String |
HARDWARESID_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.Protocol.id. |
static java.lang.String |
SOFTWARESID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id. |
static java.lang.String |
TEXT_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text. |
static java.lang.String |
TITLE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title. |
| 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 |
getHardwaresId()
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 |
getSoftwaresId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Software.id |
java.lang.String |
getText()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text |
java.lang.String |
getTitle()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title |
void |
setHardwaresCriteria(HardwareSearchCriteria criteria)
Constrains the search for Protocol objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria. |
void |
setHardwaresCriteria(HardwareSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for Protocol objects to those associated with Hardware objects by the association and selected by the given HardwareSearchCriteria. |
void |
setHardwaresId(java.lang.Long hardwaresId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Hardware.id |
void |
setHardwaresId(java.lang.Long hardwaresId,
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 |
setSoftwaresCriteria(SoftwareSearchCriteria criteria)
Constrains the search for Protocol 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 Protocol 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 |
void |
setText(java.lang.String text)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text |
void |
setText(java.lang.String text,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.text |
void |
setTitle(java.lang.String title)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title |
void |
setTitle(java.lang.String title,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.title |
| 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.Protocol#id,
Constant Field Valuesstatic final java.lang.String TEXT_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Protocol#text,
Constant Field Valuesstatic final java.lang.String TITLE_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Protocol#title,
Constant Field Valuesstatic final java.lang.String SOFTWARESID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Software#id,
Constant Field Valuesstatic final java.lang.String HARDWARESID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Hardware#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 getText()
gov.nih.nci.mageom.domain.Protocol.Protocol#textjava.lang.String getTitle()
gov.nih.nci.mageom.domain.Protocol.Protocol#titlejava.lang.Long getSoftwaresId()
gov.nih.nci.mageom.domain.Protocol.Software#idjava.lang.Long getHardwaresId()
gov.nih.nci.mageom.domain.Protocol.Hardware#idvoid setText(java.lang.String text)
text - gov.nih.nci.mageom.domain.Protocol.Protocol#text
void setText(java.lang.String text,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - text 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.Protocol#textvoid setTitle(java.lang.String title)
title - gov.nih.nci.mageom.domain.Protocol.Protocol#title
void setTitle(java.lang.String title,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - title 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.Protocol#titlevoid 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#idvoid setHardwaresCriteria(HardwareSearchCriteria criteria)
gov.nih.nci.mageom.search.Protocol.HardwareSearchCriteria - the SearchCriteria to be nestedHardwareSearchCriteria
void setHardwaresCriteria(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 setHardwaresId(java.lang.Long hardwaresId)
hardwaresId - gov.nih.nci.mageom.domain.Protocol.Hardware#id
void setHardwaresId(java.lang.Long hardwaresId,
java.lang.String booleanOp)
hardwaresId - 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#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||