// 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 (AccountService == null) var AccountService = {}; AccountService._path = '/dwr'; AccountService.getUserInfo = function(callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'getUserInfo', callback); } AccountService.disconnect = function(callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'disconnect', callback); } AccountService.invalidateSession = function(callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'invalidateSession', callback); } AccountService.acceptRecovery = function(p0, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'acceptRecovery', p0, callback); } AccountService.validatePaypalTransaction = function(p0, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'validatePaypalTransaction', p0, callback); } AccountService.isActiveSession = function(callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'isActiveSession', callback); } AccountService.validateUsrPwd = function(p0, p1, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'validateUsrPwd', p0, p1, callback); } AccountService.logIn = function(p0, p1, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'logIn', p0, p1, callback); } AccountService.getAccountInfo = function(p0, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'getAccountInfo', p0, callback); } AccountService.suggestSim = function(p0, p1, p2, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'suggestSim', p0, p1, p2, callback); } AccountService.getParticipantList = function(p0, p1, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'getParticipantList', p0, p1, callback); } AccountService.goToPortal = function(p0, p1, p2, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'goToPortal', p0, p1, p2, callback); } AccountService.restoreSession = function(p0, p1, p2, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'restoreSession', p0, p1, p2, callback); } AccountService.getPaypalDataBySimId = function(p0, p1, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'getPaypalDataBySimId', p0, p1, callback); } AccountService.getPaypalData = function(p0, p1, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'getPaypalData', p0, p1, callback); } AccountService.getPaypalDataForBusinessPlan = function(p0, p1, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'getPaypalDataForBusinessPlan', p0, p1, callback); } AccountService.updateProfile = function(p0, p1, p2, p3, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'updateProfile', p0, p1, p2, p3, callback); } AccountService.updatePassword = function(p0, p1, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'updatePassword', p0, p1, callback); } AccountService.saveBrowserStats = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(AccountService._path, 'AccountService', 'saveBrowserStats', p0, p1, p2, p3, p4, p5, p6, callback); }