|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.PersistentObject
com.waveset.object.RemedyConfig
Nested Class Summary |
Nested classes inherited from class com.waveset.object.PersistentObject |
PersistentObject.Comparator, PersistentObject.InitialInstance |
Field Summary | |
static java.lang.String |
code_id
Deprecated. |
static java.lang.String |
ELEMENT
Deprecated. Our XML element name. |
Fields inherited from class com.waveset.object.PersistentObject |
_trace, trace |
Constructor Summary | |
RemedyConfig()
Deprecated. |
|
RemedyConfig(org.w3c.dom.Element e)
Deprecated. Build a RemdyConfig object by parsing its DOM representation. |
Method Summary | |
protected void |
addSubclassAttributes(java.lang.StringBuffer b)
Deprecated. Each concrete subclass may append to the buffer an XML representation of any fields it adds to PersistentObject (if those field values must persist). |
protected void |
addSubclassElements(java.lang.StringBuffer b)
Deprecated. Each concrete subclass may append to the buffer an XML representation of any fields it adds to PersistentObject (if those field values must persist). |
EncryptedData |
getPassword()
Deprecated. |
java.lang.String |
getRemedyState()
Deprecated. |
java.lang.String |
getServer()
Deprecated. |
RemedyTemplate |
getTemplate(java.lang.String name)
Deprecated. |
java.util.ArrayList |
getTemplates()
Deprecated. |
Type |
getType()
Deprecated. Returns the associated Type object. |
java.lang.String |
getUserName()
Deprecated. |
java.lang.String |
isConfigured()
Deprecated. |
protected void |
parseSubclassAttributes(org.w3c.dom.Element e)
Deprecated. Each concrete subclass should parse from the XML buffer any persisted subclass-specific fields (generally, the same ones that it writes into the buffer). |
protected void |
parseSubclassElements(org.w3c.dom.Element e)
Deprecated. Each concrete subclass should parse from the XML buffer any persisted subclass-specific elements (generally, the same ones that it writes into the buffer). |
RemedyTemplate |
removeTemplate(java.lang.String name)
Deprecated. |
void |
setIsConfigured(java.lang.String value)
Deprecated. |
void |
setPassword(java.lang.Object password)
Deprecated. |
void |
setServer(java.lang.String serverName)
Deprecated. |
void |
setTemplate(RemedyTemplate form)
Deprecated. |
void |
setUserName(java.lang.String userName)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final java.lang.String ELEMENT
Constructor Detail |
public RemedyConfig(org.w3c.dom.Element e) throws WavesetException
public RemedyConfig()
Method Detail |
public Type getType()
getType
in class PersistentObject
public java.lang.String isConfigured()
public void setIsConfigured(java.lang.String value)
public java.lang.String getRemedyState()
public java.lang.String getServer()
public void setServer(java.lang.String serverName)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public EncryptedData getPassword()
public void setPassword(java.lang.Object password)
public void setTemplate(RemedyTemplate form)
public RemedyTemplate getTemplate(java.lang.String name)
public RemedyTemplate removeTemplate(java.lang.String name)
public java.util.ArrayList getTemplates()
protected void addSubclassAttributes(java.lang.StringBuffer b)
PersistentObject
NOTE: Any subclass that overrides this method must similarly override parseSubclassAttributes() so that the subclass attributes are restored.
addSubclassAttributes
in class PersistentObject
protected void addSubclassElements(java.lang.StringBuffer b)
PersistentObject
NOTE: Any subclass that overrides this method must similarly override parseSubclassElements() so that the subclass elements are restored.
addSubclassElements
in class PersistentObject
protected void parseSubclassAttributes(org.w3c.dom.Element e) throws WavesetException
PersistentObject
parseSubclassAttributes
in class PersistentObject
WavesetException
PersistentObject's default implementation is a no-op.
,
PersistentObject.parseXml(Element)
protected void parseSubclassElements(org.w3c.dom.Element e) throws WavesetException
PersistentObject
parseSubclassElements
in class PersistentObject
WavesetException
PersistentObject's default implementation is a no-op.
,
PersistentObject.parseXml(Element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |