|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProtocolApplicationSearchCriteria
Represents a query for ProtocolApplication objects.
| Field Summary | |
|---|---|
static java.lang.String |
ACTIVITYDATE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.activityDate. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.id. |
static java.lang.String |
PERFORMERSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.id. |
static java.lang.String |
PROTOCOLID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.id. |
| Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria |
|---|
SECURITYID_ATTRIBUTE |
| Method Summary | |
|---|---|
java.lang.String |
getActivityDate()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.activityDate |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Long |
getPerformersId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.id |
java.lang.Long |
getProtocolId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.id |
void |
setActivityDate(java.lang.String activityDate)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.activityDate |
void |
setActivityDate(java.lang.String activityDate,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.activityDate |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setPerformersCriteria(PersonSearchCriteria criteria)
Constrains the search for ProtocolApplication objects to those associated with Person objects by the association and selected by the given PersonSearchCriteria. |
void |
setPerformersCriteria(PersonSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for ProtocolApplication objects to those associated with Person objects by the association and selected by the given PersonSearchCriteria. |
void |
setPerformersId(java.lang.Long performersId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.id |
void |
setPerformersId(java.lang.Long performersId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.id |
void |
setProtocolCriteria(ProtocolSearchCriteria criteria)
Constrains the search for ProtocolApplication objects to those associated with Protocol objects by the association and selected by the given ProtocolSearchCriteria. |
void |
setProtocolCriteria(ProtocolSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for ProtocolApplication objects to those associated with Protocol objects by the association and selected by the given ProtocolSearchCriteria. |
void |
setProtocolId(java.lang.Long protocolId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.id |
void |
setProtocolId(java.lang.Long protocolId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.id |
| 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.ProtocolApplication#id,
Constant Field Valuesstatic final java.lang.String ACTIVITYDATE_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.ProtocolApplication#activityDate,
Constant Field Valuesstatic final java.lang.String PROTOCOLID_ATTRIBUTE
gov.nih.nci.mageom.domain.Protocol.Protocol#id,
Constant Field Valuesstatic final java.lang.String PERFORMERSID_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface ParameterizableApplicationSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface ParameterizableApplicationSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface ParameterizableApplicationSearchCriteriajava.lang.String getActivityDate()
gov.nih.nci.mageom.domain.Protocol.ProtocolApplication#activityDatejava.lang.Long getProtocolId()
gov.nih.nci.mageom.domain.Protocol.Protocol#idjava.lang.Long getPerformersId()
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#idvoid setActivityDate(java.lang.String activityDate)
activityDate - gov.nih.nci.mageom.domain.Protocol.ProtocolApplication#activityDate
void setActivityDate(java.lang.String activityDate,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - activityDate 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.ProtocolApplication#activityDatevoid setProtocolCriteria(ProtocolSearchCriteria criteria)
gov.nih.nci.mageom.search.Protocol.ProtocolSearchCriteria - the SearchCriteria to be nestedProtocolSearchCriteria
void setProtocolCriteria(ProtocolSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.Protocol.ProtocolSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORProtocolSearchCriteriavoid setProtocolId(java.lang.Long protocolId)
protocolId - gov.nih.nci.mageom.domain.Protocol.Protocol#id
void setProtocolId(java.lang.Long protocolId,
java.lang.String booleanOp)
protocolId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.Protocol.Protocol#idvoid setPerformersCriteria(PersonSearchCriteria criteria)
gov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria - the SearchCriteria to be nestedPersonSearchCriteria
void setPerformersCriteria(PersonSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORPersonSearchCriteriavoid setPerformersId(java.lang.Long performersId)
performersId - gov.nih.nci.mageom.domain.AuditAndSecurity.Person#id
void setPerformersId(java.lang.Long performersId,
java.lang.String booleanOp)
performersId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.AuditAndSecurity.Person#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||