gov.nih.nci.mageom.search.AuditAndSecurity
Interface AuditSearchCriteria

All Superinterfaces:
DescribableSearchCriteria, ExtendableSearchCriteria, Searchable, SessionObject
All Known Implementing Classes:
AuditSearchCriteriaImpl

public interface AuditSearchCriteria
extends DescribableSearchCriteria, Searchable

Represents a query for Audit objects.

Version:
%I%, %G%

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

ID_ATTRIBUTE

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

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

DATE_ATTRIBUTE

static final java.lang.String DATE_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.date.

See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#date, Constant Field Values

ACTION_ATTRIBUTE

static final java.lang.String ACTION_ATTRIBUTE
This String name of criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.action.

See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#action, Constant Field Values

PERFORMERID_ATTRIBUTE

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

See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#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
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
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

getDate

java.util.Date getDate()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.date

Returns:
the java.util.Date criterion value.
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#date

getAction

java.lang.String getAction()
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.action

Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#action

getPerformerId

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

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

setDate

void setDate(java.util.Date date)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.date

Parameters:
date -
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#date

setDate

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

Parameters:
date - the criterion value
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.Audit#date

setAction

void setAction(java.lang.String action)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Audit.action

Parameters:
action -
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit#action

setAction

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

Parameters:
String - action 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.AuditAndSecurity.Audit#action

setPerformerCriteria

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.

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

setPerformerCriteria

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.

Parameters:
gov.nih.nci.mageom.search.AuditAndSecurity.ContactSearchCriteria - 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:
ContactSearchCriteria

setPerformerId

void setPerformerId(java.lang.Long performerId)
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.AuditAndSecurity.Contact.id

Parameters:
performerId -
See Also:
gov.nih.nci.mageom.domain.AuditAndSecurity.Contact#id

setPerformerId

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

Parameters:
performerId -
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.Contact#id