// 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 = '/dwr'; LocationService.loadLocationById = function(p0, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'loadLocationById', p0, callback); } LocationService.loadLocationsByParentId = function(p0, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'loadLocationsByParentId', p0, callback); } LocationService.hasChildren = function(p0, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'hasChildren', p0, callback); } LocationService.setLocationDao = function(p0, callback) { dwr.engine._execute(LocationService._path, 'LocationService', 'setLocationDao', p0, callback); }