Uses of Interface
gov.nih.nci.mageom.domain.AuditAndSecurity.Audit

Packages that use Audit
gov.nih.nci.mageom.domain   
gov.nih.nci.mageom.domain.AuditAndSecurity.impl   
gov.nih.nci.mageom.domain.impl   
 

Uses of Audit in gov.nih.nci.mageom.domain
 

Methods in gov.nih.nci.mageom.domain that return Audit
 Audit[] Describable.getAuditTrail()
          Returns the value of this Describable object's auditTrail attribute.
 

Methods in gov.nih.nci.mageom.domain with parameters of type Audit
 void Describable.setAuditTrail(Audit[] p_auditTrail)
          Sets the auditTrail attribute.
 

Uses of Audit in gov.nih.nci.mageom.domain.AuditAndSecurity.impl
 

Classes in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that implement Audit
 class AuditImpl
          Tracks information on the contact that creates or modifies an object.
 

Methods in gov.nih.nci.mageom.domain.AuditAndSecurity.impl that return Audit
 Audit[] AuditImpl.searchAudits(AuditSearchCriteria criteria)
          Returns an array of Audit objects that satisfy the given AuditSearchCriteria.
 

Uses of Audit in gov.nih.nci.mageom.domain.impl
 

Fields in gov.nih.nci.mageom.domain.impl declared as Audit
protected  Audit[] DescribableImpl.auditTrail
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.impl that return Audit
 Audit[] DescribableImpl.getAuditTrail()
           
 

Methods in gov.nih.nci.mageom.domain.impl with parameters of type Audit
 void DescribableImpl.setAuditTrail(Audit[] p_auditTrail)
          Sets the auditTrail attribute.