// 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 (Statistique == null) var Statistique = {}; Statistique._path = '/grand-paris/dwr'; Statistique.execute = function(p0, p1, callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'execute', p0, p1, false, false, callback); } Statistique.getNomCommunes = function(p0, callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'getNomCommunes', p0, callback); } Statistique.rechercheBureauDistributeur = function(p0, callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'rechercheBureauDistributeur', p0, callback); } Statistique.getCodeAPE = function(callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'getCodeAPE', callback); } Statistique.getRestrictions = function(callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'getRestrictions', callback); } Statistique.getFonctions = function(callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'getFonctions', callback); } Statistique.execute = function(p0, p1, p2, p3, callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'execute', p0, p1, p2, p3, callback); } Statistique.getServlet = function(callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'getServlet', callback); } Statistique.setServlet = function(p0, callback) { dwr.engine._execute(Statistique._path, 'Statistique', 'setServlet', p0, callback); }