function DWRController() { } DWRController._path = '/ajax'; DWRController.setHideFlag = function(p0, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'setHideFlag', p0, false, callback); } DWRController.setGeocodes = function(p0, p1, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'setGeocodes', p0, p1, false, callback); } DWRController.setShapePoints = function(p0, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'setShapePoints', p0, false, callback); } DWRController.getShapePoints = function(callback) { DWREngine._execute(DWRController._path, 'DWRController', 'getShapePoints', false, callback); } DWRController.getGeocodesLat = function(callback) { DWREngine._execute(DWRController._path, 'DWRController', 'getGeocodesLat', false, callback); } DWRController.getGeocodesLon = function(callback) { DWREngine._execute(DWRController._path, 'DWRController', 'getGeocodesLon', false, callback); } DWRController.action = function(p0, p1, p2, p3, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'action', p0, p1, p2, p3, false, callback); } DWRController.sendDocImgEmail = function(p0, p1, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'sendDocImgEmail', p0, p1, false, callback); } DWRController.removeSessionAttribute = function(p0, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'removeSessionAttribute', p0, false, callback); } DWRController.getDocImageUsageCount = function(p0, p1, p2, p3, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'getDocImageUsageCount', p0, p1, p2, p3, false, callback); } DWRController.loadDocImageReport = function(p0, p1, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'loadDocImageReport', p0, p1, false, callback); } DWRController.loadDocImageCount = function(callback) { DWREngine._execute(DWRController._path, 'DWRController', 'loadDocImageCount', false, callback); } DWRController.loadUniqueUserRptData = function(p0, p1, p2, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'loadUniqueUserRptData', p0, p1, p2, false, callback); } DWRController.checkMap = function(p0, p1, p2, p3, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'checkMap', p0, p1, p2, p3, false, callback); } DWRController.updateStateCounty = function(p0, p1, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'updateStateCounty', p0, p1, false, callback); } DWRController.insertMobAddUser = function(p0, p1, p2, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'insertMobAddUser', p0, p1, p2, false, callback); }