public class UserProfileTreeNodeCache extends java.util.Hashtable implements UserProfileTreeData
Modifier and Type | Class and Description |
---|---|
class |
UserProfileTreeNodeCache.MessageMapper |
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
CATEGORIES |
static java.lang.Integer |
LABORFLAGS |
static java.lang.Integer |
LEVELS |
static java.lang.Integer |
LIMITS |
static java.lang.Integer |
TOLERANCES |
APPLICATIONS, APPROVAL_LIMITS, AUTHLABORCREW, AUTHLABORSELF, AUTHLABORSUPER, AUTHPERSONGROUP, CONTRACTLIMIT, DESCRIPTION, ENTITYNAME, GL_COMPONENTS, INVOICELIMIT, LABOR, LOWERINVOICEAMT, LOWERINVOICEPCT, LOWERSERVICEAMT, LOWERSERVICEPCT, LOWERTAXAMT, LOWERTAXPCT, MESSAGEGROUP, MRLIMIT, POLIMIT, PRLIMIT, RESTRICTION, RESTRICTIONS, SITE, STOREROOMS, SYSLEVELAPPS, TOPNOSITES, UPPERINVOICEAMT, UPPERINVOICEPCT, UPPERSERVICEAMT, UPPERSERVICEPCT, UPPERTAXAMT, UPPERTAXPCT
Modifier and Type | Method and Description |
---|---|
java.util.HashMap |
getCategoryAttributes()
gets a HashMap of Category attributes
|
java.util.HashSet |
getLaborFlags()
gets a HashSet of Labor Flags attributes
|
java.util.HashMap |
getLevelAttributes()
gets a HashMap of Level attributes
|
java.util.HashSet |
getLimitAttributes()
gets a HashSet of Limit attributes
|
UserProfileTreeNodeCache.MessageMapper |
getMessageMapper()
Returns a new MessageMapper Object
|
java.util.HashSet |
getToleranceAttributes()
gets a HashSet of Tolerance attributes
|
static UserProfileTreeNodeCache |
getTreeNodeCache()
Gets UserProfileTreeNodeCache containing objects for the following
data attributes(key value)
key - Integer value Object
--------------- -------------
1 (Limits) HashSet
2 (Tolerances) HashSet
3 (Levels) HashMap
4 (Categories) HashMap
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values
public static final java.lang.Integer LIMITS
public static final java.lang.Integer TOLERANCES
public static final java.lang.Integer LEVELS
public static final java.lang.Integer CATEGORIES
public static final java.lang.Integer LABORFLAGS
public static UserProfileTreeNodeCache getTreeNodeCache()
public java.util.HashSet getLimitAttributes()
public java.util.HashMap getLevelAttributes()
public java.util.HashMap getCategoryAttributes()
public java.util.HashSet getToleranceAttributes()
public java.util.HashSet getLaborFlags()
public UserProfileTreeNodeCache.MessageMapper getMessageMapper()