Package | at.db |
Class | public class GetCallStructureByIndicationIDXML |
Property | Defined by | ||
---|---|---|---|
callstructurexml : XMLList
Holds the
callstructurexml value for the XMLList returned from the data queries to the application database. | GetCallStructureByIndicationIDXML | ||
defaultcallID : int
Holds the
defaultcallID value for the indication. | GetCallStructureByIndicationIDXML | ||
getSlideDataByID : SelectSlideData
Class for retrieving original attribute settings for a slide
| GetCallStructureByIndicationIDXML | ||
id : int = 0
Holds the
id value for the call for XML parsing. | GetCallStructureByIndicationIDXML | ||
idInput : int = 0
Holds the
idInput value to be used in query to return call data. | GetCallStructureByIndicationIDXML | ||
indicationID : int
Holds the
indicationID value for queries used to locate the call data database records. | GetCallStructureByIndicationIDXML | ||
isEditable : String = ""
Holds the
isEditable value for the call for XML parsing. | GetCallStructureByIndicationIDXML | ||
mustHaves : String = "" | GetCallStructureByIndicationIDXML | ||
myPattern : RegExp
Regular expression variable for use in XML parsing
| GetCallStructureByIndicationIDXML | ||
title : String = ""
Holds the
title value for the call for XML parsing. | GetCallStructureByIndicationIDXML | ||
titleAbbr : String = ""
Holds the
titleAbbr value for the call for XML parsing. | GetCallStructureByIndicationIDXML | ||
type : String = ""
Holds the
type value for the call for XML parsing. | GetCallStructureByIndicationIDXML |
Method | Defined by | ||
---|---|---|---|
GetCallStructureByIndicationIDXML(indicationID:int)
Constructor.
| GetCallStructureByIndicationIDXML |
Method | Defined by | ||
---|---|---|---|
getSectionID(id:int):String
Method for retrieval of section id value.
| GetCallStructureByIndicationIDXML | ||
init():void
Init.
| GetCallStructureByIndicationIDXML | ||
onDBStatementSelectResult(event:SQLEvent):void
Retrieves the records from the application database that comprise the structure data for
a set of bookmarks.
| GetCallStructureByIndicationIDXML | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| GetCallStructureByIndicationIDXML | ||
onEveDBOpened(event:SQLEvent):void
Retrieves the root records from the application database that comprise a set of call structures
based on the variable
indicationID . | GetCallStructureByIndicationIDXML |
callstructurexml | property |
public var callstructurexml:XMLList
Holds the callstructurexml
value for the XMLList returned from the data queries to the application database.
defaultcallID | property |
public var defaultcallID:int
Holds the defaultcallID
value for the indication.
getSlideDataByID | property |
public var getSlideDataByID:SelectSlideData
Class for retrieving original attribute settings for a slide
id | property |
public var id:int = 0
Holds the id
value for the call for XML parsing.
idInput | property |
public var idInput:int = 0
Holds the idInput
value to be used in query to return call data.
indicationID | property |
public var indicationID:int
Holds the indicationID
value for queries used to locate the call data database records.
isEditable | property |
public var isEditable:String = ""
Holds the isEditable
value for the call for XML parsing.
mustHaves | property |
public var mustHaves:String = ""
myPattern | property |
public var myPattern:RegExp
Regular expression variable for use in XML parsing
title | property |
public var title:String = ""
Holds the title
value for the call for XML parsing.
titleAbbr | property |
public var titleAbbr:String = ""
Holds the titleAbbr
value for the call for XML parsing.
type | property |
public var type:String = ""
Holds the type
value for the call for XML parsing.
GetCallStructureByIndicationIDXML | () | constructor |
public function GetCallStructureByIndicationIDXML(indicationID:int)
Constructor.
ParametersindicationID:int |
getSectionID | () | method |
protected function getSectionID(id:int):String
Method for retrieval of section id value.
Parametersid:int |
String |
See also
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 that comprise the structure data for a set of bookmarks.
This method uses tested queries to loop through the relevant information for a call structure. In essence the call structure is used mainly to determine the heirarchy of slides in a call. This method also obtains the database assigned attribute values for each slide base on the dbid stored in the call structure.
Parametersevent:SQLEvent — SQLEvent
|
See also
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 a set of call structures
based on the variable indicationID
.
event:SQLEvent — SQLEvent
|