Package com.uc4.communication
Class Settings
- java.lang.Object
-
- com.uc4.communication.Settings
-
public class Settings extends java.lang.ObjectThis class represents the settings in the User Interface. An instance of the class is returned in theConnectionAttributes.settings()method. Use the requestcom.uc4.communication.requests.ModifyUISettingsto save changes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivitySettingsactivityRefresh()This method provides access to the activity refresh settings.CheckBackSettingscheckBack()This method provides access to the Check-back settings.ERPFormsSettingserpForms()This method provides access to the ERP Forms settings.FontSettingsfontSettings()This method provides access to the Font settings.GeneralSettingsgeneral()This method provides access to the general settings.MessageSettingsmessageWindow()This method provides access to the Message Window settings.ProcessFlowSettingsprocessFlow()This method provides access to the ProcessFlow settings.EditorSettingsscriptEditor()This method provides access to the ScriptEditor settings.StatisticsSettingsstatistics()This method provides access to the time statistics settings.voidstore(com.uc4.util.XMLDocument doc, org.w3c.dom.Element parent, ConnectionAttributes sessionInfo)Internal use only.TimeSettingstimeFormat()This method provides access to the time format/calendar settings.
-
-
-
Method Detail
-
general
public GeneralSettings general()
This method provides access to the general settings.- Returns:
- General settings
-
activityRefresh
public ActivitySettings activityRefresh()
This method provides access to the activity refresh settings.- Returns:
- General settings
-
messageWindow
public MessageSettings messageWindow()
This method provides access to the Message Window settings.- Returns:
- General settings
-
fontSettings
public FontSettings fontSettings()
This method provides access to the Font settings.- Returns:
- Font settings
-
scriptEditor
public EditorSettings scriptEditor()
This method provides access to the ScriptEditor settings.- Returns:
- ScriptEditor settings
-
erpForms
public ERPFormsSettings erpForms()
This method provides access to the ERP Forms settings.- Returns:
- ERP Forms settings
-
processFlow
public ProcessFlowSettings processFlow()
This method provides access to the ProcessFlow settings.- Returns:
- ProcessFlow settings
-
checkBack
public CheckBackSettings checkBack()
This method provides access to the Check-back settings.- Returns:
- Check-back settings
-
timeFormat
public TimeSettings timeFormat()
This method provides access to the time format/calendar settings.- Returns:
- format/calendar settings
-
statistics
public StatisticsSettings statistics()
This method provides access to the time statistics settings.- Returns:
- statistics settings
-
store
public void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element parent, ConnectionAttributes sessionInfo)Internal use only.- Parameters:
doc- XML Documentparent- Parent elementsessionInfo- Session information
-
-