// 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 (authorityDispatcher == null) var authorityDispatcher = {}; authorityDispatcher._path = '/dwr'; authorityDispatcher.exit = function(callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'exit', callback); } authorityDispatcher.register = function(p0, p1, p2, p3, callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'register', p0, p1, p2, p3, callback); } authorityDispatcher.login = function(p0, p1, p2, p3, callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'login', p0, p1, p2, p3, callback); } authorityDispatcher.validateUserName = function(p0, p1, callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'validateUserName', p0, p1, callback); } authorityDispatcher.validateImageCode = function(p0, callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'validateImageCode', p0, callback); } authorityDispatcher.reloadUser = function(callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'reloadUser', callback); } authorityDispatcher.getCardPassword = function(callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'getCardPassword', callback); } authorityDispatcher.retrievePassword = function(p0, p1, p2, callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'retrievePassword', p0, p1, p2, callback); } authorityDispatcher.updateUserSatatus = function(p1, callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'updateUserSatatus', false, p1, callback); } authorityDispatcher.sendMail = function(p0, p1, p2, p3, callback) { dwr.engine._execute(authorityDispatcher._path, 'authorityDispatcher', 'sendMail', p0, p1, p2, p3, callback); }