// 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 (DictListDWR == null) var DictListDWR = {}; DictListDWR._path = '/dwr'; DictListDWR.getDictListByTypeName = function(p0, callback) { dwr.engine._execute(DictListDWR._path, 'DictListDWR', 'getDictListByTypeName', p0, callback); } DictListDWR.getDictAreaListByTypeName = function(p0, callback) { dwr.engine._execute(DictListDWR._path, 'DictListDWR', 'getDictAreaListByTypeName', p0, callback); } DictListDWR.getRoadListByLinesName = function(p0, callback) { dwr.engine._execute(DictListDWR._path, 'DictListDWR', 'getRoadListByLinesName', p0, callback); } DictListDWR.getWaterAreaList = function(callback) { dwr.engine._execute(DictListDWR._path, 'DictListDWR', 'getWaterAreaList', callback); } DictListDWR.getFuelAreaList = function(callback) { dwr.engine._execute(DictListDWR._path, 'DictListDWR', 'getFuelAreaList', callback); }