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