// 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 (MapPortletDwrService == null) var MapPortletDwrService = {}; MapPortletDwrService._path = '/MapPortlet/dwr'; MapPortletDwrService.getSchemaMap = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback) { dwr.engine._execute(MapPortletDwrService._path, 'MapPortletDwrService', 'getSchemaMap', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback); } MapPortletDwrService.getMapView = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(MapPortletDwrService._path, 'MapPortletDwrService', 'getMapView', p0, p1, p2, p3, p4, p5, p6, callback); } MapPortletDwrService.getCmsPoi = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(MapPortletDwrService._path, 'MapPortletDwrService', 'getCmsPoi', p0, p1, p2, p3, p4, callback); }