|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.prefs.PreferenceServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
PreferenceServiceFwd()
|
Method Summary | |
String[] |
children(String node,
String[] context)
Supported API: false |
void |
delete(String node,
String context,
String name)
Supported API: false |
String |
get(String node,
String[] context,
String name)
Supported API: false |
String |
get(String node,
String context,
String name)
Supported API: false |
PrefEntry[] |
getAll(WTPreferences pref,
String[] keys)
Supported API: false |
PrefEntry[] |
getEntries(String node,
String[] context,
String name)
Supported API: false |
PrefEntry[] |
getEntries(String node,
String[] context,
String[] name)
Supported API: false |
PrefEntry[] |
getEntries(String node,
String context,
String name)
Supported API: false |
PrefEntry |
getEntry(String node,
String[] context,
String name)
Supported API: false |
PrefEntry |
getEntry(String node,
String context,
String name)
Supported API: false |
private static Manager |
getManager()
|
String[] |
keys(String node,
String[] context)
Supported API: false |
PrefEntry |
put(String node,
String context,
String name,
String value)
Supported API: false |
HashMap |
putAll(String node,
String context,
HashMap map)
This method will put/update several Preferences into the Preference System Supported API: false |
void |
updateEntry(PrefEntry entry)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public PreferenceServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public PrefEntry put(String node, String context, String name, String value) throws WTException
put
in interface PreferenceService
node
- context
- name
- value
-
WTException
public String get(String node, String[] context, String name) throws WTException
get
in interface PreferenceService
node
- context
- name
-
WTException
public String get(String node, String context, String name) throws WTException
get
in interface PreferenceService
node
- context
- name
-
WTException
public void delete(String node, String context, String name) throws WTException
delete
in interface PreferenceService
node
- context
- name
-
WTException
public String[] children(String node, String[] context) throws WTException
children
in interface PreferenceService
node
- context
-
WTException
public String[] keys(String node, String[] context) throws WTException
keys
in interface PreferenceService
node
- context
-
WTException
public PrefEntry getEntry(String node, String[] context, String name) throws WTException
getEntry
in interface PreferenceService
node
- context
- name
-
WTException
public PrefEntry getEntry(String node, String context, String name) throws WTException
getEntry
in interface PreferenceService
node
- context
- name
-
WTException
public PrefEntry[] getEntries(String node, String[] context, String name) throws WTException
getEntries
in interface PreferenceService
node
- context
- name
-
WTException
public PrefEntry[] getEntries(String node, String context, String name) throws WTException
getEntries
in interface PreferenceService
node
- context
- name
-
WTException
public void updateEntry(PrefEntry entry) throws WTException
updateEntry
in interface PreferenceService
entry
- Updates the PrefEntry
WTException
public HashMap putAll(String node, String context, HashMap map) throws WTException
putAll
in interface PreferenceService
node
- The fully qualified node namecontext
- The edit_context to use for Preference updatingmap
- The map of key/value pairs
WTException
public PrefEntry[] getAll(WTPreferences pref, String[] keys) throws WTException
getAll
in interface PreferenceService
pref
- keys
-
WTException
public PrefEntry[] getEntries(String node, String[] context, String[] name) throws WTException
getEntries
in interface PreferenceService
node
- context
- name
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |