// 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 (locationDwrService == null) var locationDwrService = {}; locationDwrService._path = '/dwr'; locationDwrService.setLogger = function(p0, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'setLogger', p0, callback); } locationDwrService.getMessageSource = function(callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'getMessageSource', callback); } locationDwrService.setMessageSource = function(p0, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'setMessageSource', p0, callback); } locationDwrService.getLocationClosedDates = function(p0, p1, p2, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'getLocationClosedDates', p0, p1, p2, callback); } locationDwrService.findLocationsByCity = function(p0, p1, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'findLocationsByCity', p0, p1, callback); } locationDwrService.findLocationsByRegion = function(p0, p1, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'findLocationsByRegion', p0, p1, callback); } locationDwrService.findPickupTimes = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'findPickupTimes', p0, p1, p2, p3, p4, callback); } locationDwrService.findReturnTimes = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'findReturnTimes', p0, p1, p2, p3, p4, callback); } locationDwrService.getCarLocationService = function(callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'getCarLocationService', callback); } locationDwrService.getTruckLocationService = function(callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'getTruckLocationService', callback); } locationDwrService.setCarLocationService = function(p0, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'setCarLocationService', p0, callback); } locationDwrService.setTruckLocationService = function(p0, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'setTruckLocationService', p0, callback); } locationDwrService.findLocationsByZipcode = function(p0, p1, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'findLocationsByZipcode', p0, p1, callback); } locationDwrService.getDefaultDates = function(p0, p1, p2, p3, callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'getDefaultDates', p0, p1, p2, p3, callback); } locationDwrService.getLogger = function(callback) { dwr.engine._execute(locationDwrService._path, 'locationDwrService', 'getLogger', callback); }