|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterValueSearchCriteria
Represents a query for ParameterValue objects.
| Field Summary | |
|---|---|
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.id. |
static java.lang.String |
PARAMETERTYPEID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id. |
static java.lang.String |
VALUE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value. |
| Method Summary | |
|---|---|
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Long |
getParameterTypeId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id |
java.lang.String |
getValue()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setParameterTypeCriteria(ParameterSearchCriteria criteria)
Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria. |
void |
setParameterTypeCriteria(ParameterSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria. |
void |
setParameterTypeId(java.lang.Long parameterTypeId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id |
void |
setParameterTypeId(java.lang.Long parameterTypeId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id |
void |
setValue(java.lang.String value)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value |
void |
setValue(java.lang.String value,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value |
| 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.ParameterValue#id,
Constant Field Valuesstatic final java.lang.String VALUE_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.ParameterValue#value,
Constant Field Valuesstatic final java.lang.String PARAMETERTYPEID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Parameter#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface ExtendableSearchCriteriavoid setId(java.lang.Long id)
setId in interface ExtendableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface ExtendableSearchCriteriajava.lang.String getValue()
gov.nih.nci.mageom.domain.Protocol.ParameterValue#valuejava.lang.Long getParameterTypeId()
gov.nih.nci.mageom.domain.Protocol.Parameter#idvoid setValue(java.lang.String value)
value - gov.nih.nci.mageom.domain.Protocol.ParameterValue#value
void setValue(java.lang.String value,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - value 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.ParameterValue#valuevoid setParameterTypeCriteria(ParameterSearchCriteria criteria)
gov.nih.nci.mageom.search.Protocol.ParameterSearchCriteria - the SearchCriteria to be nestedParameterSearchCriteria
void setParameterTypeCriteria(ParameterSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.Protocol.ParameterSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORParameterSearchCriteriavoid setParameterTypeId(java.lang.Long parameterTypeId)
parameterTypeId - gov.nih.nci.mageom.domain.Protocol.Parameter#id
void setParameterTypeId(java.lang.Long parameterTypeId,
java.lang.String booleanOp)
parameterTypeId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Protocol.Parameter#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||