// 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 (UserUtils == null) var UserUtils = {}; UserUtils._path = '/dwr'; UserUtils.setUserService = function(p0, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'setUserService', p0, callback); } UserUtils.updateWebHits = function(p0, p1, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'updateWebHits', p0, p1, callback); } UserUtils.getCustomCate = function(p0, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'getCustomCate', p0, callback); } UserUtils.clearWebConfig = function(p0, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'clearWebConfig', p0, callback); } UserUtils.editWebConfig = function(p0, p1, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'editWebConfig', p0, p1, callback); } UserUtils.sessionExists = function(callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'sessionExists', callback); } UserUtils.changeCustomerAccount = function(p0, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'changeCustomerAccount', p0, callback); } UserUtils.editAgencyContact = function(p0, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'editAgencyContact', p0, callback); } UserUtils.getCustomAccount = function(p0, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'getCustomAccount', p0, callback); } UserUtils.getTmpViewPath = function(p0, callback) { dwr.engine._execute(UserUtils._path, 'UserUtils', 'getTmpViewPath', p0, callback); }