Package | at.db |
Class | public class ParseBookmarkStructureByIndicationIDXML |
Property | Defined by | ||
---|---|---|---|
activeInput : String = "Y"
Hold the
activeInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
attributeID : int = 0
Holds the
attributeID value of the 'slideID' used for processing of slide record info in a bookmark. | ParseBookmarkStructureByIndicationIDXML | ||
attributeidInput : int
Hold the
attributeidInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
bookmarkattribute : BookmarkAttribute
Instantiates the
BookmarkAttribute class. | ParseBookmarkStructureByIndicationIDXML | ||
bookmarkattributeIDInput : int
Hold the
bookmarkattributeidInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
bookmarkid : int = 0
Holds the
bookmarkid value obtained from the XML data passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
bookmarkID : int
Holds the
bookmarkID value that is obtained from the xml data passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
bookmarkidInput : int
Hold the
bookmarkidInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
commentsInput : String
Hold the
commentsInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
deleteBookmarkAttributeByBookmarkID : DeleteBookmarkAttributeByBookmarkID
Instantiates the
DeleteBookmarkAttributeByBookmarkID class. | ParseBookmarkStructureByIndicationIDXML | ||
descriptionInput : String
Hold the
descriptionInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
evevalueInput : String
Hold the
evevalueInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
indicationid : int = 0
Holds the
indicationid value obtained from the XML data passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
nameInput : String
Hold the
nameInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
queryType : String
Holds the
queryType value passed into the class and used to determine if the data passed is
for a new bookmark or existing bookmark. | ParseBookmarkStructureByIndicationIDXML | ||
recordCount : int
Holds the
recordCount value of looped data during parsing. | ParseBookmarkStructureByIndicationIDXML | ||
recordCount2 : int
Holds the
recordCount value of looped data during parsing. | ParseBookmarkStructureByIndicationIDXML | ||
repid : int = 0
Holds the
indicationid value obtained from the XML data passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
title : String
Holds the
title value that is obtained from the xml data passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
titleAbbr : String
Holds the
titleAbbr value that is obtained from the xml data passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
updateBookmarkBookmarkStructure : UpdateBookmarkBookmarkStructure
Instantiates the
UpdateBookmarkBookmarkStructure class. | ParseBookmarkStructureByIndicationIDXML | ||
versionInput : int = 0
Hold the
versionInput value to be used during data insertion/updating in
the application database. | ParseBookmarkStructureByIndicationIDXML | ||
xmlData : XML
Holds the
xmlData value that is passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
xmlDataList : XMLList
Holds the
xmlDataList value XMLList of the XML data passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
xmlDataList2 : XMLList
Holds the
xmlDataList2 value XMLList of the XML data passed into the class. | ParseBookmarkStructureByIndicationIDXML | ||
xmlDataList3 : XMLList
Holds the
xmlDataList3 value XMLList of the XML data passed into the class. | ParseBookmarkStructureByIndicationIDXML |
Method | Defined by | ||
---|---|---|---|
ParseBookmarkStructureByIndicationIDXML(xmlData:XML)
Constructor.
| ParseBookmarkStructureByIndicationIDXML |
Method | Defined by | ||
---|---|---|---|
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| ParseBookmarkStructureByIndicationIDXML | ||
onEveDBOpened(event:SQLEvent):void
This method retrieves the database id of attribute 'slideID'.
| ParseBookmarkStructureByIndicationIDXML | ||
parseBookmarkStructure():void
Establishes connection to the application database and sets the variable
xmlDataList . | ParseBookmarkStructureByIndicationIDXML |
activeInput | property |
public var activeInput:String = "Y"
Hold the activeInput
value to be used during data insertion/updating in
the application database.
The default value is Y
.
attributeID | property |
public var attributeID:int = 0
Holds the attributeID
value of the 'slideID' used for processing of slide record info in a bookmark.
The default value is 0
.
attributeidInput | property |
public var attributeidInput:int
Hold the attributeidInput
value to be used during data insertion/updating in
the application database.
bookmarkattribute | property |
bookmarkattributeIDInput | property |
public var bookmarkattributeIDInput:int
Hold the bookmarkattributeidInput
value to be used during data insertion/updating in
the application database.
bookmarkid | property |
public var bookmarkid:int = 0
Holds the bookmarkid
value obtained from the XML data passed into the class.
The default value is 0
.
bookmarkID | property |
public var bookmarkID:int
Holds the bookmarkID
value that is obtained from the xml data passed into the class.
bookmarkidInput | property |
public var bookmarkidInput:int
Hold the bookmarkidInput
value to be used during data insertion/updating in
the application database.
commentsInput | property |
public var commentsInput:String
Hold the commentsInput
value to be used during data insertion/updating in
the application database.
deleteBookmarkAttributeByBookmarkID | property |
public var deleteBookmarkAttributeByBookmarkID:DeleteBookmarkAttributeByBookmarkID
Instantiates the DeleteBookmarkAttributeByBookmarkID
class.
See also
descriptionInput | property |
public var descriptionInput:String
Hold the descriptionInput
value to be used during data insertion/updating in
the application database.
evevalueInput | property |
public var evevalueInput:String
Hold the evevalueInput
value to be used during data insertion/updating in
the application database.
indicationid | property |
public var indicationid:int = 0
Holds the indicationid
value obtained from the XML data passed into the class.
The default value is 0
.
nameInput | property |
public var nameInput:String
Hold the nameInput
value to be used during data insertion/updating in
the application database.
queryType | property |
public var queryType:String
Holds the queryType
value passed into the class and used to determine if the data passed is
for a new bookmark or existing bookmark.
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 = 0
Holds the indicationid
value obtained from the XML data passed into the class.
The default value is 0
.
title | property |
public var title:String
Holds the title
value that is obtained from the xml data passed into the class.
titleAbbr | property |
public var titleAbbr:String
Holds the titleAbbr
value that is obtained from the xml data passed into the class.
updateBookmarkBookmarkStructure | property |
public var updateBookmarkBookmarkStructure:UpdateBookmarkBookmarkStructure
Instantiates the UpdateBookmarkBookmarkStructure
class.
See also
versionInput | property |
public var versionInput:int = 0
Hold the versionInput
value to be used during data insertion/updating 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.
xmlDataList3 | property |
public var xmlDataList3:XMLList
Holds the xmlDataList3
value XMLList of the XML data passed into the class.
ParseBookmarkStructureByIndicationIDXML | () | constructor |
public function ParseBookmarkStructureByIndicationIDXML(xmlData:XML)
Constructor.
ParametersxmlData:XML |
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
This method retrieves the database id of attribute 'slideID'. This is used to filter just the bookmark attribute records that pertain to slides. The method then parses bookmark XML object into XMLList variables - setting key variables to be used in insertion of data into the application database.
This method invokes the helper class UpdateBookmarkBookmarkStructure
to edit existing bookmark
structure data. To properly insert this particular data the toXMLString() method must be used. The helper class
DeleteBookmarkAttributeByBookmarkID
is used to delete existing bookmark attribute data prior to
reinserting new data.
This method is for the parsing of multiple bookmark structures.
Parametersevent:SQLEvent — SQLEvent
|
See also
parseBookmarkStructure | () | method |
protected function parseBookmarkStructure():void
Establishes connection to the application database and sets the variable xmlDataList
.