// 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 (check == null) var check = {}; check._path = '/dwr'; check.getCheckYearList = function(p0, p1, p2, p3, callback) { dwr.engine._execute(check._path, 'check', 'getCheckYearList', p0, p1, p2, p3, callback); } check.getCheckMainList = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(check._path, 'check', 'getCheckMainList', p0, p1, p2, p3, p4, p5, callback); } check.getCheckSummaryDetailList = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(check._path, 'check', 'getCheckSummaryDetailList', p0, p1, p2, p3, p4, p5, callback); } check.getCheckOrgDetailList = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(check._path, 'check', 'getCheckOrgDetailList', p0, p1, p2, p3, p4, p5, callback); } check.updateNaverMapInvoke = function(p0, p1, callback) { dwr.engine._execute(check._path, 'check', 'updateNaverMapInvoke', p0, p1, callback); } check.getCheckSubList = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(check._path, 'check', 'getCheckSubList', p0, p1, p2, p3, p4, p5, callback); } check.getCheckMapList = function(p0, callback) { dwr.engine._execute(check._path, 'check', 'getCheckMapList', p0, callback); } check.insertMapCorrect = function(p0, p1, callback) { dwr.engine._execute(check._path, 'check', 'insertMapCorrect', p0, p1, callback); }