Package | at.db |
Class | public class UpdateBookmarkBookmarkStructure |
Property | Defined by | ||
---|---|---|---|
bookmark : Bookmark
Instantiates the
Bookmark class for use during a insert db method. | UpdateBookmarkBookmarkStructure | ||
bookmarkID : int
Holds the
bookmarkID value passed into the class used to reference the existing
bookmark record for updating in the application database. | UpdateBookmarkBookmarkStructure | ||
bookmarkstructureEdit : String
Holds the
bookmarkstructure value passed into the class and used to update the existing
bookmark record in the application database. | UpdateBookmarkBookmarkStructure | ||
calltypeID : int
Holds the
calltypeID value useded to update the related call type data in the application database. | UpdateBookmarkBookmarkStructure | ||
datemodified : String
Holds the
datemodified value to be inserted into the datemodified column of the tables
in the application database. | UpdateBookmarkBookmarkStructure | ||
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. | UpdateBookmarkBookmarkStructure | ||
titleAbbrEdit : String
Holds the
titleAbbr value passed into the class and used to update the existing
bookmark record in the application database. | UpdateBookmarkBookmarkStructure | ||
titleEdit : String
Holds the
title value passed into the class and used to update the existing
bookmark record in the application database. | UpdateBookmarkBookmarkStructure | ||
whomodified : int
Holds the
whomodified value to be inserted into the whomodified column of the tables
in the application database. | UpdateBookmarkBookmarkStructure |
Method | Defined by | ||
---|---|---|---|
UpdateBookmarkBookmarkStructure(queryType:String, bookmarkID:int, bookmarkstructureInput:String, titleInput:String, titleAbbrInput:String)
Constructor.
| UpdateBookmarkBookmarkStructure |
Method | Defined by | ||
---|---|---|---|
init():void
Init.
| UpdateBookmarkBookmarkStructure | ||
onDBStatementEditResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
| UpdateBookmarkBookmarkStructure | ||
onEveDBError(event:SQLEvent):void
Error handler method for database connection errors.
| UpdateBookmarkBookmarkStructure | ||
onEveDBOpened(event:SQLEvent):void
Updates the bookmark record and related records in the application database.
| UpdateBookmarkBookmarkStructure |
bookmark | property |
public var bookmark:Bookmark
Instantiates the Bookmark
class for use during a insert db method.
See also
bookmarkID | property |
public var bookmarkID:int
Holds the bookmarkID
value passed into the class used to reference the existing
bookmark record for updating in the application database.
bookmarkstructureEdit | property |
public var bookmarkstructureEdit:String
Holds the bookmarkstructure
value passed into the class and used to update the existing
bookmark record in the application database.
calltypeID | property |
public var calltypeID:int
Holds the calltypeID
value useded to update the related call type data in the application database.
datemodified | property |
public var datemodified:String
Holds the datemodified
value to be inserted into the datemodified column of the tables
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.
titleAbbrEdit | property |
public var titleAbbrEdit:String
Holds the titleAbbr
value passed into the class and used to update the existing
bookmark record in the application database.
titleEdit | property |
public var titleEdit:String
Holds the title
value passed into the class and used to update the existing
bookmark record in the application database.
whomodified | property |
public var whomodified:int
Holds the whomodified
value to be inserted into the whomodified column of the tables
in the application database.
UpdateBookmarkBookmarkStructure | () | constructor |
public function UpdateBookmarkBookmarkStructure(queryType:String, bookmarkID:int, bookmarkstructureInput:String, titleInput:String, titleAbbrInput:String)
Constructor.
ParametersqueryType:String |
|
bookmarkID:int |
|
bookmarkstructureInput:String |
|
titleInput:String |
|
titleAbbrInput:String |
init | () | method |
protected function init():void
Init. Establishes connection to the application database.
onDBStatementEditResult | () | method |
protected function onDBStatementEditResult(event:SQLEvent):void
Listener handler method for database SQL statement result.
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
Updates the bookmark record and related records in the application database.
Parametersevent:SQLEvent |