Class LoadAccountDataCmd
Object
|
+--OObject
|
+--Command
|
+--LoadAccountDataCmd
- class
LoadAccountDataCmd
- extends Command
This class implements the "load account data" command.
NOTE: It isnt undoable (because we lose all edits!).
See:
Author: Bruce Wallace (PolyGlotInc.com)
Defined in rats.js
Version: 1.0
|
Method Summary |
void
|
doit()
"Do command" logic
|
void
|
konstructor( <XMLreq> xmlReq, <boolean> autoFlag, <String> optName )
|
| Methods inherited from class Command |
undo, redo, details, toString, isInvalid, syncDoIt, syncUnDo, syncReDo, DOIT, REDO, UNDO
|
LoadAccountDataCmd
LoadAccountDataCmd()
See:Author: Bruce Wallace (PolyGlotInc.com)
Version: 1.0
doit
void doit()
konstructor
void konstructor( <XMLreq> xmlReq, <boolean> autoFlag, <String> optName )
Parameters:
xmlReq - the XML request being replied to
autoFlag - if true then auto-advance to next unreconciled Account if current data is reconciled
optName - optional name of this instance
Documentation generated by
JSDoc on Fri Mar 17 06:40:21 2006