public class AuditTypeFinder
extends Object
find a type
-
Constructor Summary
Constructors
-
Method Summary
static void
clear this out, so it will begin again
find(String auditTypeId,
boolean exceptionIfNotFound)
static void
update the internal cache
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AuditTypeFinder
public AuditTypeFinder()
-
Method Details
-
clearCache
public static void clearCache()
clear this out, so it will begin again
-
find
- Parameters:
auditCategory
- Find AuditType
with this name.
auditAction
- Find AuditType
with this name.
exceptionIfNotFound
-
- Returns:
GroupType
-
findByCategory
- Parameters:
auditCategory
- Find AuditType
with this name.
- Returns:
GroupType
-
find
public static AuditType find(String auditTypeId,
boolean exceptionIfNotFound)
- Parameters:
auditTypeId
- Find AuditType
with this id.
exceptionIfNotFound
-
- Returns:
GroupType
-
internal_updateKnownTypes
public static void internal_updateKnownTypes()
update the internal cache