Interface SaSystemSetting

  • All Superinterfaces:
    SaSetting
    All Known Implementing Classes:
    SaSystemSettingImpl

    public interface SaSystemSetting
    extends SaSetting
    Interface holding the system specific settings to be transported to other components; to get this information no user authentication is required.
    Author:
    mak
    • Method Detail

      • hasEntry

        <T extends SaSystemSettingType> boolean hasEntry​(java.lang.Class<T> klass)
        Checks, if the system setting for the given key exists.
        Type Parameters:
        T - specialized SaSystemSettingType
        Parameters:
        klass - class
        Returns:
        true if a system setting exists to the given key, otherwise false