gov.nih.nci.mageom.search.Protocol
Interface ProtocolApplicationSearchCriteria

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, ParameterizableApplicationSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
ProtocolApplicationSearchCriteriaImpl

public interface ProtocolApplicationSearchCriteria
extends ParameterizableApplicationSearchCriteria, Searchable

Represents a query for ProtocolApplication objects.

Version:
%I%, %G%

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

ID_ATTRIBUTE

static final java.lang.String ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.id.

See Also:
gov.nih.nci.mageom.domain.Protocol.ProtocolApplication#id, Constant Field Values

ACTIVITYDATE_ATTRIBUTE

static final java.lang.String ACTIVITYDATE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.activityDate.

See Also:
gov.nih.nci.mageom.domain.Protocol.ProtocolApplication#activityDate, Constant Field Values

PROTOCOLID_ATTRIBUTE

static final java.lang.String PROTOCOLID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.id.

See Also:
gov.nih.nci.mageom.domain.Protocol.Protocol#id, Constant Field Values

PERFORMERSID_ATTRIBUTE

static final java.lang.String PERFORMERSID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.id.

See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#id, Constant Field Values
Method Detail

getId

java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface DescribableSearchCriteria
Specified by:
getId in interface ExtendableSearchCriteria
Specified by:
getId in interface ParameterizableApplicationSearchCriteria
Returns:
the id criterion

setId

void setId(java.lang.Long id)
Sets the value of the id criterion.

Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface ParameterizableApplicationSearchCriteria
Parameters:
id -

setId

void setId(java.lang.Long id,
           java.lang.String booleanOp)
Specified by:
setId in interface DescribableSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface ParameterizableApplicationSearchCriteria

getActivityDate

java.lang.String getActivityDate()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.activityDate

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.Protocol.ProtocolApplication#activityDate

getProtocolId

java.lang.Long getProtocolId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.Protocol.Protocol#id

getPerformersId

java.lang.Long getPerformersId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.id

Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#id

setActivityDate

void setActivityDate(java.lang.String activityDate)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ProtocolApplication.activityDate

Parameters:
activityDate -
See Also:
gov.nih.nci.mageom.domain.Protocol.ProtocolApplication#activityDate

setActivityDate

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

Parameters:
String - activityDate the criterion value
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
String - caseInsensitive one of gov.nih.nci.common.search.CriteriaElement.CASESENSITIVE or gov.nih.nci.common.search.CriteriaElement.CASEINSENSITIVE
See Also:
gov.nih.nci.mageom.domain.Protocol.ProtocolApplication#activityDate

setProtocolCriteria

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.

Parameters:
gov.nih.nci.mageom.search.Protocol.ProtocolSearchCriteria - the SearchCriteria to be nested
See Also:
ProtocolSearchCriteria

setProtocolCriteria

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.

Parameters:
gov.nih.nci.mageom.search.Protocol.ProtocolSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
ProtocolSearchCriteria

setProtocolId

void setProtocolId(java.lang.Long protocolId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Protocol.id

Parameters:
protocolId -
See Also:
gov.nih.nci.mageom.domain.Protocol.Protocol#id

setProtocolId

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

Parameters:
protocolId -
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.Protocol.Protocol#id

setPerformersCriteria

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.

Parameters:
gov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria - the SearchCriteria to be nested
See Also:
PersonSearchCriteria

setPerformersCriteria

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.

Parameters:
gov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria - the SearchCriteria to be nested
String - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
PersonSearchCriteria

setPerformersId

void setPerformersId(java.lang.Long performersId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.id

Parameters:
performersId -
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#id

setPerformersId

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

Parameters:
performersId -
String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OR
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#id