if (typeof Dictionary != "function") { function Dictionary() { this.id = null; this.title = null; this.pronunciation = null; this.state = null; this.isRoot = null; this.father = null; this.dictionarys = null; } } if (typeof LabelValueBean != "function") { function LabelValueBean() { this.value = null; this.label = null; } } if (typeof ZtbFinancing != "function") { function ZtbFinancing() { this.id = null; this.itemName = null; this.rate = null; this.timeOut = null; this.no = null; this.description = null; this.state = null; this.money = null; this.endDate = null; this.businessType = null; this.safeWay = null; this.introduction = null; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (Maction == null) var Maction = {}; Maction._path = '/dwr'; Maction.loginCommit = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(Maction._path, 'Maction', 'loginCommit', p0, p1, p2, p3, p4, callback); } Maction.loginCommitNew = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(Maction._path, 'Maction', 'loginCommitNew', p0, p1, p2, p3, p4, callback); } Maction.logout = function(callback) { dwr.engine._execute(Maction._path, 'Maction', 'logout', callback); } Maction.logoutNew = function(callback) { dwr.engine._execute(Maction._path, 'Maction', 'logoutNew', callback); } Maction.fetchShortMessage = function(p0, callback) { dwr.engine._execute(Maction._path, 'Maction', 'fetchShortMessage', p0, callback); } Maction.initLogin = function(callback) { dwr.engine._execute(Maction._path, 'Maction', 'initLogin', callback); } Maction.initLoginNew = function(callback) { dwr.engine._execute(Maction._path, 'Maction', 'initLoginNew', callback); }