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