Package com.uc4.communication
Class Settings
- java.lang.Object
-
- com.uc4.communication.Settings
-
public class Settings extends java.lang.Object
This 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.ModifyUISettings
to save changes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivitySettings
activityRefresh()
This method provides access to the activity refresh settings.CheckBackSettings
checkBack()
This method provides access to the Check-back settings.ERPFormsSettings
erpForms()
This method provides access to the ERP Forms settings.FontSettings
fontSettings()
This method provides access to the Font settings.GeneralSettings
general()
This method provides access to the general settings.MessageSettings
messageWindow()
This method provides access to the Message Window settings.ProcessFlowSettings
processFlow()
This method provides access to the ProcessFlow settings.EditorSettings
scriptEditor()
This method provides access to the ScriptEditor settings.StatisticsSettings
statistics()
This method provides access to the time statistics settings.void
store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element parent, ConnectionAttributes sessionInfo)
Internal use only.TimeSettings
timeFormat()
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
-
-