|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
CONTEXT
Label for the attribute. |
static String |
NAME
Label for the attribute. |
static String |
NODE
Label for the attribute. |
static String |
PARENT
Label for the attribute. |
static String |
VALUE
Label for the attribute. |
Method Summary | |
String[] |
children(String[] search_context)
Supported API: false |
void |
delete()
Supported API: false |
String |
getContext()
Gets the value of the attribute: CONTEXT. |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNode()
Gets the value of the attribute: NODE. |
String |
getParent()
Gets the value of the attribute: PARENT. |
String |
getValue()
Gets the value of the attribute: VALUE. |
void |
persist()
Supported API: false |
PrefEntry |
retrieve()
This method will perform the retrieval of Preference Information (if appropriate) for the given PrefEntry from the back-end store. |
PrefEntry[] |
retrieveAll()
This method will perform the retrieval of Preference Information (if appropriate) for the given PrefEntry from the back-end store. |
ArrayList |
search(String search,
String[] contexts,
boolean isLike)
This will search the Preference Entry for the search string. |
void |
setContext(String a_Context)
Sets the value of the attribute: CONTEXT. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setNode(String a_Node)
Sets the value of the attribute: NODE. |
void |
setParent(String a_Parent)
Sets the value of the attribute: PARENT. |
void |
setValue(String a_Value)
Sets the value of the attribute: VALUE. |
void |
update()
This method should force an update on the PrefEntry information to the backing-store according to the current state of the PrefEntry Supported API: false |
Field Detail |
public static final String PARENT
public static final String NAME
public static final String VALUE
public static final String NODE
public static final String CONTEXT
Method Detail |
public String getParent()
public void setParent(String a_Parent) throws WTPropertyVetoException
a_Parent
-
WTPropertyVetoException
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getValue()
public void setValue(String a_Value) throws WTPropertyVetoException
a_Value
-
WTPropertyVetoException
public String getNode()
public void setNode(String a_Node) throws WTPropertyVetoException
a_Node
-
WTPropertyVetoException
public String getContext()
public void setContext(String a_Context) throws WTPropertyVetoException
a_Context
-
WTPropertyVetoException
public PrefEntry retrieve()
public void update() throws WTException
WTException
public void persist()
public void delete()
public PrefEntry[] retrieveAll()
public String[] children(String[] search_context)
search_context
- The context(s) to search the children for
public ArrayList search(String search, String[] contexts, boolean isLike) throws WTException
search
- The string to search forcontexts
- The list of search contexts to use for the search.isLike
- Whether the search is a LIKE search or exact match
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |