com.waveset.object
Class RemedyConfig

java.lang.Object
  extended bycom.waveset.object.PersistentObject
      extended bycom.waveset.object.RemedyConfig
All Implemented Interfaces:
java.lang.Comparable, javax.naming.Referenceable, XmlObject

Deprecated. This class is no longer used and was used at one time to store remedy connection information. This is now handled by the Remedy Resource Adapter.

public class RemedyConfig
extends PersistentObject


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 com.waveset.object.PersistentObject
addCommonElements, addEndTag, addMemberObjectGroup, addMemberObjectGroup, addPersistentAttributes, addStartTag, addSummaryAttributes, addXmlHeader, attributesMatch, attributesMatch, attributesMatch, checkReference, checkReferences, clearId, cloneAs, cloneObject, compareTo, create, create, create, create, createLastModItem, createLastModItem, createLastModItemList, directObjectGroupMember, dump, dumpFile, equals, fakeId, getAttribute, getAttributeValues, getAttributeValues, getAuthReferences, getAuthType, getBasicAttributes, getBasicAttributes, getBasicAttributes, getCache, getCounterValue, getCreateDate, getCreator, getDisplayableName, getDisplayName, getElementName, getEncryptedValues, getId, getIdOrName, getInitialInstances, getLastMod, getLastModDate, getLastModifier, getLastModItemId, getLockInfo, getMemberObjectGroupRefs, getMemberObjectGroupRefsUpTo, getMemberObjectGroups, getName, getNameOrId, getProperties, getProperty, getPropertyAsString, getPropertyList, getQueryableAttributes, getReference, getReferences, getRuleDrivenMemberObjectGroupRefs, getRuleDrivenMemberObjectGroupRefsUpTo, getRuleDrivenMemberObjectGroups, getSubtype, getSummaryAttributes, getSummaryString, hasEncryptedData, hashCode, identityEquals, isAlias, isHidden, isId, isProtected, isProtectedFromDelete, isReferencedIn, listOperationalAttributes, listQueryableAttributes, listQueryableReferenceAttributes, listSummaryAttributes, objectGroupMember, objectGroupMemberRef, parseCommonElement, parseCommonElements, parsePersistentAttributes, parseXml, parseXml, prepareForSerialization, prepareToSerialize, println, reEncrypt, reEncryptSubclassAttributes, removeMemberObjectGroup, removeProperty, resolve, resolve, resolve, resolveArray, resolveArrayByFetching, resolveObjectReference, resolveObjectReferences, resolveReference, resolveSummaryAttributes, resolveSummaryAttributes, ruleDrivenObjectGroupMemberRef, setAuthType, setAuthType, setCache, setCreateDate, setCreator, setDisplayName, setDisplayName, setHidden, setIsAlias, setLastMod, setLastMod, setLastModDate, setLastModifier, setMemberObjectGroupRef, setMemberObjectGroupRefs, setMemberObjectGroups, setName, setProperties, setProperty, setPropertyList, setProtected, setProtectedFromDelete, setRuleDrivenMembersCache, setSubtype, setTrace, toString, toXml, toXml, toXml, toXmlFile, visit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
Deprecated. 
See Also:
Constant Field Values

ELEMENT

public static final java.lang.String ELEMENT
Deprecated. 
Our XML element name.

See Also:
Constant Field Values
Constructor Detail

RemedyConfig

public RemedyConfig(org.w3c.dom.Element e)
             throws WavesetException
Deprecated. 
Build a RemdyConfig object by parsing its DOM representation.


RemedyConfig

public RemedyConfig()
Deprecated. 
Method Detail

getType

public Type getType()
Deprecated. 
Returns the associated Type object.

Specified by:
getType in class PersistentObject

isConfigured

public java.lang.String isConfigured()
Deprecated. 

setIsConfigured

public void setIsConfigured(java.lang.String value)
Deprecated. 

getRemedyState

public java.lang.String getRemedyState()
Deprecated. 

getServer

public java.lang.String getServer()
Deprecated. 

setServer

public void setServer(java.lang.String serverName)
Deprecated. 

getUserName

public java.lang.String getUserName()
Deprecated. 

setUserName

public void setUserName(java.lang.String userName)
Deprecated. 

getPassword

public EncryptedData getPassword()
Deprecated. 

setPassword

public void setPassword(java.lang.Object password)
Deprecated. 

setTemplate

public void setTemplate(RemedyTemplate form)
Deprecated. 

getTemplate

public RemedyTemplate getTemplate(java.lang.String name)
Deprecated. 

removeTemplate

public RemedyTemplate removeTemplate(java.lang.String name)
Deprecated. 

getTemplates

public java.util.ArrayList getTemplates()
Deprecated. 

addSubclassAttributes

protected void addSubclassAttributes(java.lang.StringBuffer b)
Deprecated. 
Description copied from class: PersistentObject
Each concrete subclass may append to the buffer an XML representation of any fields it adds to PersistentObject (if those field values must persist). PersistentObject's default implementation is a no-op.

NOTE: Any subclass that overrides this method must similarly override parseSubclassAttributes() so that the subclass attributes are restored.

Overrides:
addSubclassAttributes in class PersistentObject
See Also:


addSubclassElements

protected void addSubclassElements(java.lang.StringBuffer b)
Deprecated. 
Description copied from class: PersistentObject
Each concrete subclass may append to the buffer an XML representation of any fields it adds to PersistentObject (if those field values must persist). PersistentObject's default implementation is a no-op.

NOTE: Any subclass that overrides this method must similarly override parseSubclassElements() so that the subclass elements are restored.

Overrides:
addSubclassElements in class PersistentObject
See Also:


parseSubclassAttributes

protected void parseSubclassAttributes(org.w3c.dom.Element e)
                                throws WavesetException
Deprecated. 
Description copied from class: PersistentObject
Each concrete subclass should parse from the XML buffer any persisted subclass-specific fields (generally, the same ones that it writes into the buffer).

Overrides:
parseSubclassAttributes in class PersistentObject
Throws:
WavesetException
See Also:

PersistentObject's default implementation is a no-op.

, PersistentObject.parseXml(Element)

parseSubclassElements

protected void parseSubclassElements(org.w3c.dom.Element e)
                              throws WavesetException
Deprecated. 
Description copied from class: PersistentObject
Each concrete subclass should parse from the XML buffer any persisted subclass-specific elements (generally, the same ones that it writes into the buffer).

Overrides:
parseSubclassElements in class PersistentObject
Throws:
WavesetException
See Also:

PersistentObject's default implementation is a no-op.

, PersistentObject.parseXml(Element)