DatasetDeltaToXUpdateDelta
| Kind of class: | class |
|---|---|
| Inherits from: | DataAccessor |
| Classpath: | mx.data.encoders.DatasetDeltaToXUpdateDelta |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
An encoder that encodes a deltapacket from a dataset into a deltapacket that can be used by the XUpdateResolver
Summary
Class methods
Class methods inherited from DataAccessor
Instance methods
- getTypedValue (requestedType:String) : TypedValue
- getGettableTypes : Array
- Retrieves a list of types that getTypedValue can produce.
- setTypedValue (newValue:TypedValue) : Array
- getSettableTypes : Array
- Retrieves a list of types that setTypedValue can accept.
- addDeltaItemToDelta (di:DeltaItem) : Void
- addNewNodeData (xmlDoc:XML, deltaObj:Delta) : Void
- createXMLElementFromXPath (xmlDoc:XML, xpath:String) : XMLNode
- createXMLNode (deltaObj:Delta) : XMLNode
- createXMLElementRecursePath (xmlDoc:XML, contextNode:XMLNode, strParser:StringTokenParser) : Number
- encodeFieldValue (fieldName:String, value:Object) : String
- getChildNodeByName (node:XMLNode, nodeName:String) : XMLNode
- getDelta (deltaObj:Delta, xpathInfo:Object) : DeltaImpl
- getNewDeltaList (dp:DeltaPacket) : Array
- getFullXPathToField (deltaObj:Delta, fieldName:String) : String
- getXPathToField (deltaObj:Delta, fieldName:String) : String
- getXPathToParent (deltaObj:Delta) : String
- getXPathToRow (deltaObj:Delta) : String
- replacePathIndexParameters (pathIndex:String, deltaObj:Delta) : String
- getParamValue (param:String, deltaObj:Delta) : String
Instance methods inherited from DataAccessor
Instance properties
rowNodeKey
rowNodeKey:String
(read)
Instance methods
addNewNodeData
createXMLElementFromXPath
private function createXMLElementFromXPath (
xmlDoc:XML,
xpath:String) : XMLNode
createXMLElementRecursePath
private function createXMLElementRecursePath (
xmlDoc:XML,
contextNode:XMLNode,
strParser:StringTokenParser) : Number
createXMLNode
encodeFieldValue
private function encodeFieldValue (
fieldName:String,
value:Object) : String
getChildNodeByName
private function getChildNodeByName (
node:XMLNode,
nodeName:String) : XMLNode
getFullXPathToField
getGettableTypes
function getGettableTypes (
) : Array
Retrieves a list of types that getTypedValue can produce.
# Returns:
- an Array of type names. When you call getTypedValue, we prefer that you request#
from it a value of one of these types.
.
getNewDeltaList
getParamValue
getSettableTypes
function getSettableTypes (
) : Array
Retrieves a list of types that setTypedValue can accept.
# Returns:
- an Array of type names. When you call setTypedValue, we prefer that call it with#
a value of one of these types.
.