Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.pref.model.wrapper
Class GeneralPreferences

java.lang.Object
  extended by oracle.apps.fnd.applcore.pref.model.wrapper.GeneralPreferences

Deprecated. since 11.1.1.2.8DROP

public class GeneralPreferences
extends java.lang.Object

Gettter methods of Preferences. This class is now Deprecated. This class is no more used by ApplSession since they are using JPS Apis to directly retrieve user profiles from the LDAP.


Constructor Summary
GeneralPreferences()
          Deprecated.  
 
Method Summary
static java.lang.String getAccessibilityMode()
          Deprecated. User Accessibility getter method.
static java.lang.String getApplicationLanguage()
          Deprecated. User Application language preference getter method.
static java.lang.String getCharacterEncoding()
          Deprecated. User Character Encoding preference getter method.
static java.lang.String getColorContrast()
          Deprecated. User Color Contrast preference getter method.
static java.lang.String getCurrency()
          Deprecated. User Currency preference getter method.
static java.lang.String getDateformat()
          Deprecated. since 11.1.1.8.2DROP
static java.lang.String getFontSize()
          Deprecated. User Font Size preference getter method
static java.lang.String getNumberFormat()
          Deprecated. User Number Format preference getter method.
static java.lang.String getTerritory()
          Deprecated. User Territory preference getter method.
static java.lang.String getTimezone()
          Deprecated. User Timezone preference getter method.
static boolean isAnimationEnabled()
          Deprecated. User AnimationEnabled preference getter method.
static boolean isEmbeddedHelpEnabled()
          Deprecated. User Embedded Help preference getter method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralPreferences

public GeneralPreferences()
Deprecated. 
Method Detail

getAccessibilityMode

public static java.lang.String getAccessibilityMode()
Deprecated. 
User Accessibility getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

isAnimationEnabled

public static boolean isAnimationEnabled()
Deprecated. 
User AnimationEnabled preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getColorContrast

public static java.lang.String getColorContrast()
Deprecated. 
User Color Contrast preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getFontSize

public static java.lang.String getFontSize()
Deprecated. 
User Font Size preference getter method

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getApplicationLanguage

public static java.lang.String getApplicationLanguage()
Deprecated. 
User Application language preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

isEmbeddedHelpEnabled

public static boolean isEmbeddedHelpEnabled()
Deprecated. 
User Embedded Help preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getTerritory

public static java.lang.String getTerritory()
Deprecated. 
User Territory preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getCurrency

public static java.lang.String getCurrency()
Deprecated. 
User Currency preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getCharacterEncoding

public static java.lang.String getCharacterEncoding()
Deprecated. 
User Character Encoding preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getNumberFormat

public static java.lang.String getNumberFormat()
Deprecated. 
User Number Format preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getTimezone

public static java.lang.String getTimezone()
Deprecated. 
User Timezone preference getter method.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

getDateformat

public static java.lang.String getDateformat()
Deprecated. since 11.1.1.8.2DROP

User Dateformat preference getter method. This method is now deprecated.

Returns:
value stored in the LDAP for a user or value stored in the Applsession for an anonymous user

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.