psdi.app.signature.virtual

Class UserProfileTreeNodeCache

  • java.lang.Object
    • java.util.Dictionary
      • java.util.Hashtable
        • psdi.app.signature.virtual.UserProfileTreeNodeCache
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map, UserProfileTreeData


    public class UserProfileTreeNodeCache
    extends java.util.Hashtable
    implements UserProfileTreeData
    Loads and maintains all non transalatable static data pertaining to security profile tree hierarchy. This class extends @see java.util#HashTable This is a singleton class
    See Also:
    Serialized Form
    • Field Detail

      • LIMITS

        public static final java.lang.Integer LIMITS
      • TOLERANCES

        public static final java.lang.Integer TOLERANCES
      • LEVELS

        public static final java.lang.Integer LEVELS
      • CATEGORIES

        public static final java.lang.Integer CATEGORIES
      • LABORFLAGS

        public static final java.lang.Integer LABORFLAGS
    • Method Detail

      • getTreeNodeCache

        public 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
        Returns:
        singleton reference to UserProfileTreeNodeCache
      • getLimitAttributes

        public java.util.HashSet getLimitAttributes()
        gets a HashSet of Limit attributes
        Returns:
        HashSet
      • getLevelAttributes

        public java.util.HashMap getLevelAttributes()
        gets a HashMap of Level attributes
        Returns:
        HashMap
      • getCategoryAttributes

        public java.util.HashMap getCategoryAttributes()
        gets a HashMap of Category attributes
        Returns:
        HashMap
      • getToleranceAttributes

        public java.util.HashSet getToleranceAttributes()
        gets a HashSet of Tolerance attributes
        Returns:
        HashSet
      • getLaborFlags

        public java.util.HashSet getLaborFlags()
        gets a HashSet of Labor Flags attributes
        Returns:
        HashSet