|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersonSearchCriteria
Represents a query for Person objects.
| Field Summary | |
|---|---|
static java.lang.String |
AFFILIATIONID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Organization.id. |
static java.lang.String |
FIRSTNAME_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.firstName. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.id. |
static java.lang.String |
LASTNAME_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.lastName. |
static java.lang.String |
MIDINITIALS_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.midInitials. |
| Fields inherited from interface gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria |
|---|
ADDRESS_ATTRIBUTE, EMAIL_ATTRIBUTE, FAX_ATTRIBUTE, PHONE_ATTRIBUTE, TOLLFREEPHONE_ATTRIBUTE, 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 |
getAffiliationId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Organization.id |
java.lang.String |
getFirstName()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.firstName |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.String |
getLastName()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.lastName |
java.lang.String |
getMidInitials()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.midInitials |
void |
setAffiliationCriteria(OrganizationSearchCriteria criteria)
Constrains the search for Person objects to those associated with Organization objects by the association and selected by the given OrganizationSearchCriteria. |
void |
setAffiliationCriteria(OrganizationSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for Person objects to those associated with Organization objects by the association and selected by the given OrganizationSearchCriteria. |
void |
setAffiliationId(java.lang.Long affiliationId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Organization.id |
void |
setAffiliationId(java.lang.Long affiliationId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Organization.id |
void |
setFirstName(java.lang.String firstName)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.firstName |
void |
setFirstName(java.lang.String firstName,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.firstName |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setLastName(java.lang.String lastName)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.lastName |
void |
setLastName(java.lang.String lastName,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.lastName |
void |
setMidInitials(java.lang.String midInitials)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.midInitials |
void |
setMidInitials(java.lang.String midInitials,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Person.midInitials |
| Methods inherited from interface gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria |
|---|
getAddress, getEmail, getFax, getPhone, getTollFreePhone, getURI, setAddress, setAddress, setEmail, setEmail, setFax, setFax, setPhone, setPhone, setTollFreePhone, setTollFreePhone, 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.AuditAndSecurity.Person#id,
Constant Field Valuesstatic final java.lang.String LASTNAME_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#lastName,
Constant Field Valuesstatic final java.lang.String FIRSTNAME_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#firstName,
Constant Field Valuesstatic final java.lang.String MIDINITIALS_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#midInitials,
Constant Field Valuesstatic final java.lang.String AFFILIATIONID_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Organization#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface ContactSearchCriteriagetId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriavoid setId(java.lang.Long id)
setId in interface ContactSearchCriteriasetId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface ContactSearchCriteriasetId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriajava.lang.String getLastName()
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#lastNamejava.lang.String getFirstName()
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#firstNamejava.lang.String getMidInitials()
gov.nih.nci.mageom.domain.AuditAndSecurity.Person#midInitialsjava.lang.Long getAffiliationId()
gov.nih.nci.mageom.domain.AuditAndSecurity.Organization#idvoid setLastName(java.lang.String lastName)
lastName - gov.nih.nci.mageom.domain.AuditAndSecurity.Person#lastName
void setLastName(java.lang.String lastName,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - lastName 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.AuditAndSecurity.Person#lastNamevoid setFirstName(java.lang.String firstName)
firstName - gov.nih.nci.mageom.domain.AuditAndSecurity.Person#firstName
void setFirstName(java.lang.String firstName,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - firstName 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.AuditAndSecurity.Person#firstNamevoid setMidInitials(java.lang.String midInitials)
midInitials - gov.nih.nci.mageom.domain.AuditAndSecurity.Person#midInitials
void setMidInitials(java.lang.String midInitials,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - midInitials 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.AuditAndSecurity.Person#midInitialsvoid setAffiliationCriteria(OrganizationSearchCriteria criteria)
gov.nih.nci.mageom.search.AuditAndSecurity.OrganizationSearchCriteria - the SearchCriteria to be nestedOrganizationSearchCriteria
void setAffiliationCriteria(OrganizationSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.AuditAndSecurity.OrganizationSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.OROrganizationSearchCriteriavoid setAffiliationId(java.lang.Long affiliationId)
affiliationId - gov.nih.nci.mageom.domain.AuditAndSecurity.Organization#id
void setAffiliationId(java.lang.Long affiliationId,
java.lang.String booleanOp)
affiliationId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.AuditAndSecurity.Organization#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||