Package | at.db |
Class | public class ParseDefaultCallXML |
Property | Defined by | ||
---|---|---|---|
active : String = "Y"
Holds the
active value to be inserted into the active column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
brandid : int
Holds the
brandid value to be inserted into the brandid column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
comments : String
Holds the
comments value to be inserted into the comments column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
datecreated : String
Holds the
datecreated value to be inserted into the datecreated column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
datemodified : String
Holds the
datemodified value to be inserted into the datemodified column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
defaultcallid : int
Holds the
defaultcallid value to be inserted into the defaultcallid column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
defaultcallID : int
Holds the
defaultcallID value obtained from the XML data that is passed into the class. | ParseDefaultCallXML | ||
description : String
Holds the
description value to be inserted into the description column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
eveid : String
Holds the
eveid value to be inserted into the eveid column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
id : int
Holds the
id value used to reference the existing call record. | ParseDefaultCallXML | ||
id2 : int
Holds the
id2 value to be inserted into the id2 column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
indicationID : int
Holds the
indicationID value obtained from the XML data that is passed into the class. | ParseDefaultCallXML | ||
name : String
Holds the
name value to be inserted into the name column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
recordCount : int
Holds the
recordCount value of looped data during parsing. | ParseDefaultCallXML | ||
repID : int
Holds the
repID value obtained from the XML data that is passed into the class. | ParseDefaultCallXML | ||
version : int = 0
Holds the
version value to be inserted into the version column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
whocreated : int
Holds the
whocreated value to be inserted into the whocreated column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
whomodified : int
Holds the
whomodified value to be inserted into the whomodified column of the table
tbl_Indication in the application database. | ParseDefaultCallXML | ||
xmlData : XML
Holds the
xmlData value that is passed into the class. | ParseDefaultCallXML | ||
xmlDataList : XMLList
Holds the
xmlDataList value XMLList of the XML data passed into the class. | ParseDefaultCallXML | ||
xmlDataList2 : XMLList
Holds the
xmlDataList2 value XMLList of the XML data passed into the class. | ParseDefaultCallXML |
Method | Defined by | ||
---|---|---|---|
ParseDefaultCallXML(xmlData:XML)
Constructor.
| ParseDefaultCallXML |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| ParseDefaultCallXML | ||
onDBStatementEditResult(event:SQLEvent):void
Updates existing call record data if it exists in the application database and sets the defaultcallid value
for an indication.
| ParseDefaultCallXML | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| ParseDefaultCallXML | ||
onEveDBOpened(event:SQLEvent):void
Retrieves existing call record data if it exists in the application database.
| ParseDefaultCallXML |
active | property |
public var active:String = "Y"
Holds the active
value to be inserted into the active column of the table
tbl_Indication
in the application database.
The default value is Y
.
brandid | property |
public var brandid:int
Holds the brandid
value to be inserted into the brandid column of the table
tbl_Indication
in the application database.
comments | property |
public var comments:String
Holds the comments
value to be inserted into the comments column of the table
tbl_Indication
in the application database.
datecreated | property |
public var datecreated:String
Holds the datecreated
value to be inserted into the datecreated column of the table
tbl_Indication
in the application database.
datemodified | property |
public var datemodified:String
Holds the datemodified
value to be inserted into the datemodified column of the table
tbl_Indication
in the application database.
defaultcallid | property |
public var defaultcallid:int
Holds the defaultcallid
value to be inserted into the defaultcallid column of the table
tbl_Indication
in the application database.
defaultcallID | property |
public var defaultcallID:int
Holds the defaultcallID
value obtained from the XML data that is passed into the class.
description | property |
public var description:String
Holds the description
value to be inserted into the description column of the table
tbl_Indication
in the application database.
eveid | property |
public var eveid:String
Holds the eveid
value to be inserted into the eveid column of the table
tbl_Indication
in the application database.
id | property |
public var id:int
Holds the id
value used to reference the existing call record.
id2 | property |
public var id2:int
Holds the id2
value to be inserted into the id2 column of the table
tbl_Indication
in the application database. Primarily used for
synchronization with a remote database.
indicationID | property |
public var indicationID:int
Holds the indicationID
value obtained from the XML data that is passed into the class.
name | property |
public var name:String
Holds the name
value to be inserted into the name column of the table
tbl_Indication
in the application database.
recordCount | property |
public var recordCount:int
Holds the recordCount
value of looped data during parsing.
repID | property |
public var repID:int
Holds the repID
value obtained from the XML data that is passed into the class.
version | property |
public var version:int = 0
Holds the version
value to be inserted into the version column of the table
tbl_Indication
in the application database. Primarily used for
synchronization with a remote database.
The default value is 0
.
whocreated | property |
public var whocreated:int
Holds the whocreated
value to be inserted into the whocreated column of the table
tbl_Indication
in the application database.
whomodified | property |
public var whomodified:int
Holds the whomodified
value to be inserted into the whomodified column of the table
tbl_Indication
in the application database.
xmlData | property |
public var xmlData:XML
Holds the xmlData
value that is passed into the class.
xmlDataList | property |
public var xmlDataList:XMLList
Holds the xmlDataList
value XMLList of the XML data passed into the class.
xmlDataList2 | property |
public var xmlDataList2:XMLList
Holds the xmlDataList2
value XMLList of the XML data passed into the class.
ParseDefaultCallXML | () | constructor |
public function ParseDefaultCallXML(xmlData:XML)
Constructor.
ParametersxmlData:XML |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementEditResult | () | method |
protected function onDBStatementEditResult(event:SQLEvent):void
Updates existing call record data if it exists in the application database and sets the defaultcallid value for an indication.
Parametersevent:SQLEvent |
onEveDBError | () | method |
protected function onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
Parametersevent:SQLEvent — SQLEvent
|
onEveDBOpened | () | method |
protected function onEveDBOpened(event:SQLEvent):void
Retrieves existing call record data if it exists in the application database.
Parametersevent:SQLEvent |