Uses of Interface
com.saperion.intf.SaSetting
-
Packages that use SaSetting Package Description com.saperion.intf This package contains the common used interfaces for the LARIX components.com.saperion.settings Package for navigation component classes. -
-
Uses of SaSetting in com.saperion.intf
Subinterfaces of SaSetting in com.saperion.intf Modifier and Type Interface Description interface
SaSystemSetting
Interface holding the system specific settings to be transported to other components; to get this information no user authentication is required.interface
SaUserSetting
Interface holding the user specific settings to be transported to other components; to get this information user authentication is required. -
Uses of SaSetting in com.saperion.settings
Classes in com.saperion.settings that implement SaSetting Modifier and Type Class Description class
SaSystemSettingImpl
System setting implementation.class
SaUserSettingImpl
System setting implementation.
-