|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditSearchCriteria
Represents a query for Audit objects.
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.action. |
static java.lang.String |
DATE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.date. |
static java.lang.String |
ID_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.id. |
static java.lang.String |
PERFORMERID_ATTRIBUTE
The String name of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id. |
| Fields inherited from interface gov.nih.nci.mageom.search.DescribableSearchCriteria |
|---|
SECURITYID_ATTRIBUTE |
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.action |
java.util.Date |
getDate()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.date |
java.lang.Long |
getId()
Returns the value of the id criterion. |
java.lang.Long |
getPerformerId()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id |
void |
setAction(java.lang.String action)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.action |
void |
setAction(java.lang.String action,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.action |
void |
setDate(java.util.Date date)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.date |
void |
setDate(java.util.Date date,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.date |
void |
setId(java.lang.Long id)
Sets the value of the id criterion. |
void |
setId(java.lang.Long id,
java.lang.String booleanOp)
|
void |
setPerformerCriteria(ContactSearchCriteria criteria)
Constrains the search for Audit objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria. |
void |
setPerformerCriteria(ContactSearchCriteria criteria,
java.lang.String booleanOp)
Constrains the search for Audit objects to those associated with Contact objects by the association and selected by the given ContactSearchCriteria. |
void |
setPerformerId(java.lang.Long performerId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id |
void |
setPerformerId(java.lang.Long performerId,
java.lang.String booleanOp)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.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.AuditAndSecurity.Audit#id,
Constant Field Valuesstatic final java.lang.String DATE_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#date,
Constant Field Valuesstatic final java.lang.String ACTION_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#action,
Constant Field Valuesstatic final java.lang.String PERFORMERID_ATTRIBUTE
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id,
Constant Field Values| Method Detail |
|---|
java.lang.Long getId()
getId in interface DescribableSearchCriteriagetId in interface ExtendableSearchCriteriavoid setId(java.lang.Long id)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriaid -
void setId(java.lang.Long id,
java.lang.String booleanOp)
setId in interface DescribableSearchCriteriasetId in interface ExtendableSearchCriteriajava.util.Date getDate()
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#datejava.lang.String getAction()
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#actionjava.lang.Long getPerformerId()
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#idvoid setDate(java.util.Date date)
date - gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#date
void setDate(java.util.Date date,
java.lang.String booleanOp)
date - the criterion valueString - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.AuditAndSecurity.Audit#datevoid setAction(java.lang.String action)
action - gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#action
void setAction(java.lang.String action,
java.lang.String booleanOp,
java.lang.String caseInsensitive)
String - action 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.Audit#actionvoid setPerformerCriteria(ContactSearchCriteria criteria)
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nestedContactSearchCriteria
void setPerformerCriteria(ContactSearchCriteria criteria,
java.lang.String booleanOp)
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - the SearchCriteria to be nestedString - one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORContactSearchCriteriavoid setPerformerId(java.lang.Long performerId)
performerId - gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id
void setPerformerId(java.lang.Long performerId,
java.lang.String booleanOp)
performerId - String - booleanOp one of gov.nih.nci.common.search.CriteriaElement.AND or gov.nih.nci.common.search.CriteriaElement.ORgov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||