// 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 (historyController == null) var historyController = {}; historyController._path = '/epa/dwr'; historyController.getRiverBasins = function(callback) { dwr.engine._execute(historyController._path, 'historyController', 'getRiverBasins', callback); } historyController.getCounties = function(callback) { dwr.engine._execute(historyController._path, 'historyController', 'getCounties', callback); } historyController.getLocationsForParent = function(p0, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getLocationsForParent', p0, callback); } historyController.getSiblingLocations = function(p0, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getSiblingLocations', p0, callback); } historyController.getMapPosition = function(p0, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getMapPosition', p0, callback); } historyController.getParentLocationKey = function(p0, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getParentLocationKey', p0, callback); } historyController.getBathingLocations = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getBathingLocations', p0, p1, callback); } historyController.getBeachInfoFromKey = function(p0, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getBeachInfoFromKey', p0, callback); } historyController.getPercentageChangeChart = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getPercentageChangeChart', p0, p1, callback); } historyController.getTrendChart = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getTrendChart', p0, p1, callback); } historyController.getPieChartData = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getPieChartData', p0, p1, callback); } historyController.getTable = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getTable', p0, p1, callback); } historyController.getBathingLocationStatusTable = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getBathingLocationStatusTable', p0, p1, callback); } historyController.getBathingLocationPhenomenonTable = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getBathingLocationPhenomenonTable', p0, p1, callback); } historyController.getAssessmentText = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getAssessmentText', p0, p1, callback); } historyController.getComplianceTable = function(p0, p1, callback) { dwr.engine._execute(historyController._path, 'historyController', 'getComplianceTable', p0, p1, callback); }