Class AuditManagerGuiUtil


  • public class AuditManagerGuiUtil
    extends Object
    Utility methods for conveniently storing and retrieving items, lists and so on...
    • Constructor Detail

      • AuditManagerGuiUtil

        public AuditManagerGuiUtil()
    • Method Detail

      • getLastUsedValue

        public static final String getLastUsedValue​(String type)
        Return the last used value of a certain type. This method looks in the active namespace in HopGui In case there is an error it is simply logged on the UI log channel as it's not THAT important.
        Parameters:
        type - The type of list to query
        Returns:
        The last used value or "" (empty string) if nothing could be found (or there was an error)
      • getLastUsedValues

        public static final String[] getLastUsedValues​(String type)
        Return the last used values of a certain type. This method looks in the active namespace in HopGui In case there is an error it is simply logged on the UI log channel as it's not THAT important.
        Parameters:
        type - The type of list to query
        Returns:
        The last used values or String[0] (empty array) if nothing could be found (or there was an error)
      • addLastUsedValue

        public static final void addLastUsedValue​(String type,
                                                  String value)