// 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 (TCodeDWR == null) var TCodeDWR = {}; TCodeDWR._path = '/dwr'; TCodeDWR.getTcodeDao = function(callback) { dwr.engine._execute(TCodeDWR._path, 'TCodeDWR', 'getTcodeDao', callback); } TCodeDWR.setTcodeDao = function(p0, callback) { dwr.engine._execute(TCodeDWR._path, 'TCodeDWR', 'setTcodeDao', p0, callback); } TCodeDWR.getCareaByType = function(p0, callback) { dwr.engine._execute(TCodeDWR._path, 'TCodeDWR', 'getCareaByType', p0, callback); }