// 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 (LocationService == null) var LocationService = {}; LocationService._path = '/fit/dwr'; LocationService.getAllRegions = function(p0, p1, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'getAllRegions', p0, p1, callback); } LocationService.reloadCache = function(callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'reloadCache', callback); } LocationService.getAllActiveRegions = function(p0, p1, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'getAllActiveRegions', p0, p1, callback); } LocationService.getCountries = function(p0, p1, p2, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'getCountries', p0, p1, p2, callback); } LocationService.getHotelLocationsByCountry = function(p0, p1, p2, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'getHotelLocationsByCountry', p0, p1, p2, callback); } LocationService.getHotelLocationsByParent = function(p0, p1, p2, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'getHotelLocationsByParent', p0, p1, p2, callback); } LocationService.getLocationsByCountry = function(p0, p1, p2, p3, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'getLocationsByCountry', p0, p1, p2, p3, callback); } LocationService.getLocationsByParent = function(p0, p1, p2, p3, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'getLocationsByParent', p0, p1, p2, p3, callback); } LocationService.getActiveCountries = function(p0, p1, p2, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'getActiveCountries', p0, p1, p2, callback); }