
function GeoDwr() { }
GeoDwr._path = '/dwr';

GeoDwr.getCountryRegions = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'getCountryRegions', p0, callback);
}

GeoDwr.getCountryRegionGroups = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'getCountryRegionGroups', p0, callback);
}

GeoDwr.getCountryCitiesMajor = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'getCountryCitiesMajor', p0, callback);
}

GeoDwr.setRegionOptBp = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'setRegionOptBp', p0, callback);
}

GeoDwr.setRegionOptByCountryBp = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'setRegionOptByCountryBp', p0, callback);
}

GeoDwr.setRegionGroupOptBp = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'setRegionGroupOptBp', p0, callback);
}

GeoDwr.setRegionGroupOptByCountryBp = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'setRegionGroupOptByCountryBp', p0, callback);
}

GeoDwr.setCityMajorOptBp = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'setCityMajorOptBp', p0, callback);
}

GeoDwr.setCityMajorOptByCountryBp = function(p0, callback) {
    DWREngine._execute(GeoDwr._path, 'GeoDwr', 'setCityMajorOptByCountryBp', p0, callback);
}
