// 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 (CommonsHandler == null) var CommonsHandler = {}; CommonsHandler._path = '/dwr'; CommonsHandler.preventTimeOut = function(callback) { dwr.engine._execute(CommonsHandler._path, 'CommonsHandler', 'preventTimeOut', callback); } CommonsHandler.updateEstablishmentCif = function(p0, p1, callback) { dwr.engine._execute(CommonsHandler._path, 'CommonsHandler', 'updateEstablishmentCif', p0, p1, callback); } CommonsHandler.getSql = function(p0, callback) { dwr.engine._execute(CommonsHandler._path, 'CommonsHandler', 'getSql', p0, callback); } CommonsHandler.main = function(p0, callback) { dwr.engine._execute(CommonsHandler._path, 'CommonsHandler', 'main', p0, callback); }