// 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 (ComboDelegate == null) var ComboDelegate = {}; ComboDelegate._path = '/bequespub/dwr'; ComboDelegate.obtenirUbicacions = function(p0, callback) { dwr.engine._execute(ComboDelegate._path, 'ComboDelegate', 'obtenirUbicacions', p0, false, callback); } ComboDelegate.obtenirEnsenyaments = function(p0, callback) { dwr.engine._execute(ComboDelegate._path, 'ComboDelegate', 'obtenirEnsenyaments', p0, false, callback); } ComboDelegate.obtenirEnsenyamentsLocale = function(p0, p1, callback) { dwr.engine._execute(ComboDelegate._path, 'ComboDelegate', 'obtenirEnsenyamentsLocale', p0, p1, false, callback); } ComboDelegate.actualitzarLocale = function(p0, callback) { dwr.engine._execute(ComboDelegate._path, 'ComboDelegate', 'actualitzarLocale', p0, false, callback); }