|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcore.common.biPrefs.PreferencesExtractorImpl
public class PreferencesExtractorImpl
| Constructor Summary | |
|---|---|
PreferencesExtractorImpl()
|
|
| Method Summary | |
|---|---|
boolean |
checkPrefsUpdateRequired(javax.servlet.http.Cookie[] cookies,
java.lang.String cacheKey)
This method checks the current set of cookies to see if any pillar update has occurred for preferences since the last time preferences were retrieved. |
UserPreferences |
getPreferences(ConfigurationProvider cfgProvider,
javax.servlet.http.Cookie[] cookies,
java.lang.String userName)
This method will retrieve the user preferences properties by invoking the Applsession webservice. |
UserPreferences |
getPreferencesFromLdap(java.lang.String userName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferencesExtractorImpl()
| Method Detail |
|---|
public boolean checkPrefsUpdateRequired(javax.servlet.http.Cookie[] cookies,
java.lang.String cacheKey)
PreferencesExtractor
checkPrefsUpdateRequired in interface PreferencesExtractorcookies - Collection of cookies in the current requestcacheKey - Cache key returned by previous call to getPreferences or null
public UserPreferences getPreferences(ConfigurationProvider cfgProvider,
javax.servlet.http.Cookie[] cookies,
java.lang.String userName)
PreferencesExtractor
getPreferences in interface PreferencesExtractorcfgProvider - Abstract interface which provides configuration parameterscookies - Collection of cookies in the current requestuserName - this parameter is needed in case LDAP needs to be queried
public UserPreferences getPreferencesFromLdap(java.lang.String userName)
getPreferencesFromLdap in interface PreferencesExtractor
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||