|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.caBIO.util.PermissionObject
gov.nih.nci.common.search.SearchCriteria
gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
gov.nih.nci.mageom.search.impl.ExtendableSearchCriteriaImpl
gov.nih.nci.mageom.search.impl.DescribableSearchCriteriaImpl
gov.nih.nci.mageom.search.impl.IdentifiableSearchCriteriaImpl
gov.nih.nci.mageom.search.AuditAndSecurity.impl.ContactSearchCriteriaImpl
gov.nih.nci.mageom.search.AuditAndSecurity.impl.PersonSearchCriteriaImpl
public class PersonSearchCriteriaImpl
Represents a query for Person objects.
| Field Summary | |
|---|---|
protected MAGESCUtils |
_scUtils
|
| Fields inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria |
|---|
currentHandler |
| Fields inherited from class gov.nih.nci.common.search.SearchCriteria |
|---|
_ands, _groups, _ors, _sessionId, criteriaCollection, fillInAllObjects, fillInObjects, myObjects, orderBy |
| Fields inherited from interface gov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria |
|---|
AFFILIATIONID_ATTRIBUTE, FIRSTNAME_ATTRIBUTE, ID_ATTRIBUTE, LASTNAME_ATTRIBUTE, MIDINITIALS_ATTRIBUTE |
| 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 |
| Constructor Summary | |
|---|---|
PersonSearchCriteriaImpl()
|
|
| 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 |
java.lang.String |
toString()
Returns a String representation of this object suitable for console display. |
| Methods inherited from class gov.nih.nci.mageom.search.AuditAndSecurity.impl.ContactSearchCriteriaImpl |
|---|
getAddress, getEmail, getFax, getPhone, getTollFreePhone, getURI, setAddress, setAddress, setEmail, setEmail, setFax, setFax, setPhone, setPhone, setTollFreePhone, setTollFreePhone, setURI, setURI |
| Methods inherited from class gov.nih.nci.mageom.search.impl.IdentifiableSearchCriteriaImpl |
|---|
getIdentifier, getName, setIdentifier, setIdentifier, setName, setName |
| Methods inherited from class gov.nih.nci.mageom.search.impl.DescribableSearchCriteriaImpl |
|---|
getSecurityId, setSecurityCriteria, setSecurityCriteria, setSecurityId, setSecurityId |
| Methods inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria |
|---|
defaultHandler, direct, getBeanClassName, getBeanName, getHandler, main, putCriterion, search, setHandler |
| Methods inherited from class gov.nih.nci.common.search.SearchCriteria |
|---|
addCriteriaGroup, clone, equals, findCriterion, getAnds, getAvailableCriteria, getAvailableCriteria, getClassName, getCount, getCount, getCriteriaCollection, getCriteriaGroups, getCriterion, getCriterion, getCriterionValue, getFillInAllObjects, getFillInObjects, getMaxRecordset, getObjects, getOrderBy, getOrs, getReturnCount, getReturnObjects, getSearchCriteria, getSearchCriteria, getSessionId, getStartAt, hasElement, hashCode, putCriteria, putCriteria, putCriteria, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putSearchCriteria, removeCriterion, removeElement, runSearch, search, setBeanClassName, setClassName, setFillInAllObjects, setFillInObjects, setMaxRecordset, setObjects, setOrderBy, setReturnCount, setReturnObjects, setSessionId, setStartAt |
| Methods inherited from class gov.nih.nci.caBIO.util.PermissionObject |
|---|
getUserAccess, setArrayAccess, setUserAccess |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
|---|
protected MAGESCUtils _scUtils
| Constructor Detail |
|---|
public PersonSearchCriteriaImpl()
| Method Detail |
|---|
public java.lang.Long getId()
getId in interface ContactSearchCriteriagetId in interface PersonSearchCriteriagetId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriagetId in class ContactSearchCriteriaImplpublic void setId(java.lang.Long id)
setId in interface ContactSearchCriteriasetId in interface PersonSearchCriteriasetId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriasetId in class ContactSearchCriteriaImplid -
public void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface ContactSearchCriteriasetId in interface PersonSearchCriteriasetId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriasetId in class ContactSearchCriteriaImplpublic java.lang.String getLastName()
PersonSearchCriteria
getLastName in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#lastNamepublic java.lang.String getFirstName()
PersonSearchCriteria
getFirstName in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#firstNamepublic java.lang.String getMidInitials()
PersonSearchCriteria
getMidInitials in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#midInitialspublic java.lang.Long getAffiliationId()
PersonSearchCriteria
getAffiliationId in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.OrganizationSearchCriteria#idpublic void setLastName(java.lang.String lastName)
PersonSearchCriteria
setLastName in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#lastName
public void setLastName(java.lang.String lastName,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
PersonSearchCriteria
setLastName in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#lastNamepublic void setFirstName(java.lang.String firstName)
PersonSearchCriteria
setFirstName in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#firstName
public void setFirstName(java.lang.String firstName,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
PersonSearchCriteria
setFirstName in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#firstNamepublic void setMidInitials(java.lang.String midInitials)
PersonSearchCriteria
setMidInitials in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#midInitials
public void setMidInitials(java.lang.String midInitials,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
PersonSearchCriteria
setMidInitials in interface PersonSearchCriteriagov.nih.nci.mageom.search.AuditAndSecurity.PersonSearchCriteria#midInitialspublic void setAffiliationCriteria(OrganizationSearchCriteria criteria)
PersonSearchCriteria
setAffiliationCriteria in interface PersonSearchCriteriaPersonSearchCriteria.setAffiliationCriteria(gov.nih.nci.mageom.search.AuditAndSecurity.OrganizationSearchCriteria)
public void setAffiliationCriteria(OrganizationSearchCriteria criteria,
java.lang.String booleanOp)
PersonSearchCriteria
setAffiliationCriteria in interface PersonSearchCriteriaPersonSearchCriteria.setAffiliationCriteria(gov.nih.nci.mageom.search.AuditAndSecurity.OrganizationSearchCriteria)public void setAffiliationId(java.lang.Long affiliationId)
PersonSearchCriteria
setAffiliationId in interface PersonSearchCriteriagov.nih.nci.mageom.domain.AuditAndSecurity.Organization#id
public void setAffiliationId(java.lang.Long affiliationId,
java.lang.String booleanOp)
PersonSearchCriteria
setAffiliationId in interface PersonSearchCriteriagov.nih.nci.mageom.domain.AuditAndSecurity.Organization#idpublic java.lang.String toString()
toString in class ContactSearchCriteriaImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||