com.ibm.pim.organization
Enum UserSetting

java.lang.Object
  extended by java.lang.Enum<UserSetting>
      extended by com.ibm.pim.organization.UserSetting
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UserSetting>

public enum UserSetting
extends java.lang.Enum<UserSetting>

Enumeration listing constants representing user setting attributes.

Since:
6.0.0

Enum Constant Summary
ALERT_EMAIL_NOTIFY
          Email upon Alert.
ALWAYS_DISPLAY_HELP_TEXT
          Always display help text.
ATTRIBUTE_DISPLAY_TYPE
          Display the type of node in the Single Edit and Multi Edit screens.
BASE_FONT_SIZE
          Base font size used application wide.
CATEGORY_SEARCH_ATTRIBUTE
          Default Search Attribute for left pane Category Search.
COLUMNS_IN_TEXT_AREA
          Columns in a text area.
DATAENTRY_SAVE_THRESHOLD
          Number of entries in Data Entry beyond which [Macro] or [Set Value in Column] automatically.
DATAENTRY_SYNC_THRESHOLD
          Number of entries in Data Entry beyond which [Save] and [Macro] are done in the background.
DATETIMEINPUTFORMAT
          DateTime Input Format
DATETIMEOUTPUTFORMAT
          DateTime Output Format
GROUPED_ATTRIBUTE_DISPLAY
          For the initial display of grouped attributes.
HIDE_LEFT_NAV_PANE
          Hide left navigation pane.
HOME_PAGE
          Configure the home page.
ITEM_CATEGORY_DISPLAY_LOCALE
          Locale for Item and Category Data Display.
ITEM_SEARCH_ATTRIBUTE
          Default Search Attribute for left pane Item Search.
LAST_SAVED_CATEGORY_TREE
          Remember Last Saved Category Tree Used For Browsing a Catalog in the Left Pane.
LOCALE
          Locale for user interface display.
MULTIEDIT_DROPDOWN_THRESHHOLD
          Maximum number of values for which a dropdown is available in Multi Edit.
MULTIEDIT_SORT_IN_PAGE
          In Multi Edit, sort only visible records (if unchecked the entire workset is sorted).
MULTIVALUED_ATTRIBUTE_DISPLAY
          For initial display of multivalued groupings, show.
NEW_SINGLE_EDIT_SCREEN
          New single edit screen.
RESTRICT_ITEM_CATEGORY_DISPLAY_TO_SELECTED_LOCALE
          Restrict the displayed attributes in item and category screens to the selected locale.
ROWS_IN_TEXT_AREA
          Rows in a text area.
ROWS_PER_PAGE_ALERTS_DISPLAY
          Rows per page in alerts display.
ROWS_PER_PAGE_ITEM_SET
          Rows per page in item set.
ROWS_PER_PAGE_LOOKUP_TABLE
          Rows per page in lookup table.
ROWS_PER_PAGE_MULTI_EDIT
          Rows per page in multi edit.
ROWS_PER_PAGE_SCRIPTS_CONSOLE
          Rows per page in scripts console.
ROWS_PER_PAGE_SPEC_CONSOLE
          Rows per page in spec console.
SEARCH_RESULT_REPORT_THRESHHOLD
          Maximum number of entries to be written to a report on Generate Report in Multi Edit.
SHOW_CATEGORY_SPECIFIC_ATTRIBUTES_MULTI_EDIT
          In Multi Edit, show all category specific attributes from user defined view when category is not known.
SHOW_DISPLAY_ATTRIBUTE_MULTI_EDIT
          In Multi Edit, show the display attribute in the left column grid.
SHOW_HIERARCHY_MAPPINGS_MULTI_EDIT
          In Multi Edit, show hierarchy mappings for every entry displayed.
SHOW_LOADING
          Display loading screen.
SHOW_LOCK_ICON_ON_CONSOLES
          Display the locked icon on the catalog and hierarchy consoles.
SHOW_UOM_BROWSER
          Display the UOM Browser in item edit screen.
