Uses of Class
edu.internet2.middleware.grouper.audit.AuditType
Packages that use AuditType
Package
Description
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
-
Uses of AuditType in edu.internet2.middleware.grouper.audit
Methods in edu.internet2.middleware.grouper.audit that return AuditTypeModifier and TypeMethodDescriptionstatic AuditTypeFind anAuditType.static AuditTypeFind anAuditType.AuditEntry.getAuditType()get the audit type, it better be thereAuditTypeBuiltin.getAuditType()get the audit type from the enumAuditTypeBuiltin.internal_auditTypeDefault()get the defaults, but not the idAuditType.xmlSaveBusinessProperties(AuditType existingRecord) Methods in edu.internet2.middleware.grouper.audit that return types with arguments of type AuditTypeModifier and TypeMethodDescriptionAuditTypeFinder.findByCategory(String auditCategory) Find anAuditType.AuditType.xmlRetrieveByIdOrKey()Methods in edu.internet2.middleware.grouper.audit with parameters of type AuditTypeModifier and TypeMethodDescriptionvoidAuditEntry.assignIntValue(AuditType auditType, String label, Long value) voidAuditEntry.assignStringValue(AuditType auditType, String label, String value) voidAuditType.copyArgFieldIntoThis(AuditType auditType) copy the argument into thisbooleanAuditType.equalsDeep(AuditType auditType) see if one audit type is the same as another (not looking at last update, id, etc)AuditEntry.retrieveStringValue(AuditType auditType, String label) get a string value from name value pairsvoidAuditType.xmlCopyBusinessPropertiesToExisting(AuditType existingRecord) booleanAuditType.xmlDifferentBusinessProperties(AuditType other) booleanAuditType.xmlDifferentUpdateProperties(AuditType other) AuditType.xmlSaveBusinessProperties(AuditType existingRecord) -
Uses of AuditType in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that return AuditTypeModifier and TypeMethodDescriptionAuditTypeDAO.findByUuidOrName(String id, String auditCategory, String actionName, boolean exceptionIfNull) AuditTypeDAO.findByUuidOrName(String id, String auditCategory, String actionName, boolean exceptionIfNull, QueryOptions queryOptions) Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type AuditTypeModifier and TypeMethodDescriptionAuditTypeDAO.findAll()find all audit typesAuditTypeDAO.findByCategory(String categoryName) find all audit types by categoryMethods in edu.internet2.middleware.grouper.internal.dao with parameters of type AuditTypeModifier and TypeMethodDescriptionvoidAuditTypeDAO.saveOrUpdate(AuditType auditType) insert or update an audit entry objectvoidAuditTypeDAO.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 AuditTypeModifier and TypeMethodDescriptionHib3AuditTypeDAO.findByUuidOrName(String id, String auditCategory, String actionName, boolean exceptionIfNull) Hib3AuditTypeDAO.findByUuidOrName(String id, String auditCategory, String actionName, boolean exceptionIfNull, QueryOptions queryOptions) Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type AuditTypeModifier and TypeMethodDescriptionHib3AuditTypeDAO.findAll()Hib3AuditTypeDAO.findByCategory(String categoryName) Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type AuditTypeModifier and TypeMethodDescriptionvoidHib3AuditTypeDAO.saveOrUpdate(AuditType auditType) voidHib3AuditTypeDAO.saveUpdateProperties(AuditType auditType) -
Uses of AuditType in edu.internet2.middleware.grouper.xml.export
Methods in edu.internet2.middleware.grouper.xml.export that return AuditType -
Uses of AuditType in edu.internet2.middleware.grouper.xml.userAudit
Methods in edu.internet2.middleware.grouper.xml.userAudit that return AuditTypeConstructors in edu.internet2.middleware.grouper.xml.userAudit with parameters of type AuditTypeModifierConstructorDescriptionXmlAuditType(AuditType auditType) construct based on xml audit type