Package | at.db |
Class | public class GetBrandSlideDataXML |
Property | Defined by | ||
---|---|---|---|
brandID : int
Holds the
brandID value for queries used to locate the bookmark database records. | GetBrandSlideDataXML | ||
brandslidedataxml : XMLList
Holds the
brandslidedataxml value for the XMLList returned from the data queries to the application database. | GetBrandSlideDataXML | ||
getAttributeXML : GetAttributeXML
Instantiates the
GetAttributeXML class. | GetBrandSlideDataXML |
Method | Defined by | ||
---|---|---|---|
GetBrandSlideDataXML(brandID:int)
Constructor.
| GetBrandSlideDataXML |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| GetBrandSlideDataXML | ||
onDBStatementSelectResult(event:SQLEvent):void
Retrieves the records from the application database that comprise the slide data for
a brand from associated joined tables.
| GetBrandSlideDataXML | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| GetBrandSlideDataXML | ||
onEveDBOpened(event:SQLEvent):void
Retrieves the root records from the application database that comprise slide data for
a brand based on the variable
brandID . | GetBrandSlideDataXML |
brandID | property |
public var brandID:int
Holds the brandID
value for queries used to locate the bookmark database records.
brandslidedataxml | property |
public var brandslidedataxml:XMLList
Holds the brandslidedataxml
value for the XMLList returned from the data queries to the application database.
getAttributeXML | property |
GetBrandSlideDataXML | () | constructor |
public function GetBrandSlideDataXML(brandID:int)
Constructor.
ParametersbrandID: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 that comprise the slide data for a brand from associated joined tables.
This method utilizes a system of looping to extract all the relevant information for a the brand slide data. Once data is retrieved from the application database it is constructed into a string and then cast into XMLList for eVE use.
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 slide data for
a brand based on the variable brandID
.
event:SQLEvent — SQLEvent
|
See also