// 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; dwr.engine._defaultPath = '/bo/dwr'; if (DistrictHelper == null) var DistrictHelper = {}; DistrictHelper._path = '/bo/dwr'; DistrictHelper.getDistrictByPostCode = function(p0, callback) { dwr.engine._execute(DistrictHelper._path, 'DistrictHelper', 'getDistrictByPostCode', p0, callback); } DistrictHelper.getAdditionalDistrictByPostCode = function(p0, callback) { dwr.engine._execute(DistrictHelper._path, 'DistrictHelper', 'getAdditionalDistrictByPostCode', p0, callback); } DistrictHelper.getContactDistrictByPostCode = function(p0, callback) { dwr.engine._execute(DistrictHelper._path, 'DistrictHelper', 'getContactDistrictByPostCode', p0, callback); } DistrictHelper.setPostCodeDAO = function(p0, callback) { dwr.engine._execute(DistrictHelper._path, 'DistrictHelper', 'setPostCodeDAO', p0, callback); }