// 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 (THotelDWR == null) var THotelDWR = {}; THotelDWR._path = '/dwr'; THotelDWR.getThotelCommercialDao = function(callback) { dwr.engine._execute(THotelDWR._path, 'THotelDWR', 'getThotelCommercialDao', callback); } THotelDWR.setThotelCommercialDao = function(p0, callback) { dwr.engine._execute(THotelDWR._path, 'THotelDWR', 'setThotelCommercialDao', p0, callback); } THotelDWR.getThotelDistrictDao = function(callback) { dwr.engine._execute(THotelDWR._path, 'THotelDWR', 'getThotelDistrictDao', callback); } THotelDWR.setThotelDistrictDao = function(p0, callback) { dwr.engine._execute(THotelDWR._path, 'THotelDWR', 'setThotelDistrictDao', p0, callback); } THotelDWR.getThotelCityDao = function(callback) { dwr.engine._execute(THotelDWR._path, 'THotelDWR', 'getThotelCityDao', callback); } THotelDWR.setThotelCityDao = function(p0, callback) { dwr.engine._execute(THotelDWR._path, 'THotelDWR', 'setThotelCityDao', p0, callback); } THotelDWR.getCityByState = function(p0, callback) { dwr.engine._execute(THotelDWR._path, 'THotelDWR', 'getCityByState', p0, callback); } THotelDWR.getAreaByAreaType = function(p0, p1, callback) { dwr.engine._execute(THotelDWR._path, 'THotelDWR', 'getAreaByAreaType', p0, p1, callback); }