// 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 (dwrreb == null) var dwrreb = {}; dwrreb._path = '/dwr'; dwrreb.getDwrreb_imaterialtype = function(callback) { dwr.engine._execute(dwrreb._path, 'dwrreb', 'getDwrreb_imaterialtype', callback); } dwrreb.setDwrreb_imaterialtype = function(p0, callback) { dwr.engine._execute(dwrreb._path, 'dwrreb', 'setDwrreb_imaterialtype', p0, callback); } dwrreb.queryErjiChanPin = function(p0, callback) { dwr.engine._execute(dwrreb._path, 'dwrreb', 'queryErjiChanPin', p0, callback); }