Uses of Class
edu.internet2.middleware.grouper.audit.AuditType

Packages that use AuditType
edu.internet2.middleware.grouper.audit   
edu.internet2.middleware.grouper.internal.dao This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) 
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
edu.internet2.middleware.grouper.xml.export   
edu.internet2.middleware.grouper.xml.userAudit   
 

Uses of AuditType in edu.internet2.middleware.grouper.audit
 

Methods in edu.internet2.middleware.grouper.audit that return AuditType
static AuditType AuditTypeFinder.find(java.lang.String auditTypeId, boolean exceptionIfNotFound)
          Find an AuditType.
static AuditType AuditTypeFinder.find(java.lang.String auditCategory, java.lang.String auditAction, boolean exceptionIfNotFound)
          Find an AuditType.
 AuditType AuditTypeBuiltin.getAuditType()
          get the audit type from the enum
 AuditType AuditEntry.getAuditType()
          get the audit type, it better be there
 AuditType AuditTypeBuiltin.internal_auditTypeDefault()
          get the defaults, but not the id
 AuditType AuditType.xmlSaveBusinessProperties(AuditType existingRecord)
           
 

Methods in edu.internet2.middleware.grouper.audit that return types with arguments of type AuditType
static java.util.Set<AuditType> AuditTypeFinder.findByCategory(java.lang.String auditCategory)
          Find an AuditType.
 XmlImportable<AuditType> AuditType.xmlRetrieveByIdOrKey()
           
 

Methods in edu.internet2.middleware.grouper.audit with parameters of type AuditType
 void AuditEntry.assignIntValue(AuditType auditType, java.lang.String label, java.lang.Long value)
           
 void AuditEntry.assignStringValue(AuditType auditType, java.lang.String label, java.lang.String value)
           
 void AuditType.copyArgFieldIntoThis(AuditType auditType)
          copy the argument into this
 boolean AuditType.equalsDeep(AuditType auditType)
          see if one audit type is the same as another (not looking at last update, id, etc)
 java.lang.String AuditEntry.retrieveStringValue(AuditType auditType, java.lang.String label)
          get a string value from name value pairs
 void AuditType.xmlCopyBusinessPropertiesToExisting(AuditType existingRecord)
           
 boolean AuditType.xmlDifferentBusinessProperties(AuditType other)
           
 boolean AuditType.xmlDifferentUpdateProperties(AuditType other)
           
 AuditType AuditType.xmlSaveBusinessProperties(AuditType existingRecord)
           
 

Uses of AuditType in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao that return AuditType
 AuditType AuditTypeDAO.findByUuidOrName(java.lang.String id, java.lang.String auditCategory, java.lang.String actionName, boolean exceptionIfNull)
           
 AuditType AuditTypeDAO.findByUuidOrName(java.lang.String id, java.lang.String auditCategory, java.lang.String actionName, boolean exceptionIfNull, QueryOptions queryOptions)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type AuditType
 java.util.Set<AuditType> AuditTypeDAO.findAll()
          find all audit types
 java.util.Set<AuditType> AuditTypeDAO.findByCategory(java.lang.String categoryName)
          find all audit types by category
 

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type AuditType
 void AuditTypeDAO.saveOrUpdate(AuditType auditType)
          insert or update an audit entry object
 void AuditTypeDAO.saveUpdateProperties(AuditType auditType)
          save the update properties which are auto saved when business method is called
 

Uses of AuditType in edu.internet2.middleware.grouper.internal.dao.hib3
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return AuditType
 AuditType Hib3AuditTypeDAO.findByUuidOrName(java.lang.String id, java.lang.String auditCategory, java.lang.String actionName, boolean exceptionIfNull)
           
 AuditType Hib3AuditTypeDAO.findByUuidOrName(java.lang.String id, java.lang.String auditCategory, java.lang.String actionName, boolean exceptionIfNull, QueryOptions queryOptions)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type AuditType
 java.util.Set<AuditType> Hib3AuditTypeDAO.findAll()
           
 java.util.Set<AuditType> Hib3AuditTypeDAO.findByCategory(java.lang.String categoryName)
           
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type AuditType
 void Hib3AuditTypeDAO.saveOrUpdate(AuditType auditType)
           
 void Hib3AuditTypeDAO.saveUpdateProperties(AuditType auditType)
           
 

Uses of AuditType in edu.internet2.middleware.grouper.xml.export
 

Methods in edu.internet2.middleware.grouper.xml.export that return AuditType
 AuditType XmlExportAuditType.toAuditType()
          convert to audit type
 

Uses of AuditType in edu.internet2.middleware.grouper.xml.userAudit
 

Methods in edu.internet2.middleware.grouper.xml.userAudit that return AuditType
 AuditType XmlAuditType.toAuditType()
          construct based on xml audit type
 

Constructors in edu.internet2.middleware.grouper.xml.userAudit with parameters of type AuditType
XmlAuditType(AuditType auditType)
          construct based on xml audit type