Package | at.db |
Class | public class GetCallSectionDataXML |
Property | Defined by | ||
---|---|---|---|
callsectiondataxml : XMLList
Holds the
callsectiondataxml value for the XMLList returned from the data queries to the application database. | GetCallSectionDataXML | ||
calltypeID : int
Holds the
calltypeID value for queries used to locate the call section data database records. | GetCallSectionDataXML | ||
getAttributeXML : GetAttributeXML
Instantiates the
GetAttributeXML class. | GetCallSectionDataXML |
Method | Defined by | ||
---|---|---|---|
GetCallSectionDataXML(calltypeID:int)
Constructor.
| GetCallSectionDataXML |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| GetCallSectionDataXML | ||
onDBStatementSelectResult(event:SQLEvent):void
Retrieves the records from the application database for the sections associated with the
slides stored in a call.
| GetCallSectionDataXML | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| GetCallSectionDataXML | ||
onEveDBOpened(event:SQLEvent):void
Retrieves the root records from the application database that comprise call data
based on the variables
calltypeID . | GetCallSectionDataXML |
callsectiondataxml | property |
public var callsectiondataxml:XMLList
Holds the callsectiondataxml
value for the XMLList returned from the data queries to the application database.
calltypeID | property |
public var calltypeID:int
Holds the calltypeID
value for queries used to locate the call section data database records.
getAttributeXML | property |
GetCallSectionDataXML | () | constructor |
public function GetCallSectionDataXML(calltypeID:int)
Constructor.
ParameterscalltypeID:int |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementSelectResult | () | method |
protected function onDBStatementSelectResult(event:SQLEvent):void
Retrieves the records from the application database for the sections associated with the slides stored in a call.
Parametersevent:SQLEvent — 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 the root records from the application database that comprise call data
based on the variables calltypeID
.
This method selects unique slide id's that are stored for a call - so heirarchy is not obtained here.
Parametersevent:SQLEvent — SQLEvent
|
See also