SINGLE_EDIT_COMMON_ATTRIBUTES_DEFAULT_PRESENTATION
          Default presentation of the Common Attributes section in Single Edit.
SINGLE_EDIT_MAPPED_HIERARCHY_NODES_DEFAULT_PRESENTATION
          Default presentation of the Mapped Hierarchy Nodes section in Single Edit.
SINGLE_EDIT_RENDER_ATTRIBUTE_OPTIONS_BUTTONS
          In Single Edit, render the Attribute Options buttons by default.
SORT_ITEM_LIST_BY_DEFAULT
          Sort all item lists by.
SPEC_ATTRIBUTE_DISPLAY
          Display spec attributes as.
SPEC_DISPLAY_FANCY
          Use detailed node icons in the Specs screen.
SPEC_DISPLAY_TYPE
          Display the type of node in the Specs screen.
TEXT_FIELD_THRESHHOLD
          Number of characters in a string beyond which a multiline display is used to conserve horizontal space.
TIMEZONE
          TimeZone
TOOLBAR_POSITION
          Toolbar Position.
USE_DATA_ENTRY
          For editing and entering data, use.
USE_ONE_ITEM_LIST
          Go to Item List screen for displaying 1 item.
 
Method Summary
static UserSetting valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UserSetting[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

TOOLBAR_POSITION

public static final UserSetting TOOLBAR_POSITION
Toolbar Position. The applicable values are top and bottom.


LOCALE

public static final UserSetting LOCALE
Locale for user interface display. The locale code has to be passed in as the value.


DATETIMEOUTPUTFORMAT

public static final UserSetting DATETIMEOUTPUTFORMAT
DateTime Output Format


DATETIMEINPUTFORMAT

public static final UserSetting DATETIMEINPUTFORMAT
DateTime Input Format


ITEM_CATEGORY_DISPLAY_LOCALE

public static final UserSetting ITEM_CATEGORY_DISPLAY_LOCALE
Locale for Item and Category Data Display. The locale code has to be passed in as the value.


RESTRICT_ITEM_CATEGORY_DISPLAY_TO_SELECTED_LOCALE

public static final UserSetting RESTRICT_ITEM_CATEGORY_DISPLAY_TO_SELECTED_LOCALE
Restrict the displayed attributes in item and category screens to the selected locale. A comma separated String containing the locale codes, of locales which are part of the company's locales, has to be passed in as the value.


ALERT_EMAIL_NOTIFY

public static final UserSetting ALERT_EMAIL_NOTIFY
Email upon Alert. Applicable values are true and false.


TIMEZONE

public static final UserSetting TIMEZONE
TimeZone


BASE_FONT_SIZE

public static final UserSetting BASE_FONT_SIZE
Base font size used application wide. Applicable values are 7, 8, 9, 10 and 11


ROWS_PER_PAGE_SPEC_CONSOLE

public static final UserSetting ROWS_PER_PAGE_SPEC_CONSOLE
Rows per page in spec console. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 100.


ROWS_PER_PAGE_SCRIPTS_CONSOLE

public static final UserSetting ROWS_PER_PAGE_SCRIPTS_CONSOLE
Rows per page in scripts console. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 100.


ROWS_PER_PAGE_ITEM_SET

public static final UserSetting ROWS_PER_PAGE_ITEM_SET
Rows per page in item set. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 100.


ROWS_PER_PAGE_MULTI_EDIT

public static final UserSetting ROWS_PER_PAGE_MULTI_EDIT
Rows per page in multi edit. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 50.


ROWS_PER_PAGE_ALERTS_DISPLAY

public static final UserSetting ROWS_PER_PAGE_ALERTS_DISPLAY
Rows per page in alerts display. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 100.


ROWS_PER_PAGE_LOOKUP_TABLE

public static final UserSetting ROWS_PER_PAGE_LOOKUP_TABLE
Rows per page in lookup table. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 100.


ROWS_IN_TEXT_AREA

public static final UserSetting ROWS_IN_TEXT_AREA
Rows in a text area. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 100.


COLUMNS_IN_TEXT_AREA

public static final UserSetting COLUMNS_IN_TEXT_AREA
Columns in a text area. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 100.


TEXT_FIELD_THRESHHOLD

public static final UserSetting TEXT_FIELD_THRESHHOLD
Number of characters in a string beyond which a multiline display is used to conserve horizontal space. Applicable values are 2, 3, 4, 5 or multiples of 5 upto 250.


SPEC_DISPLAY_TYPE

public static final UserSetting SPEC_DISPLAY_TYPE
Display the type of node in the Specs screen. Applicable values are true and false.


SPEC_DISPLAY_FANCY

public static final UserSetting SPEC_DISPLAY_FANCY
Use detailed node icons in the Specs screen. Applicable values are true and false.


LAST_SAVED_CATEGORY_TREE

public static final UserSetting LAST_SAVED_CATEGORY_TREE
Remember Last Saved Category Tree Used For Browsing a Catalog in the Left Pane. Applicable values are true and false.


ATTRIBUTE_DISPLAY_TYPE

public static final UserSetting ATTRIBUTE_DISPLAY_TYPE
Display the type of node in the Single Edit and Multi Edit screens. Applicable values are true and false.


SINGLE_EDIT_RENDER_ATTRIBUTE_OPTIONS_BUTTONS

public static final UserSetting SINGLE_EDIT_RENDER_ATTRIBUTE_OPTIONS_BUTTONS
In Single Edit, render the Attribute Options buttons by default. Applicable values are true and false.


MULTIEDIT_SORT_IN_PAGE

public static final UserSetting MULTIEDIT_SORT_IN_PAGE
In Multi Edit, sort only visible records (if unchecked the entire workset is sorted). Applicable values are true and false.


SHOW_HIERARCHY_MAPPINGS_MULTI_EDIT

public static final UserSetting SHOW_HIERARCHY_MAPPINGS_MULTI_EDIT
In Multi Edit, show hierarchy mappings for every entry displayed. Applicable values are true and false.


SHOW_CATEGORY_SPECIFIC_ATTRIBUTES_MULTI_EDIT

public static final UserSetting SHOW_CATEGORY_SPECIFIC_ATTRIBUTES_MULTI_EDIT
In Multi Edit, show all category specific attributes from user defined view when category is not known. Applicable values are true and false.


SINGLE_EDIT_MAPPED_HIERARCHY_NODES_DEFAULT_PRESENTATION

public static final UserSetting SINGLE_EDIT_MAPPED_HIERARCHY_NODES_DEFAULT_PRESENTATION
Default presentation of the Mapped Hierarchy Nodes section in Single Edit. Applicable values are EXPANDED, COLLAPSED and EXPANDED_ON_ADD


SINGLE_EDIT_COMMON_ATTRIBUTES_DEFAULT_PRESENTATION

public static final UserSetting SINGLE_EDIT_COMMON_ATTRIBUTES_DEFAULT_PRESENTATION
Default presentation of the Common Attributes section in Single Edit. Applicable values are EXPANDED, COLLAPSED and EXPANDED_ON_ADD


SHOW_DISPLAY_ATTRIBUTE_MULTI_EDIT

public static final UserSetting SHOW_DISPLAY_ATTRIBUTE_MULTI_EDIT
In Multi Edit, show the display attribute in the left column grid. Applicable values are NO, LEFT_TRUNCATE and RIGHT_TRUNCATE.


SPEC_ATTRIBUTE_DISPLAY

public static final UserSetting SPEC_ATTRIBUTE_DISPLAY
Display spec attributes as. Applicable values are dropdown and popup.


USE_DATA_ENTRY

public static final UserSetting USE_DATA_ENTRY
For editing and entering data, use. Applicable values are S indicating Standalone Content Authoring Screens and A indicating Advanced Content Authoring Screens.


ITEM_SEARCH_ATTRIBUTE

public static final UserSetting ITEM_SEARCH_ATTRIBUTE
Default Search Attribute for left pane Item Search. Applicable values are DISP_OR_PK indicating Display or Primary Key, PK indicating Primary Key and DISPLAY indicating Display Attribute.


CATEGORY_SEARCH_ATTRIBUTE

public static final UserSetting CATEGORY_SEARCH_ATTRIBUTE
Default Search Attribute for left pane Category Search. Applicable values are DISP_OR_PK indicating Display or Primary Key, PK indicating Primary Key PATH indicating Path Attribute and DISPLAY indicating Display Attribute.


MULTIEDIT_DROPDOWN_THRESHHOLD

public static final UserSetting MULTIEDIT_DROPDOWN_THRESHHOLD
Maximum number of values for which a dropdown is available in Multi Edit. Applicable values are 0 or multiples of 100 upto 1000


SEARCH_RESULT_REPORT_THRESHHOLD

public static final UserSetting SEARCH_RESULT_REPORT_THRESHHOLD
Maximum number of entries to be written to a report on Generate Report in Multi Edit. Applicable values are 100, 200, 300, 400, 500, 1000, 2000, 3000, 4000, 5000 and No limit.


SORT_ITEM_LIST_BY_DEFAULT

public static final UserSetting SORT_ITEM_LIST_BY_DEFAULT
Sort all item lists by. Applicable values are no_sorting, primary_key and display_attribute.


USE_ONE_ITEM_LIST

public static final UserSetting USE_ONE_ITEM_LIST
Go to Item List screen for displaying 1 item. Applicable values are Yes and No.


DATAENTRY_SYNC_THRESHOLD

public static final UserSetting DATAENTRY_SYNC_THRESHOLD
Number of entries in Data Entry beyond which [Save] and [Macro] are done in the background. Applicable values are numbers 0 to 25.


DATAENTRY_SAVE_THRESHOLD

public static final UserSetting DATAENTRY_SAVE_THRESHOLD
Number of entries in Data Entry beyond which [Macro] or [Set Value in Column] automatically. save the entries to the database. Applicable values are 0, 10, 25, 50, 75 and 100.


MULTIVALUED_ATTRIBUTE_DISPLAY

public static final UserSetting MULTIVALUED_ATTRIBUTE_DISPLAY
For initial display of multivalued groupings, show. Applicable values are All, First and Last.


GROUPED_ATTRIBUTE_DISPLAY

public static final UserSetting GROUPED_ATTRIBUTE_DISPLAY
For the initial display of grouped attributes. Applicable values are Collapsed and Expanded.


ALWAYS_DISPLAY_HELP_TEXT

public static final UserSetting ALWAYS_DISPLAY_HELP_TEXT
Always display help text. Applicable values are Yes and No.


SHOW_LOCK_ICON_ON_CONSOLES

public static final UserSetting SHOW_LOCK_ICON_ON_CONSOLES
Display the locked icon on the catalog and hierarchy consoles. Applicable values are Yes and No.


SHOW_UOM_BROWSER

public static final UserSetting SHOW_UOM_BROWSER
Display the UOM Browser in item edit screen. Applicable values are Yes and No.


HIDE_LEFT_NAV_PANE

public static final UserSetting HIDE_LEFT_NAV_PANE
Hide left navigation pane. Applicable values are Yes and No.


HOME_PAGE

public static final UserSetting HOME_PAGE
Configure the home page. Applicable values are CLASSIC, NEWUI and name of a custom tool.


NEW_SINGLE_EDIT_SCREEN

public static final UserSetting NEW_SINGLE_EDIT_SCREEN
New single edit screen. Applicable values are Yes and No.


SHOW_LOADING

public static final UserSetting SHOW_LOADING
Display loading screen. Applicable values are true and false.

Method Detail

values

public static final UserSetting[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(UserSetting c : UserSetting.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static UserSetting valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name