Class ERPFormsSettings


  • public class ERPFormsSettings
    extends java.lang.Object
    This class represents the ERP Forms settings. These settings can be found in the User Interface - Options - Settings - ERP Forms
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UC4ObjectName getDefaultLogin()
      Returns the Login object that should be used by default in the "Form" tab of PeopleSoft jobs in order to connect to the Enterprise Business Solution.
      boolean isPeopleSoftWorkOffline()
      The option "Work Offline" can be used to deactivate the login screen.
      void setDefaultLogin​(UC4ObjectName defaultLogin)
      Sets the Login object that should be used by default in the "Form" tab of PeopleSoft jobs in order to connect to the Enterprise Business Solution.
      void setPeopleSoftWorkOffline​(boolean peopleSoftWorkOffline)
      The option "Work Offline" can be used to deactivate the login screen.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDefaultLogin

        public UC4ObjectName getDefaultLogin()
        Returns the Login object that should be used by default in the "Form" tab of PeopleSoft jobs in order to connect to the Enterprise Business Solution.
        Returns:
        Name of the default Login object
      • setDefaultLogin

        public void setDefaultLogin​(UC4ObjectName defaultLogin)
        Sets the Login object that should be used by default in the "Form" tab of PeopleSoft jobs in order to connect to the Enterprise Business Solution. You can use the option "Work Offline" in order to deactivate the login screen. It can then be called manually by using a menu command.
        Parameters:
        defaultLogin - Name of the default Login object
      • isPeopleSoftWorkOffline

        public boolean isPeopleSoftWorkOffline()
        The option "Work Offline" can be used to deactivate the login screen. It can then be called manually by using a menu command.
        Returns:
        true if automatic logon is disabled, false if the logon is performed when a Job is opened
      • setPeopleSoftWorkOffline

        public void setPeopleSoftWorkOffline​(boolean peopleSoftWorkOffline)
        The option "Work Offline" can be used to deactivate the login screen. It can then be called manually by using a menu command.
        Parameters:
        peopleSoftWorkOffline - true if automatic logon should be disabled, false if the logon should be performed when a Job is opened