|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactSearchCriteria
Represents a query for Contact objects.
| Field Summary | |
|---|---|
static java.lang.String |
ADDRESS_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.address. |
static java.lang.String |
EMAIL_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.email. |
static java.lang.String |
FAX_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.fax. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id. |
static java.lang.String |
PHONE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.phone. |
static java.lang.String |
TOLLFREEPHONE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.tollFreePhone. |
static java.lang.String |
URI_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.URI. |
| 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.String |
getAddress()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.address |
java.lang.String |
getEmail()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.email |
java.lang.String |
getFax()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.fax |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.String |
getPhone()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.phone |
java.lang.String |
getTollFreePhone()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.tollFreePhone |
java.lang.String |
getURI()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.URI |
void |
setAddress(java.lang.String address)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.address |
void |
setAddress(java.lang.String address,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.address |
void |
setEmail(java.lang.String email)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.email |
void |
setEmail(java.lang.String email,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.email |
void |
setFax(java.lang.String fax)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.fax |
void |
setFax(java.lang.String fax,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.fax |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setPhone(java.lang.String phone)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.phone |
void |
setPhone(java.lang.String phone,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.phone |
void |
setTollFreePhone(java.lang.String tollFreePhone)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.tollFreePhone |
void |
setTollFreePhone(java.lang.String tollFreePhone,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.tollFreePhone |
void |
setURI(java.lang.String URI)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.URI |
void |
setURI(java.lang.String URI,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.URI |
| 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.Contact#id,
Constant Field Valuesstatic final java.lang.String URI_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#URI,
Constant Field Valuesstatic final java.lang.String ADDRESS_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#address,
Constant Field Valuesstatic final java.lang.String PHONE_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#phone,
Constant Field Valuesstatic final java.lang.String TOLLFREEPHONE_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#tollFreePhone,
Constant Field Valuesstatic final java.lang.String EMAIL_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#email,
Constant Field Valuesstatic final java.lang.String FAX_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#fax,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriagetId in interface IdentifiableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriasetId in interface IdentifiableSearchCriteriajava.lang.String getURI()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#URIjava.lang.String getAddress()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#addressjava.lang.String getPhone()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#phonejava.lang.String getTollFreePhone()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#tollFreePhonejava.lang.String getEmail()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#emailjava.lang.String getFax()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#faxvoid setURI(java.lang.String URI)
URI - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#URI
void setURI(java.lang.String URI,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - URI 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.Contact#URIvoid setAddress(java.lang.String address)
address - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#address
void setAddress(java.lang.String address,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - address 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.Contact#addressvoid setPhone(java.lang.String phone)
phone - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#phone
void setPhone(java.lang.String phone,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - phone 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.Contact#phonevoid setTollFreePhone(java.lang.String tollFreePhone)
tollFreePhone - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#tollFreePhone
void setTollFreePhone(java.lang.String tollFreePhone,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - tollFreePhone 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.Contact#tollFreePhonevoid setEmail(java.lang.String email)
email - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#email
void setEmail(java.lang.String email,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - email 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.Contact#emailvoid setFax(java.lang.String fax)
fax - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#fax
void setFax(java.lang.String fax,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - fax 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.Contact#fax
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||