Package | at.db |
Class | public class ParseCallDataXML |
Property | Defined by | ||
---|---|---|---|
activeInput : String = "Y"
Holds the
active value to be inserted into the active column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
callconfig : CallConfig
Instantiates the
CallConfig class. | ParseCallDataXML | ||
callStructure : String
Holds the
callStructure value of the call structure obtained from the XML data passed into the class. | ParseCallDataXML | ||
calltypeid : int = 0
Holds the
calltypeid value obtained from the XML data passed into the class. | ParseCallDataXML | ||
calltypeID : int
Holds the
calltypeID value obtained from the XML data passed into the class. | ParseCallDataXML | ||
calltypeidInput : int
Holds the
calltypeid value to be inserted into the calltypeid column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
commentsInput : String
Holds the
comments value to be inserted into the comments column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
descriptionInput : String
Holds the
description value to be inserted into the description column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
indicationID : int
Holds the
indicationID value obtained from the XML data passed into the class. | ParseCallDataXML | ||
isEditable : String
Holds the
isEditable value obtained from the XML data passed into the class. | ParseCallDataXML | ||
nameInput : String
Holds the
name value to be inserted into the name column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
recordCount : int
Holds the
recordCount value of looped data during parsing. | ParseCallDataXML | ||
recordCount2 : int
Holds the
recordCount value of looped data during parsing. | ParseCallDataXML | ||
repID : int
Holds the
repID value obtained from the XML data passed into the class. | ParseCallDataXML | ||
sectionidInput : int
Holds the
sectionid value to be inserted into the sectionid column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
slideidInput : int
Holds the
slideid value to be inserted into the slideid column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
title : String
Holds the
title value obtained from the XML data passed into the class. | ParseCallDataXML | ||
titleAbbr : String
Holds the
titleAbbr value obtained from the XML data passed into the class. | ParseCallDataXML | ||
titleabbreviationInput : String
Holds the
titleabbreviation value to be inserted into the titleabbreviation column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
type : String
Holds the
type value obtained from the XML data passed into the class. | ParseCallDataXML | ||
updateCallConfigByCallTypeID : UpdateCallConfigByCallTypeID
Instantiates the
UpdateCallConfigByCallTypeID class. | ParseCallDataXML | ||
updateCallType : UpdateCallType
Instantiates the
UpdateCallType class. | ParseCallDataXML | ||
versionInput : int = 0
Holds the
version value to be inserted into the version column of the table
tbl_CallConfig in the application database. | ParseCallDataXML | ||
xmlData : XML
Holds the
xmlData value that is passed into the class. | ParseCallDataXML | ||
xmlDataList : XMLList
Holds the
xmlDataList value XMLList of the XML data passed into the class. | ParseCallDataXML | ||
xmlDataList2 : XMLList
Holds the
xmlDataList2 value XMLList of the XML data passed into the class. | ParseCallDataXML |
Method | Defined by | ||
---|---|---|---|
ParseCallDataXML(xmlData:XML)
Constructor.
| ParseCallDataXML |
Method | Defined by | ||
---|---|---|---|
parseCallData():void
This method obtains primary variable values derived from
xmlData - and invokes
the helper class UpdateCallConfigByCallTypeID to update existing call data and the
helper class UpdateCallType to edit existing call data. | ParseCallDataXML |
activeInput | property |
public var activeInput:String = "Y"
Holds the active
value to be inserted into the active column of the table
tbl_CallConfig
in the application database.
The default value is Y
.
callconfig | property |
callStructure | property |
public var callStructure:String
Holds the callStructure
value of the call structure obtained from the XML data passed into the class.
calltypeid | property |
public var calltypeid:int = 0
Holds the calltypeid
value obtained from the XML data passed into the class.
calltypeID | property |
public var calltypeID:int
Holds the calltypeID
value obtained from the XML data passed into the class.
calltypeidInput | property |
public var calltypeidInput:int
Holds the calltypeid
value to be inserted into the calltypeid column of the table
tbl_CallConfig
in the application database.
commentsInput | property |
public var commentsInput:String
Holds the comments
value to be inserted into the comments column of the table
tbl_CallConfig
in the application database.
descriptionInput | property |
public var descriptionInput:String
Holds the description
value to be inserted into the description column of the table
tbl_CallConfig
in the application database.
indicationID | property |
public var indicationID:int
Holds the indicationID
value obtained from the XML data passed into the class.
isEditable | property |
public var isEditable:String
Holds the isEditable
value obtained from the XML data passed into the class.
nameInput | property |
public var nameInput:String
Holds the name
value to be inserted into the name column of the table
tbl_CallConfig
in the application database.
recordCount | property |
public var recordCount:int
Holds the recordCount
value of looped data during parsing.
recordCount2 | property |
public var recordCount2: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 passed into the class.
sectionidInput | property |
public var sectionidInput:int
Holds the sectionid
value to be inserted into the sectionid column of the table
tbl_CallConfig
in the application database.
slideidInput | property |
public var slideidInput:int
Holds the slideid
value to be inserted into the slideid column of the table
tbl_CallConfig
in the application database.
title | property |
public var title:String
Holds the title
value obtained from the XML data passed into the class.
titleAbbr | property |
public var titleAbbr:String
Holds the titleAbbr
value obtained from the XML data passed into the class.
titleabbreviationInput | property |
public var titleabbreviationInput:String
Holds the titleabbreviation
value to be inserted into the titleabbreviation column of the table
tbl_CallConfig
in the application database.
type | property |
public var type:String
Holds the type
value obtained from the XML data passed into the class.
updateCallConfigByCallTypeID | property |
public var updateCallConfigByCallTypeID:UpdateCallConfigByCallTypeID
Instantiates the UpdateCallConfigByCallTypeID
class.
See also
updateCallType | property |
versionInput | property |
public var versionInput:int = 0
Holds the version
value to be inserted into the version column of the table
tbl_CallConfig
in the application database.
The default value is 0
.
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.
ParseCallDataXML | () | constructor |
public function ParseCallDataXML(xmlData:XML)
Constructor.
ParametersxmlData:XML |
parseCallData | () | method |
protected function parseCallData():void
This method obtains primary variable values derived from xmlData
- and invokes
the helper class UpdateCallConfigByCallTypeID
to update existing call data and the
helper class UpdateCallType
to edit existing call data.
To properly insert this particular data the toXMLString() method must be used.
See also