// 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 (DQ_DwrUtils == null) var DQ_DwrUtils = {}; DQ_DwrUtils._path = '/webconcepteur/dwr'; DQ_DwrUtils.updateDocumentField = function(p1, p2, p3, p4, p5, callback) { dwr.engine._execute(DQ_DwrUtils._path, 'DQ_DwrUtils', 'updateDocumentField', false, p1, p2, p3, p4, p5, callback); } DQ_DwrUtils.getTotalUserCount = function(callback) { dwr.engine._execute(DQ_DwrUtils._path, 'DQ_DwrUtils', 'getTotalUserCount', callback); } DQ_DwrUtils.getTop5Post = function(callback) { dwr.engine._execute(DQ_DwrUtils._path, 'DQ_DwrUtils', 'getTop5Post', callback); } DQ_DwrUtils.sendPwdRecoverInfo = function(p1, p2, p3, callback) { dwr.engine._execute(DQ_DwrUtils._path, 'DQ_DwrUtils', 'sendPwdRecoverInfo', false, p1, p2, p3, callback); } DQ_DwrUtils.getNbThreadCount = function(p0, callback) { dwr.engine._execute(DQ_DwrUtils._path, 'DQ_DwrUtils', 'getNbThreadCount', p0, callback); }